This works for me in Calculated Field Expression:
IIf([Grade]="N2",[NumberOfCases]*28,0)
But this does not:
IIf([Grade]="N2",[NumberOfCases]*28+[LoosePounds],0)
Both Fields "NumberOfCases" and "LoosePounds" are integers which can be Null.
Any Ideas?
IIf([Grade]="N2",[NumberOfCases]*28,0)
But this does not:
IIf([Grade]="N2",[NumberOfCases]*28+[LoosePounds],0)
Both Fields "NumberOfCases" and "LoosePounds" are integers which can be Null.
Any Ideas?