I am using crystal 8.5 and I am connecting using SQL server to a micrososft access database.
I need to do a running total on a field and reset the total when the first 10 characters from the left are <> to the next 10 characters.
When I edit the running total field, I need something like the following in the reset use a formula options:
Left ({Text},10)<> Next(Left ({Text},10))
Any ideas?
I need to do a running total on a field and reset the total when the first 10 characters from the left are <> to the next 10 characters.
When I edit the running total field, I need something like the following in the reset use a formula options:
Left ({Text},10)<> Next(Left ({Text},10))
Any ideas?