Hi,
In my report I need to show instances where:
{Command.FormatCode} startswith "10003" but excludes {Command.FormatCode} startswith "100033"
I created a running total to evaluate.
{Command.FormatCode} is a string field.
How I can defined it ?
Thanks