cancel
Showing results for 
Search instead for 
Did you mean: 

setFilterExt on unavailable dimension data

Former Member
0 Kudos

Hi,

I'm using SAP DS 1.3 and a UNX universe. I'm trying to filtering a datasource with setFilterExt method.

I've a list of values from a dimension (called DIM), loaded into a dropdown, and a query with the same dimension.

In the "On Select" event handler I put the following code:

DS.setFilterExt('DIM', DROPDOWN.getSelectedText());

If I select a value that's included in the possible values range returned by the query the datasource is correctly filtered.

But if I select a value that's NOT included in the possible values range, the following warning pops up:

Tutte le selezioni per la dimensione DIM non sono valide e sono state rifiutate


The translation sounds like: "All selections for the DIM dimension are invalid and have been discarded". Furthermore the chart bounded to the datasource doesn't change, instead of showing as the attached screenshot (expected behaviour): 

("No data available").

How can I obtain the above expected behaviour and avoid the above warning to be showed ?

Thanks in advance.

Paolo.

Accepted Solutions (0)

Answers (1)

Answers (1)

PH
Participant
0 Kudos

Hello,

I have a similar problem. Also see my post:

Regards,

Philipp

TammyPowlas
Active Contributor
0 Kudos

Please look at KBA http://service.sap.com/sap/support/notes/2067424 to see if this helps