Hello everyone. I have to create a series of reports that have pivot table functionality (the user can select and update the various fields the table shows).
At first I thought a Cross-Tab would be a good way to go, but I've realized that a cross tab is very different from a pivot table, and I don't think it can be used for what I'm trying to do.
I know I probably have to use Parameters, but is that the best way? And if so, how would I be able to allow the user to enter a new set of parameters once they've already generated a report?
Thanks for the help.