点击此处---> 群内免费提供SAP练习系统(在群公告中)
加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)
大家好,
我正在使用SAP Analytics Cloud中的Analytical Designer开发一个分析应用程序。 我正在使用树形图,在这里,度量被添加到"大小"中。 我需要动态更改度量,但会引发错误"无法添加度量"。
这是我一直在使用的代码。
Chart_heat_map.removeMeasure(V_MEASURE,Feed.Size);
V_MEASURE = D_DropDown1.getSelectedKey();
Chart_heat_map.addMeasure(V_MEASURE,Feed.Size);
这不起作用,我也尝试过使用Feed.ValueAxis,但没有任何积极结果。
有人可以帮我解决这个问题吗?
感谢和问候,
梅格
嗨,
使用以下代码
Chart_heat_map.removeMeasure(V_MEASURE ,Feed.color);
V_MEASURE = D_DropDown1.getSelectedKey();
Chart_heat_map.addMeasure(V_MEASURE,Feed.color);
使用以下代码
Chart_heat_map.removeMeasure(V_MEASURE,Feed.Weight);
V_MEASURE = D_DropDown1.getSelectedKey();
Chart_heat_map.addMeasure(V_MEASURE,Feed.Weight);
谢谢,
saurabh s。
Saurabh,你好
非常感谢,Feed.Weight起作用了。
此致
梅格
一周热门 更多>