on 2024 Nov 06 12:47 PM
Dimension: Country
Measure: Total Number
Can you please help me with the syntax as I am facing issue with the code.
Chart_1.rankby("xxx", RankOrder.Top, value:5)
Can you help me with what type of syntax/value I have to replace the "xxx", is it a script variable with type number/string etc. which I have to create or is something else?
Thank you.
Request clarification before answering.
I am not that familiar with this API, but by looking at the documentation https://help.sap.com/doc/1639cb9ccaa54b2592224df577abe822/release/en-US/index.html#ChartRankOptions I assume it should be a JSON, like
Chart_1.rankby({structureMember: "xxx", RankOrder:Top, value:5})
Could you try?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
77 | |
30 | |
9 | |
8 | |
8 | |
7 | |
7 | |
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.