Skip to main content
Announcements
July 15, NEW Customer Portal: Initial launch will improve how you submit Support Cases. IMPORTANT DETAILS
cancel
Showing results for 
Search instead for 
Did you mean: 
rajeshduc
Contributor
Contributor

filter multiple values based on input box values

I want to use an input box to allow filtering of multiple text values

The records in my main table are id,region,city

Eg:

In the inputbox If i  enter e.g. 5 Ids (comma seperated) , then this input box values will act as a filter for the main table so the result will   only have data for the 5 Ids entered in the input box.

 

Any suggestions?

Labels (2)
2 Replies
ajaykakkar93
Specialist III
Specialist III

Hi,

Yes, we can do this, I have attached a GIF.
The solution is that you need to just separate all values by space & multiple values will be searched in the search pane of Filterpane/Pivot/Table

filter multiple values based on input box values.gif

Please mark the correct replies as Solution. Regards, ARK
Profile| GitHub|YouTube|Extension|Mashup|Qlik API|Qlik NPrinting

rajeshduc
Contributor
Contributor
Author

Thanks.

But my requirement is user will input his data in INPUTBOX not in filterpane. If he enters 3 IDs 1,2,3 then the main table should filter out only these 3 IDs data.