I am trying to conditionally suppress text using the instr function. for example the data that I'm testing ends in either W, F, C, or L. The field that I'm testing is called APNO. In the Format Editor, I click on the X+2 box by Suppress and enter this formula to suppress the text for numbers ending in L:
InStr ({IMSV7_APUSE.APNO},'L') = 0
To suppress the text for numbers ending in W, I use the formula:
InStr ({IMSV7_APUSE.APNO},'W') = 0
and so on. What am I doing wrong. Nothing is being suppressed.
InStr ({IMSV7_APUSE.APNO},'L') = 0
To suppress the text for numbers ending in W, I use the formula:
InStr ({IMSV7_APUSE.APNO},'W') = 0
and so on. What am I doing wrong. Nothing is being suppressed.