For each record the user inputs sevral different quantities to get various costs. so I have per ONE record qty breaks being treated as different userdefined. So the qty and cost are all under the same record.
UD1 = 400 Cst1=1
UD2 = 200 Cst2=1.2
UD3= 250 Cst3=1.4
etc, etc.
I would like to sort them in Qty descending order noting that sometimes there are only 2 breaks and others there are 5 or more breaks.
How do I sort them into separate lines in crystal reports?
(Note: I have various records under the same quote)
Add comment