Hi,
I created a design studio app which has multiple datasources 1.6. I am using listboxes for showing list of values (for filtering the Data sources) from one of the data source.When a selection is made on the listbox all the data sources are filtered using the selected value. The issue now is, if a data source doesnt hav a transaction for the selection made it is not going blank, instead it shows data for ALL values. I looked online if any one faced this issue already but couldnt find any.
Please let me know if you encountered this issue and a possible solution.
Steps to tre-produce the issue:
I am using HANA as the backed.
Create a Design studi app using DS_1 &DS_2 two data sources
DS_1 is used to populate lov's in LISTBOX_1.
on Select with LISTBOX_1
DS_1.setFilter(" COLUMN Name to be filtered", LISTBOX_1.getSelectedValues());
DS_2.setFilter(" COLUMN Name to be filtered", LISTBOX_1.getSelectedValues());
Now if DS_2 doesnt have a valid transaction or row of data for the value selected in the LISTBOX_1.
ecpection is DS_2 should return no data but it still returns data for ALL.
Thanka,
Rajesh