I have a PowerPivot query set up like this:
exec sp_GetOrders NULL, NULL, '2012-08-01', '2012-09-17', 'All', 0, NULL, 1, 0, NULL
but I want the date fields to be parameters from a cell. Can I do this?
I have a PowerPivot query set up like this:
exec sp_GetOrders NULL, NULL, '2012-08-01', '2012-09-17', 'All', 0, NULL, 1, 0, NULL
but I want the date fields to be parameters from a cell. Can I do this?
Does not seem possible according to this thread. Really a problem with Powerpivot.