Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
prasoon92
Contributor
Contributor

Need help with the expression to filter row based of user input

I Have created a variable velapse and initiated it's value with 1500.

I have used this variable in input box and used this input box on my dashboard sheet for user to change this value as per thier need.

Now I want to filter the rows from a pivot table based on user input.

So for above requirement I have a text object and In select field I have given Jobname and search string I am passing as below.

='('& Concatenate(If(Elapsedseconds>=

$(velapse) , ' " '&JobName' " '),'|')&')'

I am getting only three jobs that are meeting above condition but there are more entries in the table that should meet above condition.

Did anyone else face this issue?

Please help

Regards,

PRASOON

4 Replies
dplr-rn
Partner - Master III
Partner - Master III

Are you using the right function?

Shouldnt it be Concat function

prasoon92
Contributor
Contributor
Author

I used the concat function only. My smart phone auto corrected that.

dplr-rn
Partner - Master III
Partner - Master III

Can you share what the other fields in the table are

prasoon92
Contributor
Contributor
Author

I slightly modified the above expression and it worked out for me.