CONTINUE
Posted: Sun Jul 27, 2014 1:42 pm
Hi all
I am a beginner in TM1, and I am looking at the IBM rules guide.
I can't seems to understand this CONTINUE example they use in the guide.
['Jan']= if(!region @= 'Argentina',10,CONTINUE);['Jan']=20;
Why can't they just write it as below:
['Jan']= if(!region @= 'Argentina',10, 20);
Thanks in advance.
Phyllis
I am a beginner in TM1, and I am looking at the IBM rules guide.
I can't seems to understand this CONTINUE example they use in the guide.
['Jan']= if(!region @= 'Argentina',10,CONTINUE);['Jan']=20;
Why can't they just write it as below:
['Jan']= if(!region @= 'Argentina',10, 20);
Thanks in advance.
Phyllis