on 2021 Aug 26 3:17 PM
Dear experts,
can someone please explain me how to use the two functionalities ".rankBy()" and ".sortByValue" on a chart/table?
I'm trying to figure it out, but somehow it doesn't want to work on my chart (live HANA connection).
Chart_1.sortByValue("MyMeasureID",SortOrder.Descending);
Chart_1.rankBy("NotSureWhatToPutHere");
I guess these are quite new functionalities and it seems they are not yet included in the new edition of the Developer handbook.
Thanks.
BR
Peter
Request clarification before answering.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Please follow the below for rankBy..
Chart_1.rankBy({
rankOrder:RankOrder.Top,
structureMember:"structure based on which rank will be done",
value:5});
}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Aleksey,
yep, I was searching for the optimized format option in the settings and indeed couldn't find it.
In any case it's interesting, that these are are already available in the menu, but not yet functional...
Rankby etc works with Charts - but only if your Analytic App is set to use Optimised view mode at runtime.
However as always with SAP 🙂 there's a downside........ An App using optimised view mode against a live BW connection won't render charts (amongst other things)
Bug or To be implemented feature....... or misaligned product dev teams..................
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
76 | |
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.