<?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: how to get one image in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-to-get-one-image/m-p/938813#M323947</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry but does it matter if its an expression or a calculated dimension?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sergey.. yours give me data.. when its in the expression section.. but not when its in the calculated dimension section..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Oct 2015 16:27:21 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-10-08T16:27:21Z</dc:date>
    <item>
      <title>how to get one image</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-get-one-image/m-p/938810#M323944</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 a table where i have styles,styleimages and season.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want just one image grouped for each style based on the highest season.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i tried&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=MAX({$}aggr(distinct(styleimage),styles,season))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but its not quite working&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i thought with the formula above it should output 1 style image based on the make season by style&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any help would be great&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, 08 Oct 2015 14:07:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-get-one-image/m-p/938810#M323944</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-08T14:07:37Z</dc:date>
    </item>
    <item>
      <title>Re: how to get one image</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-get-one-image/m-p/938811#M323945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is Season is what type of field. Can you please share some data ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as per my understanding, you can try like below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Only({&amp;lt;styles={"=Rank(Count(season))=1"}&amp;gt;}styleiamge)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Oct 2015 15:11:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-get-one-image/m-p/938811#M323945</guid>
      <dc:creator />
      <dc:date>2015-10-08T15:11:19Z</dc:date>
    </item>
    <item>
      <title>Re: how to get one image</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-get-one-image/m-p/938812#M323946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FirstSortedValue(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;styleimage&lt;/SPAN&gt;,-Aggr(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; color: #0000ff;"&gt;max&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt;"&gt;(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;season&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt;"&gt;)&lt;/SPAN&gt;,&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;styles&lt;/SPAN&gt;))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Oct 2015 15:18:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-get-one-image/m-p/938812#M323946</guid>
      <dc:creator>pokassov</dc:creator>
      <dc:date>2015-10-08T15:18:58Z</dc:date>
    </item>
    <item>
      <title>Re: how to get one image</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-get-one-image/m-p/938813#M323947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry but does it matter if its an expression or a calculated dimension?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sergey.. yours give me data.. when its in the expression section.. but not when its in the calculated dimension section..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Oct 2015 16:27:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-get-one-image/m-p/938813#M323947</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-08T16:27:21Z</dc:date>
    </item>
    <item>
      <title>Re: how to get one image</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-get-one-image/m-p/938814#M323948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;its numeric.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sorry but i tried and it didnt work in either calculated dimension or as an expression.&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, 08 Oct 2015 16:28:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-get-one-image/m-p/938814#M323948</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-08T16:28:02Z</dc:date>
    </item>
  </channel>
</rss>

