Valentina Studio sub report multi column

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 Like

Problem solved by me.
I am using the html control. I will make the html table with the right data in the program and put the string in a record. Which will be read by the Valentina Studio.

2 Likes