我正在使用 Datazen 设计仪表板。我需要用参数定义数据视图。mdx查询的where语句如下
where (
STRTOMEMBER("[X].[X NAME].[" + {{ @XParam }} + "]"),
STRTOMEMBER("[Y].[Y NAME].[" + {{ @YParam}} + "]")
)
我定义了@XParam 和@YParam。当我进行下一步并按预期获得结果时,我的查询有效。但是从 Datazen Designer 添加数据视图以构建图表时会出现问题。我怎么解决这个问题?
异常:System.ArgumentException:值不在预期范围内。在 Windows.UI.Xaml.Data.Binding.put_Path(PropertyPath 值)在 ComponentArt.WinRT.DataVisualization.DataGrids.GridView.GenerateColumn(字符串名称,字符串 bindingPath,类型类型)