biformulas
Technical User
I am new to Crystal Reports 2011. I have one group called ORDERID. Within that group are varying non sequential ids.
ORDERID ID
1 1
1 2
1 4
1 5
I am looking to add a formula at the Group Level that would display the following:
1-2, 4-5
Obvioulsy, the data can vary in the dataset. I am not sure how to determine if the records are sequential, then show 1-2, skip, then 4-5 etc. It could also look like this:
ORDERID ID
1 5
1 6
1 10
1 11
Desired Result:
5-6, 10-11
Any help on this would be appricated. I have VBA background for this type of programming but trying to figure out how CR 2011 would work the issue.
Thanks
ORDERID ID
1 1
1 2
1 4
1 5
I am looking to add a formula at the Group Level that would display the following:
1-2, 4-5
Obvioulsy, the data can vary in the dataset. I am not sure how to determine if the records are sequential, then show 1-2, skip, then 4-5 etc. It could also look like this:
ORDERID ID
1 5
1 6
1 10
1 11
Desired Result:
5-6, 10-11
Any help on this would be appricated. I have VBA background for this type of programming but trying to figure out how CR 2011 would work the issue.
Thanks