Search found 6 matches

by simontanguay
Tue Jun 09, 2015 3:48 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Intercube feeders with different level of detail
Replies: 3
Views: 4309

Re: Intercube feeders with different level of detail

You don't say at what level you are storing your attribute. But assuming that the value 'F2016 P12' is repeated for each of '2016.48' to '2016.53' then you need to use this attribute in the feeder. Rules are happy to use C level elements as the source of data if the names match, but Feeders only wo...
by simontanguay
Mon Jun 08, 2015 7:25 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Intercube feeders with different level of detail
Replies: 3
Views: 4309

Intercube feeders with different level of detail

We currently have 2 cubes which are nearly identical with the exception of one dimension. One cube uses a dimension "year_week" and the other use a dimension "month". You can see out it look in this image: http://i.imgur.com/WzEj4Fu.png Currently, the cube VENTES_PERIODES is popu...
by simontanguay
Tue Feb 10, 2015 9:20 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Delete and creation of an element and data lost risk
Replies: 2
Views: 2711

Re: Delete and creation of an element and data lost risk

Thanks. I effectively just ran the old process by mistake and my heartbeat stopped for a second... hopefully it was on the test environment. Yes, better not have any delete at all...
by simontanguay
Tue Feb 10, 2015 8:10 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Delete and creation of an element and data lost risk
Replies: 2
Views: 2711

Delete and creation of an element and data lost risk

I have to run an old process to update an dimension. This process is run once a year to add new months to a dimension. The way the programmer implemented it, all the elements are deleted in the 'Prolog' section and then created them again in the "Metadata" section (based on a csv file that...
by simontanguay
Wed Jan 28, 2015 1:48 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: DB function inside the same cube and other questions
Replies: 3
Views: 3956

Re: DB function inside the same cube and other questions

Thanks, that answer it perfectly. In the case of the last question, BB$ and BB$ Deb are expected to always have the same sign, but I will consider what best to handle anomaly gracefully. I also realized that this is why I got inconsistent results when using a ">" in the IF clause, there ar...
by simontanguay
Tue Jan 27, 2015 8:27 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: DB function inside the same cube and other questions
Replies: 3
Views: 3956

DB function inside the same cube and other questions

Hi, I'm pretty new to using the feeders and I'm editing codes left by another developer. I noticed that the developer frequently used the DB function when feeding data inside the same cube. For instance: ['adj','simulation 1','VN $']=n:if (db('Ventes',!produits,!routes,!rabais,!client,'bkd','simulat...