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
FM
3 years agoNew Contributor III
Cube View NumberFormat for millions
Hello,
Is there a way to make cells display numerical data in the millions of dollars amount? As an example 1,500,000 would be displayed as 1.5
I have looked around but did not find much informat...
- 3 years ago
Hi, then you can try the conditional formatting.
For example, you can choose to only apply the scale to the rows without "percentage" in the row names using the below:
If (RowName DoesNotContain 'percentage') Then
Scale = 6, NumberFormat = N1End If
aricgresko
3 years agoContributor III
Hey FM,
Take a look at this thread. I provided an example with attached syntax on how we use UD8 as a Reporting Helpers dimension and allow the users to run reports or use the excel add-in to dynamically scale their numbers (whole numbers, scaled to thousands, and scaled to millions).
Re: XFgetcell pulls in future months as YTD negative - OneStream Community (onestreamsoftware.com)
ChristianW
OneStream Employee
3 years agoHi aricgresco
This is very helpful, if you want to make different versions of scaling available for everybody, but maybe too much if you only need it for a report.
Related Content
- 16 days ago
- 2 years ago
- 4 months ago