Hi Friends,
In my design studio application, we are using dimension filter to filter the data. Now, we need to display the selected value in one text.
For example, if I select California in dimension filter, we need to display the California in one Text.
I tried with below code, but no luck.
TEXT_26.setText(DS_3.getFilterText(DIMENSIONFILTER_4.getDimensionName())); Could you please help me to capture the selected value for dimension filter? Thanks, Satyam