Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
niha
Creator II
Creator II

How to Insert Image in a If else logic

Hello,

I want to add a If else statement like this:

If ( (PMPM Amount Year ago)> (PMPM Amount), Image Arrowupward, else Imagearrowdownward). Please find the screen shot. 

I am interested for Variance Field arrow. Please suggest.

Regards,

Niha

Untitled.png

10 Replies
Anvesh
Contributor III
Contributor III

Hi Neha,

you can try below code.

If ( (PMPM Amount Year ago)> (PMPM Amount), chr(9650),chr(9660))

and then you can apply desired color to arrows in Text color expression

Thanks

Anvesh