<?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: using QV image as variable value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/using-QV-image-as-variable-value/m-p/92652#M758295</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the color as well with this as well.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture12.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/212726_Capture12.PNG" style="height: auto;" /&gt;&lt;IMG alt="Capture11.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/212727_Capture11.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture9.PNG" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/212728_Capture9.PNG" style="height: 381px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Sep 2018 15:50:45 GMT</pubDate>
    <dc:creator>neelamsaroha157</dc:creator>
    <dc:date>2018-09-05T15:50:45Z</dc:date>
    <item>
      <title>using QV image as variable value</title>
      <link>https://community.qlik.com/t5/QlikView/using-QV-image-as-variable-value/m-p/92649#M758292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using QV 12 and building a dashboard where I'd like to present the direction of change. I have the Spend value calculated for current and prior year and a variable [vChange] which calculates current-prior $. Now, I want to show in another text box the direction of the change, whether there is an increase or decrease in YTD spend. So, I assumed that with a simple IF condition I can do that, but no matter how QlikView inserts the selected picture, I do not see it in my textbox, only my formula is visible there, so something must be incorrect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[vChange]= &lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;( &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;[vCurrent vs Prior]&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &amp;gt;0,&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;vUp&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'^') &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QV says the Expression is OK, but the arrow is not being shown.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please help&amp;nbsp; to rewrite the formula or what else to do in order to make the picture visible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;many thanks,&lt;/P&gt;&lt;P&gt;Csilla&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/using-QV-image-as-variable-value/m-p/92649#M758292</guid>
      <dc:creator>csillamaglodi</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: using QV image as variable value</title>
      <link>https://community.qlik.com/t5/QlikView/using-QV-image-as-variable-value/m-p/92650#M758293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you try this - &lt;/P&gt;&lt;P&gt;if(&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-size: 8pt; font-family: inherit; color: #808080;"&gt;[vCurrent vs Prior]&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; &amp;gt;0&lt;/SPAN&gt;, '▲',&amp;nbsp; '▼')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2018 17:22:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/using-QV-image-as-variable-value/m-p/92650#M758293</guid>
      <dc:creator>neelamsaroha157</dc:creator>
      <dc:date>2018-09-04T17:22:24Z</dc:date>
    </item>
    <item>
      <title>Re: using QV image as variable value</title>
      <link>https://community.qlik.com/t5/QlikView/using-QV-image-as-variable-value/m-p/92651#M758294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Neelam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks a lot, appreciate your help.&lt;/P&gt;&lt;P&gt;It does work, but wanted to use the colored, already built-in ones, just not sure how to properly include that into the script.&lt;/P&gt;&lt;P&gt;But until we figure it out, I will use your solution and define the right color for both direction signs. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Sep 2018 08:24:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/using-QV-image-as-variable-value/m-p/92651#M758294</guid>
      <dc:creator>csillamaglodi</dc:creator>
      <dc:date>2018-09-05T08:24:47Z</dc:date>
    </item>
    <item>
      <title>Re: using QV image as variable value</title>
      <link>https://community.qlik.com/t5/QlikView/using-QV-image-as-variable-value/m-p/92652#M758295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the color as well with this as well.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture12.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/212726_Capture12.PNG" style="height: auto;" /&gt;&lt;IMG alt="Capture11.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/212727_Capture11.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture9.PNG" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/212728_Capture9.PNG" style="height: 381px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Sep 2018 15:50:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/using-QV-image-as-variable-value/m-p/92652#M758295</guid>
      <dc:creator>neelamsaroha157</dc:creator>
      <dc:date>2018-09-05T15:50:45Z</dc:date>
    </item>
    <item>
      <title>Re: using QV image as variable value</title>
      <link>https://community.qlik.com/t5/QlikView/using-QV-image-as-variable-value/m-p/92653#M758296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The built-ins also works&amp;nbsp; - &lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture9.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/212729_Capture9.PNG" style="height: 279px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Sep 2018 15:53:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/using-QV-image-as-variable-value/m-p/92653#M758296</guid>
      <dc:creator>neelamsaroha157</dc:creator>
      <dc:date>2018-09-05T15:53:46Z</dc:date>
    </item>
    <item>
      <title>Re: using QV image as variable value</title>
      <link>https://community.qlik.com/t5/QlikView/using-QV-image-as-variable-value/m-p/92654#M758297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for both, Neelam! I will try these shortly. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2018 08:37:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/using-QV-image-as-variable-value/m-p/92654#M758297</guid>
      <dc:creator>csillamaglodi</dc:creator>
      <dc:date>2018-10-10T08:37:27Z</dc:date>
    </item>
  </channel>
</rss>

