get flag status from cube
Posted: Tue Mar 27, 2012 12:13 pm
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?
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?