I need to print a report with a undetermined number of columns, and a list of products as a column header. I already have the D.B., but dont know how to perform the report. The list of products are always the same (they're about 60), and the headers (sales by client) are variable, because these are gropued by sales vendor. The report should see like this
Products Client1 Client2 ... Client_x
-------- ------- ------- --------
The number of clients its variable...
Please help me!
Products Client1 Client2 ... Client_x
-------- ------- ------- --------
The number of clients its variable...
Please help me!