Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
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

See attached qvw.


talk is cheap, supply exceeds demand

View solution in original post

3 Replies
Gysbert_Wassenaar

See attached qvw.


talk is cheap, supply exceeds demand
rubenmarin

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