I want to create a report that calculates the shipped qty for each customer.
It's like a pivot table, with The items in the line and customers in column.
How can I do it?
Thanks
Hi,
It will be easier if you make that with a Form where you use a MatrixBox (Items in the line and customers in column or reversly, you have the choice). This form can be after exported to Excel.
I want to create a report that calculates the shipped qty for each customer.
It's like a pivot table, with The items in the line and customers in column.
How can I do it?
Thanks
I would have suggested that you check out the "GroupTotalsField", but since that has already been suggested, I can assume that you already tried that, wrote code in your report to use it and it didn't work. In which case I am not sure how to help you. ](*,)
I want to create a report that calculates the shipped qty for each customer.It's like a pivot table, with The items in the line and customers in column.How can I do it?
In many ways. If it is a fix number of items then it can be done as suggested with the use of "GroupTotalsField" property. If on the other hand the number of items is variable, you must handle this before the report in a "buffer" table which server as a "pivot" table.
Comments
Have u any other idea?
It's like a pivot table, with The items in the line and customers in column.
How can I do it?
Thanks
It will be easier if you make that with a Form where you use a MatrixBox (Items in the line and customers in column or reversly, you have the choice). This form can be after exported to Excel.
Thanks
I would have suggested that you check out the "GroupTotalsField", but since that has already been suggested, I can assume that you already tried that, wrote code in your report to use it and it didn't work. In which case I am not sure how to help you. ](*,)