Trying to create a variable at the report level using an If statement and I am getting errors. The data type is character. I want it to say:
If Level is equal to zero, then blank else level. Here are the functions I have tried with no luck:
If ([Level]=000;" "; [Level])
If ([Level]=“000”;" "; [Level])
Any suggestions on what I am doing wrong?
nthompson (BOB member since 2009-03-30)