Hi experts,
I'm wondering if it's possible to use the getData statement without a measure information.
The reason is that we have defined a background filter on a measure due to the fact that we don't want to see the measure information on a table and a corresponding chart.
For this a statement like
TEXT_VALUE.setText("(" + DS_3AQ.getDataAsString("A3R23AAT4HMF68FTMSTTRFOOH", {"DS_QMNPST":"04"}) + ")");
brings no result, because the measure A3R23AAT4HMF68FTMSTTRFOOH is not in the data source (but there in the background filter).
Best Regards,
Alex