Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
sandp707
Contributor III
Contributor III

One Yes/no filter button for multiple conditional charts

Hello Everyone,

I want to create a single filter XYZ in the script. This will act like conditional button for different conditional charts.

chart 1: Show employee name

— If the filter XYZ is ‘YES’ then show the names of employees whose name length is more then 9 characters 

— if the filter XYZ is ‘NO’ then show the names less than 9 characters

chart 2: Show employee salary

— if the same filter XYZ is selected ‘YES’ this chart should show all the salaries which are more than 50000

– if the same filter XYZ is selected ‘NO’ the same chart should show less than 50000

chart 3: Show employee city

— if filter XYZ is ‘YES’ this chart should cities names starting with A,B,C

— if filter XYZ is ‘NO’ this chart should show cities with D,E,F

chart 4: show employee date of joining 

— if filter XYZ is ‘YES’ this chart should show dates before 2019

— if the filter XYZ is ‘NO’ this chart should show dates after 2019

Labels (1)
10 Replies
sandp707
Contributor III
Contributor III
Author

thank you