Hi there,
I am creating a report. First part is normal SQL extract data with 3 columns (Date, reccount, and Type) and second part is to build a pivot table with X axis "Type", Y axis Date, and the data inside is the reccount.
Not everyday has data so the number of columns varies depending on whether that date has data or not. If that date no data, the column of that date won't exist. (* and that's why the dynamic columns)
My question is which control shall I use to build the report. Thanks.