Is it possible to increment in crystal
I am wondering if there is a way to increment a step without the step actually being there?
Example:
I have a report that is grouped by a sequence ID in this sequence ID i have 23 steps in total each step may have a work order number in it however may not actaully be in every step. Say step 1 in near completion of a work order what i want to show is the next step this work order will advance to. From a coding perspective what i want to see is IF current_step (step 1) >450 then next step (step 2)
Can anyone help me out with this logic.
|