Hi there,
following setup in my application:
I have got a tabstrip container with several tabs. Each tab includes a crosstab with own data source (each DS one BW-Query). All Queries include one and the same inputready-variable on 0CALMONTH in columns. We are working with offsets in order to compare act vs. prev year values. On top of the tabstrip container we have a dropdwown menu for 0CALMONTH as it should be selectable when navigating within the application.
Now my question:
When opening the application I need to fill the variable first. Currently it is only possible to work with setVariableValue on Application Level (Application.setVariableValue(Ext)). This means that all data sources are refreshed as all of them include this variable. The same when navigating from tab to tab.
As far as I know, there is no way to set the variable value on data source level.
Do you know any workaround in order to process the data source just as I need it. That means only the data source needed for tab that is actually visible?
Thanks a lot in advance.
Mark