Hello guys,
Can someone give me a help with the function below?
Everything breaks when I am trying to enter the IIf after the minus symbol
Basically, the question is, can I place an Iff function inside another IIf function?
Thanks
Can someone give me a help with the function below?
Everything breaks when I am trying to enter the IIf after the minus symbol
VBA Code:
IIf([FieldName]=0,0,Nz(Sum(IIf([Table1].[Column1]="10" OR [Table1].[Column1]="20",”50”,”30”)))-IIf(ISNULL([Table1].[Column2]),0,SUM(IIf(ISNULL([Table1].[Column2]),0,1)))) AS TEST,
Basically, the question is, can I place an Iff function inside another IIf function?
Thanks
Last edited: