The OneStream Community is temporarily frozen until June 29th due to the ongoing maintenance. Please read the blog post here to learn more.
Forum Discussion
Fuad95
3 years agoNew Contributor
Adding % to Cube View Column
In the below screenshot, I want to add % (beside the numbers) to the utilization % but whenever I try to add % using cube view formatting, it adds % to all of the four columns. Is there any specific ...
Sai_Maganti
3 years agoContributor II
Try this conditional format
If (ColE2HeaderDisplayText = 'Utilization %') Then
ShowPercentSign = True
End If
Related Content
- 2 years ago
- 3 years ago
- 2 years ago