Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
arvind_patil
Partner - Specialist III
Partner - Specialist III

Dynamic filter in Qlikview

Hi  Experts,

Someone please explain me whats wrong in my attached Qvw.

I am Trying to achieve:

I have  input filed and its value in input box  filter must be apply on all data as like below thread.

Like as https://community.qlik.com/message/1322981#1322981

Thanks,

Arvind Patil

1 Solution

Accepted Solutions
Kushal_Chawda

create two variables and add them in inputbox

1) vFieldName

Input field name which you want to filter

Note: Field name is case sensitive, so value entered must be exactly match with original field name


2) vValue

enter field values which you want to filter

Note: Values should be comma separated and also case sensitive


Create button and add a action Select in Field

Field

=vFieldName

Value

='('& Replace(vValues,',','|')&')'

Capture1.JPG

Capture2.JPG

Capture3.JPG

View solution in original post

16 Replies
Anil_Babu_Samineni

If you are enter City as pune then how you want to see in report?

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
Kushal_Chawda

Can you tell us what exactly you are trying to achieve or what is exact requirement?

arvind_patil
Partner - Specialist III
Partner - Specialist III
Author

Hi Anil,

Suppose If I Enter:

City

Pune

And Apply Then All Pune data  will be filter other than this cities are gray out.

Thanks,

Arvind Patil

arvind_patil
Partner - Specialist III
Partner - Specialist III
Author

If you look into attached Thread  I am Trying  to achieve same to same.

Re: Search Option, Dynamic filtering?

Thanks,

Arvind Patil

Kushal_Chawda

If user enters the city names in inputbox and click on button, that values should get selected?

arvind_patil
Partner - Specialist III
Partner - Specialist III
Author

Yes Exactly! I am looking for bro.,.

Thanks,

Arvind Patil

Anil_Babu_Samineni

PFA

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
arvind_patil
Partner - Specialist III
Partner - Specialist III
Author

Hi Anil,

thanks for Your prompt response but I am looking for dynamic filter. Means May I filter on City or else ID its depend On Me. I just pass field and its Values

Thanks,

Arvind Patil

Anil_Babu_Samineni

Why you need that, Unless we have Search object. Your users don't like to use Search object rather this work.

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful