Crystal Reports XI
I have a field name = tbl.InvoiceDetail.ItemID
What I need to do is this:
If the the above field name "contains" a "U" , I need to have the result be the above but without a "U". (i.e. the U needs to be stripped off the end?)
Example:
Field value - result is 0890043U
If this is the result, I then need the formula to use
0890043 instead.
Any ideas?
I have a field name = tbl.InvoiceDetail.ItemID
What I need to do is this:
If the the above field name "contains" a "U" , I need to have the result be the above but without a "U". (i.e. the U needs to be stripped off the end?)
Example:
Field value - result is 0890043U
If this is the result, I then need the formula to use
0890043 instead.
Any ideas?