S
Shams
Folks,
I have th efollowing parameter already in the specific Field Cell: Total
AUA2: IIf(TblIAReport![Total AUA2] Is Null,0,TblIAReport![total AUA2])
Therefore, it is looking at Field: TotalAUA2 and evaluating if it is null
I want to add another if condition which will put zero if the the Field is
less than zero (i.e. don't show negative numbers)
how do i go about doing that..usually in Excel I can do it via a nested loop
I have th efollowing parameter already in the specific Field Cell: Total
AUA2: IIf(TblIAReport![Total AUA2] Is Null,0,TblIAReport![total AUA2])
Therefore, it is looking at Field: TotalAUA2 and evaluating if it is null
I want to add another if condition which will put zero if the the Field is
less than zero (i.e. don't show negative numbers)
how do i go about doing that..usually in Excel I can do it via a nested loop