Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个这样设置的 PowerPivot 查询:
exec sp_GetOrders NULL, NULL, '2012-08-01', '2012-09-17', 'All', 0, NULL, 1, 0, NULL
但我希望日期字段是单元格的参数。我可以这样做吗?
根据这个线程似乎不可能。Powerpivot 确实有问题。
http://social.msdn.microsoft.com/Forums/en-US/sqlkjpowerpivotforexcel/thread/b579e218-e4f0-4153-81d1-eac96692d423/