OSAdmin
5 years agoValued Contributor II
If statement in report books
Originally posted by Bob Nelson
When using an If statement inside of a loop the reference guide only shows example of = and <>. Are there other conditional statements that are supported by an If statement in report books. Specifically I am looking for "contains" a certain text string or "does not contain" a certain text string. I'm also open to using a Right command to parse the Loop variable as in if Right(loop variable, 4) <> "_USD".
Thank you,