I have a report that has 2 fields of interest. One is [AmtChk] and the other is [CheckNum] (an alpha text field). What I want to do is set a condition based on the first letter in [CheckNum] that changes the color of the [AmtChk]. This is used to flag different accounts.
For example if a [CheckNum] is A93 then [AmtChk] will be in red, a B90 might be unformatted.
I've set the expression to [CheckNum]="A"&"*" but it doesn't work. [CheckNum]="A93" works but only for this explicit example.
I eventually got it working the [CheckNum] Between "A" and "B" but this isn't really the wildcard I wanted.
For example if a [CheckNum] is A93 then [AmtChk] will be in red, a B90 might be unformatted.
I've set the expression to [CheckNum]="A"&"*" but it doesn't work. [CheckNum]="A93" works but only for this explicit example.
I eventually got it working the [CheckNum] Between "A" and "B" but this isn't really the wildcard I wanted.