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

Variable data at time

Hi All

Can someone help.  I am not a developer and copy and paste my way to the answers that I need. 🙂 

I have pulled in my rugby analysis data into Qlik Sence.

I have a query that counts 'our' teams 's rucks. 

count(distinct if([Activity Game] ='Rucks' AND [Side Game] ='THEM' , [Counter Game]))

There is also a timeline running, so what I want to do now is to create a variable called [VTime]

The value of VTime is [Game Time End]... or the time that the ruck ended. 

What I want to be able to use a slider so that I can count the rucks as per the time on the variable slider. 

I hope it makes sence and that there is a guru out there that can assist. 

 

Thanks. 

Labels (2)
2 Replies
Rohan
Specialist
Specialist

Hello, 

I believe The Variable Input Button Extension is the thing you are looking for. There you can select multiple ways to take an input in the Front End. You can get the input via drop-down, input box, SLIDERS,etc. Check this link for better understanding of Variable Input  Button :

https://www.youtube.com/watch?v=w5dTLv8XU50

PlayPro
Contributor
Contributor
Author

Thank you Rohan,

I managed to get the slider to work by  adding AND [Game Time End] = ['VTime'] to the query. 

 

Now to try and pull the variable into a set analysis query. 

 

Regards,