Pronest Custom Report
I'm trying to edit and customize "Multi-Head Nest Detail" pronest standard report. I want the report to show list of parts in every cutting sheet with their quantity. Sadly there is not a standard report to do it. There is quantity for the whole Nest but not for every sheet!
We have a variable called ""Squence Number" and its ranges. I've been trying to use this data to get my parts Quantities.
Quantity in every sequence :
[<NestPartCondensed."iSequenceRangeHigh">-<NestPartCondensed."iSequenceRangeLow">+1]
But I need Sum of this expression to have the whole quantity of every single parts,
How Can I use SUM function and Creat a Qty variable?
This is like using "pivot table" or "Consolidate" in excel !
Comments
Hello, Were you able to solve it? I have the same problem.
Sort dataset by "single parts", use TfrxGroupHeader (Height = 0) and TfrxGroupFooter bands. Use SUM function on TfrxGroupFooter band
Could you explain a little better? I don't know how to use the software very well. Thanks.