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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
paulwalker
Creator III
Creator III

Need Help??

HI Community,

I have one field Gender..(Male and Female)

If am clear Gender field i want to show this image..

If i am select Female show Female image

If i am select Male show Male image

Hope You Understand...

Thanks in Advance...........

PFA

1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

See attached qvw.


talk is cheap, supply exceeds demand

View solution in original post

3 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

See attached qvw.


talk is cheap, supply exceeds demand
rubenmarin1

Hi Paul, it can be something like:

If(Gender='F', secondImage,

If(Gender='M', thirdImage, firstImage))

or if you want use the Show conditional:

1st Image: GetPossibleCount(Gender)>1

2nd Image: Gender='F'

3rd Image: Gender='M'

Not applicable

Hi Paul,

Please find the attached file, I controlling in the Visibility in the Show Conditional Property of the Images(Text Box).

Look into the Show Conditional in the Layout. !

Regs

Ram