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

Slider not triggering field when a range is selected

Hi everyone,

I've loaded 2 fields, both with values of 1 to 100. In a slider, I use one of the fields to populate the numbers to select, and then I put a trigger on that field that will select the 2nd field.

This works very wel when I select just 1 value. However, when I turn the slider into a range, it doesn't select anything.

Can anyhow explain why or how to fix? I know this doesn't seem practical, but for what I'm actually working on, it makes sense to do this.

I've attached a sample qlikview,

Thanks!

1 Solution

Accepted Solutions
sunny_talwar

Try with this

='(' & Concat(DISTINCT SliderOptions3, '|') & ')'

View solution in original post

2 Replies
sunny_talwar

Try with this

='(' & Concat(DISTINCT SliderOptions3, '|') & ')'

Anonymous
Not applicable
Author

Ah Concat... You've used this more than once for the things I ask Sunny... I really need to learn all about it.

Thank you!