I am using Crystal Reports v9. I am trying to create a report that doesn't include items that end in "S".
For example, I have items 2018, 2018d, 2018S, 2036S, 21086S. I do not want to include 2018S, 2036S or 21086S.
I created a formula: called {@S}
Right({LineItem.ItemID},1) = "S"
In my select records formula, I have
{LineItem.ItemID}<> "{@S}"
However, items that end in "S" are still displaying on the report.
For example, I have items 2018, 2018d, 2018S, 2036S, 21086S. I do not want to include 2018S, 2036S or 21086S.
I created a formula: called {@S}
Right({LineItem.ItemID},1) = "S"
In my select records formula, I have
{LineItem.ItemID}<> "{@S}"
However, items that end in "S" are still displaying on the report.