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.
我一直在尝试使用 maxl 脚本从 aso 应用程序中删除数据,用户希望在 2015 年再次重新加载数据,所以我一直在尝试仅在 12 月删除它以查看它是否有效
alter database 'BFCVASOb'.'BFCVASOb' clear data in region '{[AOD 2015-12],[Measures]}';
我收到此错误:
函数集构造函数中的维度签名不匹配
您可以尝试使用 CrossJoin 来查看它是否有效。现在您只清除一个非常具体的数据元组(当然,这是一个测试):
alter database 'BFCVASOb'.'BFCVASOb' clear data in region 'CrossJoin({[AOD 2015-12]},{[Measures]})';