Hi Declan,
Thanks for the above to look like this
['IM ACC DATA Measures':'ACCURACY %']=N:If;(['ABS ERROR']=0,1,If((['ABS ERROR']>0)&(['Forecast']=0),0,1-(['ABS ERROR']\['FORECAST']));
But I get the message =N:if; missing semicolon
Thanks,
Joe
Search found 3 matches
- Wed Jan 29, 2014 8:17 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: IF statements in Cognoscenti Insight
- Replies: 6
- Views: 4026
- Wed Jan 29, 2014 6:17 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: IF statements in Cognoscenti Insight
- Replies: 6
- Views: 4026
Re: IF statements in Cognoscenti Insight
Hi,
Sorry it would not let me post earlier, here is the code,
if(['ABS ERROR']=0,1,if(&(['ABS ERROR']>0,['FORECAST']=0,(1-['ABS ERROR']/['FORECAST']))
Thanks,
Joe
Sorry it would not let me post earlier, here is the code,
if(['ABS ERROR']=0,1,if(&(['ABS ERROR']>0,['FORECAST']=0,(1-['ABS ERROR']/['FORECAST']))
Thanks,
Joe
- Wed Jan 29, 2014 1:25 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: IF statements in Cognoscenti Insight
- Replies: 6
- Views: 4026
IF statements in Cognoscenti Insight
Hi,
I have been trying to use an IF function in a calculation section but I keep getting a syntax error saying ; missing left parenthesis.
Can anybody help me solve this?
Thanks
I have been trying to use an IF function in a calculation section but I keep getting a syntax error saying ; missing left parenthesis.
Can anybody help me solve this?
Thanks