<?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: Adding Image as a calculated Dimension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Adding-Image-as-a-calculated-Dimension/m-p/1662924#M448963</link>
    <description>&lt;P&gt;No worries Brett, and I appreciate all the help.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did finally get it to work.&lt;/P&gt;&lt;P&gt;There was something going on with the initial Pivot Chart I created that was causing the error.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Firstly, I had to make sure that the bundle load was indeed loaded into the application. The only way I got it to load was by ensuring that the Bundle Load was on a separate tab and that tab was at the very end of the script. Why? I do not know, but once I did that then was I able to see the images in the image section of the expression builder.&lt;/P&gt;&lt;P&gt;Secondly, because I am doing this for dimensions please make sure you click advanced and change to show as image.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thirdly, Font Size. Yes, font size is crucial. My default font was 10. If I increase it to 11, the images disappear. Why? I do not know either. But that's what works for me.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Padda Boom padda bam.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you to all for helping me trying to get this thing working. Till the next time &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 06 Jan 2020 13:32:39 GMT</pubDate>
    <dc:creator>ZoeM</dc:creator>
    <dc:date>2020-01-06T13:32:39Z</dc:date>
    <item>
      <title>Adding Image as a calculated Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-Image-as-a-calculated-Dimension/m-p/1662258#M448913</link>
      <description>&lt;P&gt;Hi Community,&lt;/P&gt;&lt;P&gt;I am trying to add an image as a calculated dimension.&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is my expression condition:&lt;/P&gt;&lt;P&gt;=If( Aggr( Concat( {$&amp;lt;[Date Type]={'Start Dates'}, [Declaration Status]={'Next'}&amp;nbsp;&lt;BR /&gt;,Year=&amp;gt;} DISTINCT Rating),[MY Program])='G','qmem://Image Name/G',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If( Aggr( Concat( {$&amp;lt;[Date Type]={'Start Dates'}, [Declaration Status]={'Next'}&amp;nbsp;&lt;BR /&gt;,Year=&amp;gt;} DISTINCT Rating),[MY Program])='Y,'qmem://Image Name/Y',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If( Aggr( Concat( {$&amp;lt;[Date Type]={'Start Dates'}, [Declaration Status]={'Next'}&amp;nbsp;&lt;BR /&gt;,Year=&amp;gt;} DISTINCT Rating),[MY Program])='R','qmem://Image Name/R')))&lt;/P&gt;&lt;P&gt;I followed the thread here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/QlikView-App-Development/Image-as-dimension/td-p/328511/page/2" target="_blank"&gt;https://community.qlik.com/t5/QlikView-App-Development/Image-as-dimension/td-p/328511/page/2&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and I was able to get the expression together after I Bundle Loaded my images. However, when I click apply I do not see my desired image. The expression is correct because the result is correct that but the image itself does not load. I see that it is working to select the right image but it does not load and just shows the one to be selected:&lt;/P&gt;&lt;P&gt;If the result was to be 'G', it shows&amp;nbsp;qmem://Image Name/G and not the image that represents 'G'.&lt;/P&gt;&lt;P&gt;Any ideas of where I might be going wrong?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 19:21:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-Image-as-a-calculated-Dimension/m-p/1662258#M448913</guid>
      <dc:creator>ZoeM</dc:creator>
      <dc:date>2024-11-16T19:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Image as a calculated Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-Image-as-a-calculated-Dimension/m-p/1662264#M448914</link>
      <description>&lt;P&gt;Hey Zoe, I was able to find a prior post with the answer! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp; You need an '=' in front of the qmem to get it to evaluate things! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;'=qmem://Image Name/G'&lt;/P&gt;
&lt;P&gt;Hopefully that will do the trick, here is the link to the other post too:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/QlikView-App-Development/qmem-not-displaying/td-p/1363650/page/2" target="_blank"&gt;https://community.qlik.com/t5/QlikView-App-Development/qmem-not-displaying/td-p/1363650/page/2&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jan 2020 21:42:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-Image-as-a-calculated-Dimension/m-p/1662264#M448914</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2020-01-02T21:42:30Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Image as a calculated Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-Image-as-a-calculated-Dimension/m-p/1662268#M448915</link>
      <description>&lt;P&gt;Thanks Brett.&lt;/P&gt;&lt;P&gt;I am getting an error message when I add the '=' sign before the expression like:&lt;/P&gt;&lt;P&gt;=If( Aggr( Concat( {$&amp;lt;[Date Type]={'Start Dates'}, [Declaration Status]={'Next'},Year=&amp;gt;} DISTINCT Rating),[MY Program])='G',='qmem://Image Name/G.JPEG',...&lt;/P&gt;&lt;P&gt;and when I put the '=' after the ' the image does not load.&lt;/P&gt;&lt;P&gt;=If( Aggr( Concat( {$&amp;lt;[Date Type]={'Start Dates'}, [Declaration Status]={'Next'},Year=&amp;gt;} DISTINCT Rating),[MY Program])='G','=qmem://Image Name/G.JPEG',...&lt;/P&gt;&lt;P&gt;But I do see that it has chosen the right one to be shown. Is the issue that I am using JPEG's vs PNG?&lt;/P&gt;&lt;P&gt;I have double checked that Advanced&amp;gt;Representation is set to Image too.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jan 2020 22:25:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-Image-as-a-calculated-Dimension/m-p/1662268#M448915</guid>
      <dc:creator>ZoeM</dc:creator>
      <dc:date>2020-01-02T22:25:46Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Image as a calculated Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-Image-as-a-calculated-Dimension/m-p/1662270#M448916</link>
      <description>&lt;P&gt;My bad on the placement of the quote, I rechecked the other post, and you are correct, the = should be outside the quotes.&amp;nbsp; As far as jpeg v png, that is good question to which I am not sure I have an answer off the top of my head.&amp;nbsp; The png may make sense though as those are going to be the most compressed anyway, so I am wondering if the load of your images is automatically converting them and that is why you are now stuck, so try .png instead of .jpeg and see if it works.&amp;nbsp; Hopefully that will do the trick, the Help is not very clear unfortunately! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jan 2020 22:38:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-Image-as-a-calculated-Dimension/m-p/1662270#M448916</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2020-01-02T22:38:06Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Image as a calculated Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-Image-as-a-calculated-Dimension/m-p/1662414#M448928</link>
      <description>&lt;P&gt;Hi Brett,&lt;/P&gt;&lt;P&gt;Thanks for the info.&lt;/P&gt;&lt;P&gt;I made the changes as stated and I am still not able to see the image.&lt;/P&gt;&lt;P&gt;The interesting thing is that the result I am getting is the correct one, but just not the image. So the expression is working but the image is not able to load. I have changed the representation to Image and also info as image and still no image loads.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am not sure what else I need to do in this instance?&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jan 2020 12:36:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-Image-as-a-calculated-Dimension/m-p/1662414#M448928</guid>
      <dc:creator>ZoeM</dc:creator>
      <dc:date>2020-01-03T12:36:59Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Image as a calculated Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-Image-as-a-calculated-Dimension/m-p/1662523#M448938</link>
      <description>&lt;P&gt;Hi Brett,&lt;/P&gt;&lt;P&gt;Just checking in to see if you would have any other ideas I could try out. I did try to follow the Technical brief but for some reason I cant see my list of images available under the images tab in the expression viewer.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jan 2020 16:49:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-Image-as-a-calculated-Dimension/m-p/1662523#M448938</guid>
      <dc:creator>ZoeM</dc:creator>
      <dc:date>2020-01-03T16:49:09Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Image as a calculated Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-Image-as-a-calculated-Dimension/m-p/1662918#M448961</link>
      <description>&lt;P&gt;Hey Zoe, yeah, I would have to think something is wrong in the Bundle Load at this point is all that really makes much sense.&amp;nbsp; Have you tried to reference one of the images via a Text Box object just to be sure it will show up that way?&amp;nbsp; That should be a good test, as if that does not work either, I would think something is going wrong in the load at that point.&amp;nbsp; As a temporary test, you could put those images on a web server etc. and use an http link to see if that will work....&amp;nbsp; Just need to do some further troubleshooting to try to narrow things down further.&amp;nbsp; The other option would be to submit a support case on this one, as if you can attach the QVW etc., we should be able to have a look at things to see if we can figure anything out that way.&amp;nbsp; Sorry I do not have anything better for you.&amp;nbsp; I am going to be out for the next week too, just FYI, so is not that I will be ignoring you if I do not reply! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jan 2020 13:23:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-Image-as-a-calculated-Dimension/m-p/1662918#M448961</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2020-01-06T13:23:49Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Image as a calculated Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-Image-as-a-calculated-Dimension/m-p/1662924#M448963</link>
      <description>&lt;P&gt;No worries Brett, and I appreciate all the help.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did finally get it to work.&lt;/P&gt;&lt;P&gt;There was something going on with the initial Pivot Chart I created that was causing the error.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Firstly, I had to make sure that the bundle load was indeed loaded into the application. The only way I got it to load was by ensuring that the Bundle Load was on a separate tab and that tab was at the very end of the script. Why? I do not know, but once I did that then was I able to see the images in the image section of the expression builder.&lt;/P&gt;&lt;P&gt;Secondly, because I am doing this for dimensions please make sure you click advanced and change to show as image.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thirdly, Font Size. Yes, font size is crucial. My default font was 10. If I increase it to 11, the images disappear. Why? I do not know either. But that's what works for me.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Padda Boom padda bam.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you to all for helping me trying to get this thing working. Till the next time &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jan 2020 13:32:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-Image-as-a-calculated-Dimension/m-p/1662924#M448963</guid>
      <dc:creator>ZoeM</dc:creator>
      <dc:date>2020-01-06T13:32:39Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Image as a calculated Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-Image-as-a-calculated-Dimension/m-p/1662927#M448964</link>
      <description>&lt;P&gt;Awesome write-up Zoe, thanks for all the details on what you had to do, that is most likely going to be very helpful to others, and unfortunately I have no input on some of the quirks you ran into either, very strange in my book too.&amp;nbsp; If you do want us to look into those, feel free to open a Support Case, as given you have all the detail now, we should be able to see if we can replicate those things and get them submitted to R&amp;amp;D in that case.&amp;nbsp; I would do it from here, but at the moment, without the support case, things do not get enough weight in the defect system to get much attention unfortunately.&amp;nbsp; There is project to get that looked into, but at the moment this is the case, but I will leave things up to you, no pressure either way. Thanks again for the detailed solution post!&lt;/P&gt;
&lt;P&gt;Cheers,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jan 2020 13:37:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-Image-as-a-calculated-Dimension/m-p/1662927#M448964</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2020-01-06T13:37:22Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Image as a calculated Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-Image-as-a-calculated-Dimension/m-p/1662982#M448967</link>
      <description>&lt;P&gt;One more thing...&lt;/P&gt;&lt;P&gt;I had to place the dimension before any other dimensions that have a conditional variable. Why? I do not know, but I got it to work that way.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jan 2020 15:24:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-Image-as-a-calculated-Dimension/m-p/1662982#M448967</guid>
      <dc:creator>ZoeM</dc:creator>
      <dc:date>2020-01-06T15:24:28Z</dc:date>
    </item>
  </channel>
</rss>

