Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
May 28, 2021 8:03:01 AM
May 18, 2016 9:46:49 AM
Images are not showing up properly in the application. URL Text is shown instead of the image in web-view on the desktop and on the ajax client from the Access Point. One possible way this can manifest is when there is a link to a google map item.
QlikView Desktop and Server include a parameter to configure this behaviour:
AllowGeneralAccessToImagesThroughURL can be configured in the Settings.ini file. By default this value is set to 0, it appears in the ini file as:
AllowGeneralAccessToImagesThroughURL=0
This setting will prevent images from appearing in any objects possible through a URL. If the URL is added to a text box without background the text box will appear to disappear in WebView or when opening the app in Server.
The reason for this parameter is that HTTP access is considered a risk because it allows the user to fetch pictures as the QVS process. As the QVS process might be running with elevated rights and runs behind a firewall, it may have access to servers that the user does not and therefore the user can fetch pictures that should be hidden from them.
Even if AllowGeneralAccessToImagesThroughURL parameter is set to 0 these images can be seen in Desktop and when accessing the app through the IE Plugin, because these images are fetched by the local client.
AllowGeneralAccessToImagesThroughURL has to be changed from 0 to 1 or 2 in the Setting.ini files for Desktop and Server.
QlikView Server:
Desktop:
Please note that there are 3 possible values for AllowGeneralAccessToImagesThroughURL
A good approach if none of the above steps are working, use Bundle Load especially if you are using AJAX. More info here.
For MiniCharts it may be necessary to update the parameter detailed below in the file named Setting.ini for both QV Desktop and QV Server:
WebFileUseWinAPI=1