Z
zyus
Something is not right with my below iif expression where i get this error
"You Can Use Is Operator Only In An Expression With Null Or Not Null"
NEWJArrAmt: IIf([TBL-SKS].[arramt] Is Null &
[TBL-previousmonth].[arramt]=0,[JColl],IIf([TBL-SKS].[arramt]=0 &
[TBL-previousmonth].[arramt]=0,[Jcoll],IIf([TBL-SKS].[arramt] Is Null &
[TBL-previousmonth].[arramt]>0,[TBL-previousmonth].[arramt],IIf([TBL-SKS].[arramt]=0
&
[TBL-previousmonth].[arramt]>0,[TBL-previousmonth].[arramt],[TBL-SKS].[arramt]))))
Help please
Thanks
"You Can Use Is Operator Only In An Expression With Null Or Not Null"
NEWJArrAmt: IIf([TBL-SKS].[arramt] Is Null &
[TBL-previousmonth].[arramt]=0,[JColl],IIf([TBL-SKS].[arramt]=0 &
[TBL-previousmonth].[arramt]=0,[Jcoll],IIf([TBL-SKS].[arramt] Is Null &
[TBL-previousmonth].[arramt]>0,[TBL-previousmonth].[arramt],IIf([TBL-SKS].[arramt]=0
&
[TBL-previousmonth].[arramt]>0,[TBL-previousmonth].[arramt],[TBL-SKS].[arramt]))))
Help please
Thanks