<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Handling Images in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Handling-Images/m-p/940406#M324355</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use relative paths as well as the suggestion of the other members of using a variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the folder structure is the same on both servers.&lt;/P&gt;&lt;P&gt;If say your qvw was in the&amp;nbsp; a Folder Dashboard and you had the images in a sub folder images&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can use [..\Images\&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Yellow.png]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;The variable idea do something like below&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; line-height: 1.5em;"&gt;Let vPath&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; &lt;/SPAN&gt;D:\Program Files\Includes\Custom Load\QBR Images\&amp;nbsp;&amp;nbsp; \\dev&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; line-height: 1.5em;"&gt;\\Let &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;vPath&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;E:\QBR Images\&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; \\Prod&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; line-height: 1.5em;"&gt;Then in your script change to&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Yellow,$(vPath)\Yellow.png&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Copy for the rest then you just need to comment out the one you are not using. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Nov 2015 08:02:22 GMT</pubDate>
    <dc:creator>Mark_Little</dc:creator>
    <dc:date>2015-11-20T08:02:22Z</dc:date>
    <item>
      <title>Handling Images</title>
      <link>https://community.qlik.com/t5/QlikView/Handling-Images/m-p/940402#M324351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to handle external images in Development server and Production server.&lt;/P&gt;&lt;P&gt;Issue is i have developed to work in Development server, that is in D://&amp;nbsp; &lt;/P&gt;&lt;P&gt;but in production server i have the images in C:// , every time i move the application i am changing the images location to work any way to &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;how to handle this situation.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2015 11:07:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Handling-Images/m-p/940402#M324351</guid>
      <dc:creator />
      <dc:date>2015-11-19T11:07:27Z</dc:date>
    </item>
    <item>
      <title>Re: Handling Images</title>
      <link>https://community.qlik.com/t5/QlikView/Handling-Images/m-p/940403#M324352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In this case you need variables for your path-parts, see: &lt;A href="https://community.qlik.com/docs/DOC-13596"&gt;How to Use Environment Variables&lt;/A&gt; but in the long-term you should consider to use the same structures in development and production.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;edit: Now I see my link is related to NPrinting, therefore here further hints:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/410334"&gt;Variables as file and table paths in load script&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/4142"&gt;The $(Include) which you $(Must_Include) into your toolkit&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And there are also possibilities to read certain settings direct, maybe per system-variables like &lt;SPAN class="Bold"&gt;WinRoot or per functions like getregistrystring().&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;&lt;A href="https://community.qlik.com/message/219074"&gt;Load from Windows' environment variables path?&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2015 11:19:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Handling-Images/m-p/940403#M324352</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-11-19T11:19:27Z</dc:date>
    </item>
    <item>
      <title>Re: Handling Images</title>
      <link>https://community.qlik.com/t5/QlikView/Handling-Images/m-p/940404#M324353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use a variable to hold the path as a string then you need only change the path in one location in your script. If you have a number of qvw files you are moving around you could use an include statement. This statement takes the text from an external file and this is acted upon when reloading. An include statement allows you to have one location (the external text file) where changes can be made that affect a number of qvw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2015 11:19:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Handling-Images/m-p/940404#M324353</guid>
      <dc:creator>effinty2112</dc:creator>
      <dc:date>2015-11-19T11:19:40Z</dc:date>
    </item>
    <item>
      <title>Re: Handling Images</title>
      <link>https://community.qlik.com/t5/QlikView/Handling-Images/m-p/940405#M324354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Below is the script i used,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Script&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;TrafficImages_Dev_Iqa:&lt;/P&gt;&lt;P&gt;Bundle LOAD * Inline [&lt;/P&gt;&lt;P&gt;Color,ImagesPath&lt;/P&gt;&lt;P&gt;Yellow,D:\Program Files\Includes\Custom Load\QBR Images\Yellow.png,&lt;/P&gt;&lt;P&gt;Red,D:\Program Files\Includes\Custom Load\QBR Images\Red.png,&lt;/P&gt;&lt;P&gt;Green,D:\Program Files\Includes\Custom Load\QBR Images\Green.png,&lt;/P&gt;&lt;P&gt;YellowRed,D:\Program Files\Includes\Custom Load\QBR Images\YellowRed.png,&lt;/P&gt;&lt;P&gt;..etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TrafficImages_PRD:&lt;/P&gt;&lt;P&gt;Bundle LOAD * Inline [&lt;/P&gt;&lt;P&gt;Colors,ImagesPaths&lt;/P&gt;&lt;P&gt;Yellow,E:\QBR Images\Yellow.png,&lt;/P&gt;&lt;P&gt;Red,E:\QBR Images\Red.png,&lt;/P&gt;&lt;P&gt;Green,E:\QBR Images\Green.png,&lt;/P&gt;&lt;P&gt;YellowRed,E:\QBR Images\YellowRed.png,&lt;/P&gt;&lt;P&gt;...etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Expression:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(&amp;nbsp; FLD1='Yellow' and FLD2='Green','qmem://Color/YellowGreen' or 'qmem://Colors/YellowGreen',&lt;/P&gt;&lt;P&gt;if(&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333330154419px;"&gt;FLD1&lt;/SPAN&gt;='Yellow' and &lt;SPAN style="font-size: 13.3333330154419px;"&gt;FLD2&lt;/SPAN&gt;='Red','qmem://Color/YellowRed' or 'qmem://Colors/YellowRed',&lt;/P&gt;&lt;P&gt;if(&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333330154419px;"&gt;FLD1&lt;/SPAN&gt;='Yellow' and &lt;SPAN style="font-size: 13.3333330154419px;"&gt;FLD2&lt;/SPAN&gt;='Yellow','qmem://Color/Yellow' or 'qmem://Colors/Yellow',&lt;/P&gt;&lt;P&gt;if(&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333330154419px;"&gt;FLD1&lt;/SPAN&gt;='Red' and &lt;SPAN style="font-size: 13.3333330154419px;"&gt;FLD2&lt;/SPAN&gt;='Green','qmem://Color/RedGreen' or 'qmem://Colors/RedGreen'&lt;/P&gt;&lt;P&gt;....etc))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is not working any suggestions plz.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Nov 2015 07:51:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Handling-Images/m-p/940405#M324354</guid>
      <dc:creator />
      <dc:date>2015-11-20T07:51:11Z</dc:date>
    </item>
    <item>
      <title>Re: Handling Images</title>
      <link>https://community.qlik.com/t5/QlikView/Handling-Images/m-p/940406#M324355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use relative paths as well as the suggestion of the other members of using a variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the folder structure is the same on both servers.&lt;/P&gt;&lt;P&gt;If say your qvw was in the&amp;nbsp; a Folder Dashboard and you had the images in a sub folder images&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can use [..\Images\&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Yellow.png]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;The variable idea do something like below&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; line-height: 1.5em;"&gt;Let vPath&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; &lt;/SPAN&gt;D:\Program Files\Includes\Custom Load\QBR Images\&amp;nbsp;&amp;nbsp; \\dev&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; line-height: 1.5em;"&gt;\\Let &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;vPath&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;E:\QBR Images\&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; \\Prod&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; line-height: 1.5em;"&gt;Then in your script change to&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Yellow,$(vPath)\Yellow.png&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Copy for the rest then you just need to comment out the one you are not using. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Nov 2015 08:02:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Handling-Images/m-p/940406#M324355</guid>
      <dc:creator>Mark_Little</dc:creator>
      <dc:date>2015-11-20T08:02:22Z</dc:date>
    </item>
    <item>
      <title>Re: Handling Images</title>
      <link>https://community.qlik.com/t5/QlikView/Handling-Images/m-p/940407#M324356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To use only one script you could replace the path-parts like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TrafficImages:&lt;/P&gt;&lt;P&gt;Bundle LOAD Color, replace(ImagesPath, 'D:\Program Files\Includes\Custom Load', 'E:') as ImagesPath Inline [&lt;/P&gt;&lt;P&gt;Color,ImagesPath&lt;/P&gt;&lt;P&gt;Yellow,D:\Program Files\Includes\Custom Load\QBR Images\Yellow.png,&lt;/P&gt;&lt;P&gt;Red,D:\Program Files\Includes\Custom Load\QBR Images\Red.png,&lt;/P&gt;&lt;P&gt;Green,D:\Program Files\Includes\Custom Load\QBR Images\Green.png,&lt;/P&gt;&lt;P&gt;YellowRed,D:\Program Files\Includes\Custom Load\QBR Images\YellowRed.png,&lt;/P&gt;&lt;P&gt;..etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And your expression contained an OR-statement within the THEN-part - this couldn't work. I think this will be helpful:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/2831"&gt;Colors in charts&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3145"&gt;Loading Images into QlikView&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Nov 2015 08:04:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Handling-Images/m-p/940407#M324356</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-11-20T08:04:08Z</dc:date>
    </item>
    <item>
      <title>Re: Handling Images</title>
      <link>https://community.qlik.com/t5/QlikView/Handling-Images/m-p/940408#M324357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks mark this helped me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Nov 2015 09:45:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Handling-Images/m-p/940408#M324357</guid>
      <dc:creator />
      <dc:date>2015-11-20T09:45:22Z</dc:date>
    </item>
  </channel>
</rss>

