<?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: Images in Table displaying wrong in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Images-in-Table-displaying-wrong/m-p/1145421#M374885</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Erik,&lt;/P&gt;&lt;P&gt;Viewing your expression on Var(-):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Dimensionality() &amp;lt;&amp;gt; 0&amp;nbsp; //Percentages are multiplied by 99 instead of 100 to try an compensate for a bug when showing the bar at 100&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,if(&lt;STRONG&gt;MaxVar &amp;lt; 0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,'&lt;STRONG&gt;qmem://ImageID/green&lt;/STRONG&gt;' &amp;amp; round(MaxVar&amp;nbsp; * 99)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,null()//'qmem://ImageID/red0'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,null()//'qmem://ImageID/red0'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think it will be red, not green.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Jun 2016 15:28:34 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-06-08T15:28:34Z</dc:date>
    <item>
      <title>Images in Table displaying wrong</title>
      <link>https://community.qlik.com/t5/QlikView/Images-in-Table-displaying-wrong/m-p/1145417#M374881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I have a butterfly chart in a straight table that I built with embedded images.&amp;nbsp; It has broken for no reason that I can find.&amp;nbsp; It is displaying the wrong image, even though it is referencing the correct one.&amp;nbsp; See example below.&amp;nbsp; I have bundled the images and have a formula that is dynamically selecting the correct image.&amp;nbsp; (I am doing it this way because the other option of using a mini chart creates an ugly white underline when viewed in AJAX.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I can't find anything to explain this behavior.&amp;nbsp; Is there any advice out there?&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I am attaching a fake dashboard with the original object at the bottom.&amp;nbsp; The one I used with fake data unfortunately works with the smaller data set, so you can't see the broken example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jun 2016 20:28:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Images-in-Table-displaying-wrong/m-p/1145417#M374881</guid>
      <dc:creator>erikzions</dc:creator>
      <dc:date>2016-06-07T20:28:23Z</dc:date>
    </item>
    <item>
      <title>Re: Images in Table displaying wrong</title>
      <link>https://community.qlik.com/t5/QlikView/Images-in-Table-displaying-wrong/m-p/1145418#M374882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Erik,&lt;/P&gt;&lt;P&gt;Why are you using images? You can do it with Linear Gauge.&lt;/P&gt;&lt;P&gt;It seems that your images on QVD are wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2016 06:44:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Images-in-Table-displaying-wrong/m-p/1145418#M374882</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-08T06:44:59Z</dc:date>
    </item>
    <item>
      <title>Re: Images in Table displaying wrong</title>
      <link>https://community.qlik.com/t5/QlikView/Images-in-Table-displaying-wrong/m-p/1145419#M374883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using images because a linear gauge displays incorrectly in AJAX.&amp;nbsp; In order to have the left bar extend from the right, you must invert the bar and display the background.&amp;nbsp; When AJAX displays the background it puts a white border around it which destroys the illusion of the chart.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But you are correct, it is much easier with the gauge.&amp;nbsp; And my images are not wrong. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2016 14:47:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Images-in-Table-displaying-wrong/m-p/1145419#M374883</guid>
      <dc:creator>erikzions</dc:creator>
      <dc:date>2016-06-08T14:47:33Z</dc:date>
    </item>
    <item>
      <title>Re: Images in Table displaying wrong</title>
      <link>https://community.qlik.com/t5/QlikView/Images-in-Table-displaying-wrong/m-p/1145420#M374884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Erik,&lt;/P&gt;&lt;P&gt;Could you share your QVD and images folder for analyze it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2016 15:25:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Images-in-Table-displaying-wrong/m-p/1145420#M374884</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-08T15:25:34Z</dc:date>
    </item>
    <item>
      <title>Re: Images in Table displaying wrong</title>
      <link>https://community.qlik.com/t5/QlikView/Images-in-Table-displaying-wrong/m-p/1145421#M374885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Erik,&lt;/P&gt;&lt;P&gt;Viewing your expression on Var(-):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Dimensionality() &amp;lt;&amp;gt; 0&amp;nbsp; //Percentages are multiplied by 99 instead of 100 to try an compensate for a bug when showing the bar at 100&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,if(&lt;STRONG&gt;MaxVar &amp;lt; 0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,'&lt;STRONG&gt;qmem://ImageID/green&lt;/STRONG&gt;' &amp;amp; round(MaxVar&amp;nbsp; * 99)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,null()//'qmem://ImageID/red0'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,null()//'qmem://ImageID/red0'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think it will be red, not green.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2016 15:28:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Images-in-Table-displaying-wrong/m-p/1145421#M374885</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-08T15:28:34Z</dc:date>
    </item>
    <item>
      <title>Re: Images in Table displaying wrong</title>
      <link>https://community.qlik.com/t5/QlikView/Images-in-Table-displaying-wrong/m-p/1145422#M374886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here are the Images and the QVD loader.&amp;nbsp; I don't think the issue is here.&amp;nbsp; When I adjust the column width in my charts, the error is corrected temporarily.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2016 15:38:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Images-in-Table-displaying-wrong/m-p/1145422#M374886</guid>
      <dc:creator>erikzions</dc:creator>
      <dc:date>2016-06-08T15:38:25Z</dc:date>
    </item>
    <item>
      <title>Re: Images in Table displaying wrong</title>
      <link>https://community.qlik.com/t5/QlikView/Images-in-Table-displaying-wrong/m-p/1145423#M374887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the code commented out after the nulls.&amp;nbsp; That is the only place red is mentioned.&amp;nbsp; I should have removed those comments for clarity.&amp;nbsp; sorry.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2016 15:39:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Images-in-Table-displaying-wrong/m-p/1145423#M374887</guid>
      <dc:creator>erikzions</dc:creator>
      <dc:date>2016-06-08T15:39:23Z</dc:date>
    </item>
    <item>
      <title>Re: Images in Table displaying wrong</title>
      <link>https://community.qlik.com/t5/QlikView/Images-in-Table-displaying-wrong/m-p/1145424#M374888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Erik,&lt;/P&gt;&lt;P&gt;It seems a bug, use Keep with Aspect, it works for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2016 09:51:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Images-in-Table-displaying-wrong/m-p/1145424#M374888</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-09T09:51:18Z</dc:date>
    </item>
  </channel>
</rss>

