on 2019 Oct 20 4:11 PM
We have a requirement to show 500+ numeric charts across different tab of a tab strip (a component in an analytical application - sap analytics on the cloud) and each tab of a tab strip has its own tab strip.
Now, we have done the development ( models are filled with data via import data connectivity) but the sac analytical applications became heavy and while opening in edit mode or running it on browser takes some good amount of time.
I thought of optimizing it ( thinking at - If I could show the graph/ other elements of the default tab and then hide all other elements ( present in other tabs) and write a script by which - if the user selects the next tab, then all components present in this tab comes up and likewise for other tabs. I believe this can improvise the performance as a whole.
But I am not able to find a way, with which I could write such a script.
For example - something like this -
var selectedkey = TabStrip_1.getSelectedKey();
if ( selectedkey = "Tab_1") { Shape_1.setVisible(false); } else if (selectedkey = "Tab_2") { Shape_3.setVisible(false); } else if (selectedkey = "Tab_3") { Shape_2.setVisible(false); }
with this, it just hides the image of the tab, which has been set as default in an analytical application.
I am looking for a way with which SAC can identify the currently selected tab and then does this hiding/ un-hiding action.
Please suggest some solution.
Request clarification before answering.
Hi foekenm,
thanks for your suggestion,
could you please expose an example, that we can move from one App to another while retaining filters data points selected? I can imagine that we can use hyperlink or button link to another URLs, and in other Apps, we set the same filters structure/logic and selected data points.
Thank you
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
70 | |
21 | |
9 | |
7 | |
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.