cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple values in Dimension filter.

0 Kudos

Hi  Community,

     In my design studio application am using one column chart and dimension filter. according to dimension filter values the column chart getting filtered.

but my question is, if am selecting any column in the column chart then the dimension filter component should show only selected data from the column chart. but now am getting all data along with selected data as selected checkbox. in dimension filter i want to show only selected data.

please can anyone tell how to remove the unselected data.

and am using below script in column chart,

DS_DIM_FILTER.setFilter("Sold_to_Party", COLUMN_CHART.getSelectedMember("Sold_to_Party"));

note:In HANA datasource am able to get what i required but using BW services am not getting.

please give your valuable ideas.

thanks,

Shantakumar,

Accepted Solutions (0)

Answers (1)

Answers (1)

jeroenvandera
Contributor
0 Kudos

Hi Shantakumar,


My understanding is that when you for example click on the 6+ days column in the chart you only want to see those sold-to parties that are in the 6+ dataset.


I think your best way is to replace the dimension filter with a listbox and repopulate the values each time you do a selection on the chart. the tutorial is here :


best regards,


Jeroen