I'm using CR 11. I have a formula:
//@QTRVAR
If {@QPlan} = 0 Then
0
Else
(({@QTD}-{@QPlan})/{@QPlan}) * 100
Then I have another formua that evaluates @QTRVAR
//@QTRVAR2
if {@QtrVar} > 999 then "NM" else {@QtrVAR}
I get 'string required here for the second formula. I need to display NM if QTRVAR is > 999. Any ideas?
Thanks.
//@QTRVAR
If {@QPlan} = 0 Then
0
Else
(({@QTD}-{@QPlan})/{@QPlan}) * 100
Then I have another formua that evaluates @QTRVAR
//@QTRVAR2
if {@QtrVar} > 999 then "NM" else {@QtrVAR}
I get 'string required here for the second formula. I need to display NM if QTRVAR is > 999. Any ideas?
Thanks.