SUBNM cell reference arguments do not update on TM1 Web
Posted: Tue Jul 06, 2010 10:38 am
Hello all
I have a problem with a SUBNM function on TM1 Web. In fact, I am using 2 SUBNM functions: the subset name argument to the second function is a simple cell reference to the first SUBNM. So:
=SUBNM("server:dimension1","Default";"element";"alias") in cell A1
=SUBNM("server:dimension2",A1;"element";"alias") in cell B1
The A1 is the interesting part over here. Now, this approach works perfectly in Excel. It allows to have a top-down approach: first you select the name of a consolidated element, after which in the second SUBNM you select 1 of the children of the consolidated element. It is not a problem to have one subset for each consolidated element, they have exactly the same name.
But on TM1 Web, after the first SUBNM is used, the second SUBNM is not updated for the subset name (coming from the first).
I know this might not be supported behaviour. But the alternative of having a temporary sheet with hundreds of ELCOMP functions and data validation is not appealing and slower. I don't know upfront the maximal number of children of any consolidation. And VBA cannot be used on the web.
I tried hitting F9, an action button to refresh the sheet, adding volatile functions in Excel, the recal button in the toolbar, ... none of them seem to work.
Any pointers, small or big? Or a creative workaround?
Thanks in advance,
Wim
I have a problem with a SUBNM function on TM1 Web. In fact, I am using 2 SUBNM functions: the subset name argument to the second function is a simple cell reference to the first SUBNM. So:
=SUBNM("server:dimension1","Default";"element";"alias") in cell A1
=SUBNM("server:dimension2",A1;"element";"alias") in cell B1
The A1 is the interesting part over here. Now, this approach works perfectly in Excel. It allows to have a top-down approach: first you select the name of a consolidated element, after which in the second SUBNM you select 1 of the children of the consolidated element. It is not a problem to have one subset for each consolidated element, they have exactly the same name.
But on TM1 Web, after the first SUBNM is used, the second SUBNM is not updated for the subset name (coming from the first).
I know this might not be supported behaviour. But the alternative of having a temporary sheet with hundreds of ELCOMP functions and data validation is not appealing and slower. I don't know upfront the maximal number of children of any consolidation. And VBA cannot be used on the web.
I tried hitting F9, an action button to refresh the sheet, adding volatile functions in Excel, the recal button in the toolbar, ... none of them seem to work.
Any pointers, small or big? Or a creative workaround?
Thanks in advance,
Wim