Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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!
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
Short Answer is Yes.
use: =if(ReloadTime() > vButtonClickTime //or whatever you conditions are
,' Path\Work In progress Image.png'
,' Path\Published Image.png')
where do I put that? I only see a space to input a piece of media? where can i put an expression in?
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