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

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

I want to set some objects to show when needed

Hello,

Find attached it explain all i need to be done.

When i click on a parameter the quantifier shows and the other disappears

4 Replies
Anonymous
Not applicable
Author

This appears to be functioning as I would expect. What are you trying to do that isn't happening here?

its_anandrjs
Champion III
Champion III

Unfortunately you have to write

In the Layout Properties

Write expression

IF(Match( SField ,'M'),1,0) for Male Text box and for

IF(Match( SField,'F'),1,0) for Female Text box

Note:- I assume SField here because it is in moderation while using the actual one for more see the attached.

Layout.png

rubenmarin1

Hi, in design tab --> Show conditional, set for male:

Sex<>'F'

and for female:

Sex<>'M'

Anonymous
Not applicable
Author

I've attached a modified QVW that does what you're looking for. Look at the Layout tab as indicated previously.