-
kiss351523
- Posts: 51
- Joined: Thu May 05, 2011 2:05 am
- OLAP Product: TM1
- Version: 9.5
- Excel Version: 2007 and 2003
- Location: Asia
Post
by kiss351523 »
Deal All:
In TM1 Samples,SData server,SalesPriorCube'rule:
Code: Select all
['Dec'] = n:1. + ['jan'] + ['feb'];
what does this mean?
TKS!
-
ioscat
- Regular Participant
- Posts: 209
- Joined: Tue Jul 10, 2012 8:26 am
- OLAP Product: Contributor
- Version: 9.5.2 10.1.1 10.2
- Excel Version: 07+10+13
-
Contact:
Post
by ioscat »

- Безымянный4.png (10.71 KiB) Viewed 2864 times
-
kiss351523
- Posts: 51
- Joined: Thu May 05, 2011 2:05 am
- OLAP Product: TM1
- Version: 9.5
- Excel Version: 2007 and 2003
- Location: Asia
Post
by kiss351523 »
ioscat wrote:Безымянный4.png
TKS!
Whats the different with add "." behind the "1" or not?
-
qml
- MVP
- Posts: 1098
- Joined: Mon Feb 01, 2010 1:01 pm
- OLAP Product: TM1 / Planning Analytics
- Version: 2.0.9 and all previous
- Excel Version: 2007 - 2016
- Location: London, UK, Europe
Post
by qml »
kiss351523 wrote:Whats the different with add "." behind the "1" or not?
No difference.
1. = 1 = 1.0 = 1.00 = 1.000
Kamil Arendt