Hi there
Does anybody know what is the custom format in a cube viewer to show a million format?
For example : If I have the amount R60 000 000, I want to format the abount so that it shows R60.
I have used 0, as the format but it doesn't work? All I get is 60000.
Thanks.
Andrea
Formatting of Cube Views
-
- Site Admin
- Posts: 1458
- Joined: Wed May 28, 2008 9:09 am
Re: Formatting of Cube Views
Try
Code: Select all
#,##0,,
-
- MVP
- Posts: 600
- Joined: Wed Aug 17, 2011 1:19 pm
- OLAP Product: TM1
- Version: 9.5.2 10.1 10.2
- Excel Version: 2003 2007
- Location: York, UK
Re: Formatting of Cube Views
Nice.
And after a bit of experimentation ... to get the R in front you need
And after a bit of experimentation ... to get the R in front you need
Code: Select all
\R#,##0,,
-
- Posts: 9
- Joined: Wed Aug 01, 2012 6:33 am
- OLAP Product: Tm1
- Version: 9.5.1
- Excel Version: 2007
Re: Formatting of Cube Views
Thanks!!! Sorry for the late reply!