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

Slider value as dimension

hi all,

In my app trying to get the field from selected value in slider.

Now i'm having fields 5mins, 10mins, 15mins and using cross table i'm creating a field TimeRange

and TimeRange will have values of 5mins, 10mins, 15min.

In slider object i'll use field TimeRange.

Now what i required is the user selected in Slider should act as a dimension for my barchart.

How it is possible ?

Please this is really very urgent.

Thanks in advance.

1 Solution

Accepted Solutions
Not applicable
Author

Hi,

Myself had found the solution for this post.

Pick(WildMatch(vTimeRange,'5*','10*'),[5mins],[10mins])

Thanks

Venkat

View solution in original post

4 Replies
martin59
Specialist II
Specialist II

Hi,

You have to use TimeRange as the barchart's dimension.

Hope that helps you

Martin Favier

martin59
Specialist II
Specialist II

Hi,

You have to use TimeRange as the barchart's dimension.

Hope that helps you

Martin Favier

martin59
Specialist II
Specialist II

Hi,

You have to use TimeRange as the barchart's dimension.

Hope that helps you

Martin Favier

Not applicable
Author

Hi,

Myself had found the solution for this post.

Pick(WildMatch(vTimeRange,'5*','10*'),[5mins],[10mins])

Thanks

Venkat