codingsupv
Technical User
I am trying to write an If/Then statement in Business Objects report writer and am coming up with a Boolean variable error. This is what I was trying:
= If (<Procedure Code>="G9142") Then "90663"
The error I am receiving is:
Bad Variable type
You must create a Boolean variable
If I were doing this in Access, it would look like this:
Iif([Procedure Code]="G9142","90663")
I am a real novice at this, so any help would be greatly appreciated! Basically what I am trying to do is replace the code G9142 in the procedure code column with code 90663.
= If (<Procedure Code>="G9142") Then "90663"
The error I am receiving is:
Bad Variable type
You must create a Boolean variable
If I were doing this in Access, it would look like this:
Iif([Procedure Code]="G9142","90663")
I am a real novice at this, so any help would be greatly appreciated! Basically what I am trying to do is replace the code G9142 in the procedure code column with code 90663.