I have a Crystal Report based off a SQL2005 stored procedure. The report is a packing list in which an end user types in number of packages (static), weight(static), select line(s) to ship (dynamic) these works great.
Now I need to let the enduser select the full qty of the line to ship (or) manually type in the quantity if its a partial shipment. I just keep ending up with the same value on the report for each line selected. If I enter a qty of 3 for line 1 and 4 for line 2, the report shows qty of 3 for both lines.
Hope what I'm needing is clear.
Thanks!
Now I need to let the enduser select the full qty of the line to ship (or) manually type in the quantity if its a partial shipment. I just keep ending up with the same value on the report for each line selected. If I enter a qty of 3 for line 1 and 4 for line 2, the report shows qty of 3 for both lines.
Hope what I'm needing is clear.
Thanks!