Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I am having a lot of trouble trying to figure it out how to use images in a table when it is on AcessPoint (webview).
Desktop view (work properly)
WebView (does not work)
So I found people that have a similar issue in the community then I followed the steps I found on this guide with no sucess QlikView Technical Brief - Loading Images into QlikView.zip . That's how I tried to load the images as Bundle load.
Bundle LOAD [Image Name],
[Image Location]
FROM
[\\plsaapqvw01\QlikviewDataSources\Homologacao\Departamento\LLP_FORD\Tracking 3.0\App\Assets\AssetLoc.xlsx]
(ooxml, embedded labels, table is Icone);
However my images were not add here.
I believe I follow every step. Does anyone could help me with it?
Thank you.
Instead of choosing them within the wizard you could try to type the name of your image within the expression like displayed within the linked blog-posting:
- Marcus
I tried it as well.
Expression:
=if(StatusCP = 'CP', 'qmem://Image Name/Calendar' , '' )
Table
Expression setting
Result
I must be missing something.
Just to clarify - doesn't it work with the webview of the desktop client or within the AJAX client in the access point or in both? Did you try it with different browsers? Even the IE plugin might be worth a test.
Another point are desktop client and server on the same release? A mix of different releases could be incompatible and also a quite old release might have unfixed bugs.
- Marcus
When I tried with the path it does works on Desktop, but don't work in WebView and AJAX AcessPoint (IE nor chrome).
When I try load bundle it doen't work on Desktop nor WebView. I haven't tried yet no AJAX AcessPoint, but as it didn't work on Desktop web view I assumed it wouldn't work on AJAX Acess Point too.
What do you mean with release? QlikView version?
Thanks Marcus!
The webview from the desktop client based on the installed IE and might be different to other browsers within the access point especially if the IE release is quite old and/or there are some "special" settings to the various security- and javascript properties.
Yes, with release was the QV version meant.
- Marcus
marcus_sommer, Hi!
I had the chance to check QV version, indeed they are different, however we test on both of then and we got the same result. I also tryied on AJAX AcessPoint, and it didn't work. IE and chrome is the newest. I think I ran out of options.
It's difficult to say what might be wrong. I think I would create a complete new dummy-application and implementing such pictures with all possible methods in all possible objects. This means of course also in textboxes as well as table-charts and there also with different widths and heights of the cells (maybe the pictures are smaller than the css-rules of the rendering provide and therefore it just displayed the text).
- Marcus
marcus_sommer, thanks a lot. Your tips has been of great value. I will keep trying, I will let all know when I can make it.
😃