Hello All,
Question about Valentina Studio:
I have a sub-report with a query:
SELECT DLC.Client, DLC.Quantity, DLC.IDDistribution FROM tblDistributionListCustomer DLC
Where IDDistribution = linked to ID from the main report.
This all works, but the sub report should have three columns with the sub records divided over the three columns
something like this:
Client Quantity | Client Quantity | Client Quantity
Client Quantity | Client Quantity
Client Quantity | Client Quantity | Client Quantity |
Client Quantity | Client Quantity | Client Quantity |
Client Quantity |
How can I do this?
With regards,
Brian
1 post - 1 participant