How can i use subset in cellput/cellget function.
Posted: Fri Jan 13, 2017 1:35 pm
Hi,
Can i do this? How can i call my subsets these functions?
Can i do this? How can i call my subsets these functions?
Discussing all things TM1, Planning Analytics, PAx and PAW
https://www.tm1forum.com/
If the view you created in the prolog is the data source for the TI process then the TI will cycle through all the intersections for you in the Data tab and you don't have to use a CELLGETN as the data will already be in a variable for you. You just need to write a CELLPUTN to put it in the destination intersection. This is pretty basic TI stuff and is covered in the User Manual quite adequately.tcelkk wrote:Hi tomok,
Thanks your answer.
İ need to do this because İ have to copy my data in cube from one element to another element. I create my view and some subsets in prolog. But i dont use subsets in these functions.
It works fine. But it's undocumented by IBM.tomok wrote:I don't know if that also works for CELLGETN, highly doubt it, but you can always give it a try
Interesting, but I imagine it would need to be a public subset and not a private one.Wim Gielis wrote:It works fine. But it's undocumented by IBM.tomok wrote:I don't know if that also works for CELLGETN, highly doubt it, but you can always give it a try
http://users.skynet.be/fa436118/wim/tm1 ... dup_EN.htm
No, private subsets also work...tomok wrote:Interesting, but I imagine it would need to be a public subset and not a private one.Wim Gielis wrote:It works fine. But it's undocumented by IBM.tomok wrote:I don't know if that also works for CELLGETN, highly doubt it, but you can always give it a try
http://users.skynet.be/fa436118/wim/tm1 ... dup_EN.htm
How would TM1 know where to get the private subset if the TI was kicked off by a chore? Those don't execute with a user ID.Wim Gielis wrote:No, private subsets also work...
Hello Tom,tomok wrote:How would TM1 know where to get the private subset if the TI was kicked off by a chore? Those don't execute with a user ID.Wim Gielis wrote:No, private subsets also work...
If the view you created in the prolog is the data source for the TI process then the TI will cycle through all the intersections for you in the Data tab and you don't have to use a CELLGETN as the data will already be in a variable for you. You just need to write a CELLPUTN to put it in the destination intersection. This is pretty basic TI stuff and is covered in the User Manual quite adequately.