How to report the figures in 1000s (thousands)?

Post Reply
buoyant
Posts: 10
Joined: Mon Apr 18, 2011 5:09 am
OLAP Product: TM1
Version: 10.2.0
Excel Version: 2013

How to report the figures in 1000s (thousands)?

Post by buoyant »

Dear All,

What's the best way / approach to report figures in 1000s; after they have been pulled into the Cubes from the source. Can we avoid writing rules and use any formattings features etc? Currently this is done in Excel, I would prefer doing it in TM1 itself.

Appreciate all your inputs.

Thanks
kpk
MVP
Posts: 214
Joined: Tue Nov 11, 2008 11:57 pm
OLAP Product: TM1, CX
Version: TM1 7x 8x 9x 10x CX 9.5 10.1
Excel Version: XP 2003 2007 2010
Location: Hungary

Re: How to report the figures in 1000s (thousands)?

Post by kpk »

A) If you need only the 1000s value
Divide the data during the data load.
You can reprocess and divide the data with a process sheet or with TI easily.

B) If you need both the original and the 1000s values
From technical point of view the easiest way is to create a c element with one child and .001 weight.
The most importan advantage is that you do not need feeders for this calculation.
Best Regards,
Peter
buoyant
Posts: 10
Joined: Mon Apr 18, 2011 5:09 am
OLAP Product: TM1
Version: 10.2.0
Excel Version: 2013

Re: How to report the figures in 1000s (thousands)?

Post by buoyant »

Thanks Peter. Appreciate the quick reply and cool idea.
Cheers!
kpk
MVP
Posts: 214
Joined: Tue Nov 11, 2008 11:57 pm
OLAP Product: TM1, CX
Version: TM1 7x 8x 9x 10x CX 9.5 10.1
Excel Version: XP 2003 2007 2010
Location: Hungary

Re: How to report the figures in 1000s (thousands)?

Post by kpk »

You are welcome.

These are technical approaches and do not take any rounding issue into consideration.
It is important to discuss the rounding issues with the end users before you decide about your method.
Best Regards,
Peter
David Usherwood
Site Admin
Posts: 1458
Joined: Wed May 28, 2008 9:09 am

Re: How to report the figures in 1000s (thousands)?

Post by David Usherwood »

Personally I use the custom format
#,##0,
for thousand scaling.
Many, but not all, Excel formats will work in TM1. Sometimes you need to frig them a bit. Can't recall if they are documented properly anywhere.
Post Reply