S
Shri
Hi All,
I have a field in query design that checks for If...Elseif...Else. Below is
the field. I am having the issue with the field. I get syntax error. I
really can't figure out what is the error in the field. Can anyone please
please help me with this.
*****
Points_Possible: IIf((([appeal_type]="Audit the Auditor") Or
([appeal_type]="Appeal" And Not [appeal_var]="Data Entry") Or
([appeal_type]="Internal Review" And Not [appeal_var]="Data Entry") Or
([appeal_type]="Non UW Review" And Not [appeal_var]="Data
Entry"),100),IIf((([appeal_type]="Appeal" Or [appeal_type]="Internal Review"
Or [appeal_type]="Non UW Review") And [appeal_result]="Upheld" And
[appeal_rcause]="20/20 Bump"),20),Null)
*****
Thanks in advance.
I have a field in query design that checks for If...Elseif...Else. Below is
the field. I am having the issue with the field. I get syntax error. I
really can't figure out what is the error in the field. Can anyone please
please help me with this.
*****
Points_Possible: IIf((([appeal_type]="Audit the Auditor") Or
([appeal_type]="Appeal" And Not [appeal_var]="Data Entry") Or
([appeal_type]="Internal Review" And Not [appeal_var]="Data Entry") Or
([appeal_type]="Non UW Review" And Not [appeal_var]="Data
Entry"),100),IIf((([appeal_type]="Appeal" Or [appeal_type]="Internal Review"
Or [appeal_type]="Non UW Review") And [appeal_result]="Upheld" And
[appeal_rcause]="20/20 Bump"),20),Null)
*****
Thanks in advance.