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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to create actions for

Hi Experts,

I have vendor table with Vendor,vendor status,Vendor status having values active and null values.i want dispaly any sheet object with yes,no.if we click on no i need to get only Active vendors,if clik on yes i need to get all values of vendor.

Thanks,

Siva

20 Replies
Not applicable
Author

Can you please share the QVW.

Thanks

siva

varshavig12
Specialist
Specialist

Do you want something like this:

*** When you click on 'Yes' only active vendors

*** When you Click on 'No' all vendors

Note: 'Yes' automatically gets selected.

if you want something like this

make use of two list box

list box 1:

=if(Status='active' or Status='not active' or Status='','no')

list box 2:

=if(Status='active','yes')

varshavig12
Specialist
Specialist

Can you please post your expression ?

I cannot open this qvw.

Not applicable
Author

How we can get yes and no keywords it's showing error.

thanks

Anil_Babu_Samineni

Try this,

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
Not applicable
Author

What i have try ?

No information available...

sampada0810
Creator
Creator

You can use conditional show/hide

susovan
Partner - Specialist
Partner - Specialist

Hi Varsha,

Try this expression,

=Only({<[Vendor Status]={'active'},Status={'No'}>}[Vendor Status])

Warm Regards,
Susovan
varshavig12
Specialist
Specialist

Sample app with Yes and NO

Anil_Babu_Samineni

Did you check my Attachment?

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