I have a PIVOT query that is returning an unknown number of dynamic columns. So the query will return something like
ID | Col1 | Col2 | ..... | ColN
ID is the only static column and the rest are all dynamic. The number and the names of the columns are unknown.
How can I write a report in SSRS that can handle this? Any tips and direction will be appreciated.
Thanks.