Skip to Content
0
Former Member
Jul 03, 2009 at 11:52 PM

Using startswith to exclude

68 Views

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