Skip to main content
Announcements
Introducing a new Enhanced File Management feature in Qlik Cloud! GET THE DETAILS!
cancel
Showing results for 
Search instead for 
Did you mean: 
Rav3
Contributor II
Contributor II

Qlik Sense Conditional Images

Hi Guys,

I tried to add custom images to Qlik Sense app by using conditional measure in Text and Image, by using image URL is there any other way to achieve our requirement?

If(Sales<20M,Image1,image2)

 

5 Replies
ajaykakkar93
Specialist III
Specialist III

Wait for some time ill be able to help you ill make 1 and will add it to my github download it from there.

Udemy Tutorials by name of Qlik Sense Extension form Scratch will be online by coming monday

Regards,

Ajay Kakkar

https://github.com/ajaykakkar93

Please mark the correct replies as Solution. Regards, ARK
Profile| GitHub|YouTube|Extension|Mashup|Qlik API|Qlik NPrinting

asinha1991
Creator III
Creator III

1.you can do it by creating a simple widget with a property..in the html use the value of this property to populate img src..this is extension creation..

2. if you want to use text/image object, create text/image object with background  for each url. add them as master visualization and use show hide container with a condition for each image.

3. you can try with simple table extension using enable raw html and under if else use whole img src string, something like If(Sales<20M,'<img src="url1">','<img src="url2">')

I am not aware of any other way

 

ajaykakkar93
Specialist III
Specialist III

Hi,

Sorry to keep you waiting, here is what you asked for.

Find the extension & it as per your requirement .

Please mark the correct replies as Solution. Regards, ARK
Profile| GitHub|YouTube|Extension|Mashup|Qlik API|Qlik NPrinting

Rav3
Contributor II
Contributor II
Author

Can you please share me the description??

ajaykakkar93
Specialist III
Specialist III

Down this updated one attached,

Features is very simple 

   1) Add image url

   2) condition can be used

   3) css for image can be added

   4) navigation to specified sheet id is also a option

How to tutorial is also attached as gif image

mark it as correct if my answer is correct.

Please mark the correct replies as Solution. Regards, ARK
Profile| GitHub|YouTube|Extension|Mashup|Qlik API|Qlik NPrinting