on 2024 Jun 28 6:10 AM
Is it possible to switch the display of a dimension in a chart from ID to description, or to show both ID and description, using scripting in SAP Analytics Cloud (SAC) using buttons?
Hi,
I have written the script for button to show "Display ID".
Chart_1.getDataSource().setMemberDisplayMode("Dimension 1",MemberDisplayMode.DisplayId);
"Display Description"
Chart_1.getDataSource().setMemberDisplayMode("Dimension 1",MemberDisplayMode.Description);
"Display ID and Description"
Chart_1.getDataSource().setMemberDisplayMode("Dimension 1",MemberDisplayMode.DisplayIdAndDescription);
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
57 | |
10 | |
7 | |
6 | |
6 | |
6 | |
5 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.