Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
vinod2086
Creator II
Creator II

How to change Filter pane based on source selection

Hi Team,

I have requirement  i have created table using some of the fields which is common in both the sources(only few are different) here am using two source systems like source1 and source2.

while creating Filter Pane when i select Source1. source1 related filters should enable and Source2 filters disable.

same way for Source 2 also.

this requirment is possible in Qliksense?

thanks in Advance

1 Reply
OmarBenSalem

In ur script add a flag :

source1:

load

....,

'Source1' as FlagSource

from ...;

source2:

load

....,

'Source2' as FlagSource

from ...;

Now, u can add this new FlagSource field as a filter; if u click on its Source1 value, you'll be sure to have only the field related to ur first source and visversa