Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
What is the correct syntax for the URL of an image uploaded icon on the QS repository for putting this in StraightTable ?
in my case
and for example on the repository we have this images:
I am trying to use the path as 'lib://content/Default/1.png' but as result I have that :
Instead of this that is in QlikView and I have to reproduce in Qliksense:
If useful for undesrtanding this is the formula derivated from Qliview that I am trying to use:
=if(ChangeSituationKey=1,'lib://content/Default/1.png',
if(ChangeSituationKey=2, 'lib://content/Default/2.png',
if(ChangeSituationKey=3, 'lib://content/Default/3.png',
if(ChangeSituationKey=4,'lib://content/Default/4.png',''))))
(1 --> Arrow up green icon, 2 --> Register icon, 3 Arrow down green, 4 question mark)
Thank you on advance
Kind Regards
Daniele Gentile.
Hi Ray,
thank you very much.
The first video I yet saw and I followed his suggestion . The last forum item in your answer gave me the answer that I was looking for.
Hi , A last question: The Pivot Table does not support images as contain as the Staright Tables?