get flag status from cube

Post Reply
DPTM1Guy
Posts: 4
Joined: Tue Mar 27, 2012 6:37 am
OLAP Product: TM1
Version: 9.5.2
Excel Version: 2008

get flag status from cube

Post by DPTM1Guy »

I want to know the best practice to check the status of the flag in a lookup cube for 1 and call another process.
I am aware of one option below:
flag1=cellgetN('LOOKUPCUBE','USA',Monthdim,'flag');
If(flag1=1);
executeprocess(procname);
endif;

please advice if there is any better option?
Christopher Kernahan
Community Contributor
Posts: 147
Joined: Mon Nov 29, 2010 6:30 pm
OLAP Product: Cognos TM1
Version: 10.1
Excel Version: Office 2010

Re: get flag status from cube

Post by Christopher Kernahan »

Hi,

I don't see any issue with this approach - are there specific problems you are trying to avoid by asking for an alternative?
Post Reply