分析网格的sharepoint 2010错误中的PPS“字符串的长度超过了maxJsonLength属性上设置的值。”

时间:2012-07-31 18:22:00

标签: sharepoint-2010 ssas mdx performancepoint dashboard-designer

我正在使用性能点并使用连接到分析网格的成员过滤器。在连接公式中,我写了类似下面的内容

Drilldownleveltop(
Drilldownleveltop(
Drilldownleveltop(
Drilldownleveltop(
DrilldownLevelTop(TopCount(<<SourceValue>>, 5, [Measures].[Net Cost Global]),
3,,[Measures].[Net Cost Global]),
3,,[Measures].[Net Cost Global]),
3,,[Measures].[Net Cost Global]),
3,,[Measures].[Net Cost Global]),
3,,[Measures].[Net Cost Global])

但是我收到错误消息“使用JSON JavaScriptSerializer进行序列化或反序列化时出错。字符串的长度超过了maxJsonLength属性上设置的值。”

相同的查询在sql server 2008中正常工作,我在每个级别获得top10。请让我知道我应该做些什么改变。

谢谢

0 个答案:

没有答案