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: 
jalanhart
Creator
Creator

Different images for versions of same app

Is it possible to set an image in an app in a managed space and not get it pasted over at the next publish moment? 

I would like to have the Work in Progress version of the app be a different photo then the Published version, as a different picture would be easier to quickly tell apart other than a different name. 

thx!

Labels (1)
1 Solution

Accepted Solutions
stevedark
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi @Jalal 

This is not supported as you want it to be. You can do dynamic images in a Sense app, but not the app thumbnail and the header image, as far as I am aware. @Qrishna's example is in QlikView.

The only thing I can suggest is that you have it as part of your release process that you manually change the image, publish and then change it back post publishing. Not ideal, but it would work.

Steve

View solution in original post

3 Replies
Qrishna
Master
Master

Short Answer is Yes.

use: =if(ReloadTime() > vButtonClickTime //or whatever you conditions are
,' Path\Work In progress Image.png'
,' Path\Published Image.png')

2488269 - Different images for versions of same app (3).PNG

2488269 - Different images for versions of same app (4).PNG

jalanhart
Creator
Creator
Author

where do I put that? I only see a space to input a piece of media? where can i put an expression in? 

 

jalanhart_0-1729610920683.png

 

stevedark
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi @Jalal 

This is not supported as you want it to be. You can do dynamic images in a Sense app, but not the app thumbnail and the header image, as far as I am aware. @Qrishna's example is in QlikView.

The only thing I can suggest is that you have it as part of your release process that you manually change the image, publish and then change it back post publishing. Not ideal, but it would work.

Steve