I'm creating a report using SSRS 2008. Is it possible to hover over a coulumn group and have the column value passed as a parameter to a dataset, which would supply dates from the dataset to the tooltip expression? I have Quarter
columns. For Quarter 1, I would like the column value 1 passed to a dataset as a parameter so I can get available dates for the quarter displayed in the tooltip. Column Quarter 2 would pass value 2 as a parameter to the dataset and get those
available dates for the tooltip expression for the second column (i.e. different dates depending on the column hovering over). I'm thinking this is not possible. Maybe I need a different dataset for each column but I would need some way to
know which runtime column I'm hovering to use appropriate dataset. Any other ideas would be most thnakfully appreciated!
Dog Runner