<?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: issue with set analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/issue-with-set-analysis/m-p/924902#M320067</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you both for your swift help. Both solutions work and give me a better insight in how to this in the future. &lt;/P&gt;&lt;P&gt;The best,&lt;/P&gt;&lt;P&gt;Dominique&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Oct 2015 16:58:30 GMT</pubDate>
    <dc:creator>domiho123</dc:creator>
    <dc:date>2015-10-07T16:58:30Z</dc:date>
    <item>
      <title>issue with set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/issue-with-set-analysis/m-p/924899#M320064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Attached example shows my problem with set analysis.&lt;/P&gt;&lt;P&gt;Basically, the expression&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3366ff;"&gt; &lt;SPAN class="s1" style="font-size: 10pt; line-height: 1.5em;"&gt;=&lt;/SPAN&gt;&lt;SPAN class="s2" style="font-size: 10pt; line-height: 1.5em;"&gt;MaxString&lt;/SPAN&gt;&lt;SPAN class="s1" style="font-size: 10pt; line-height: 1.5em;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;cost&lt;/SPAN&gt;&lt;SPAN class="s1" style="font-size: 10pt; line-height: 1.5em;"&gt; = {&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;"$(=Max(cost))"&lt;/SPAN&gt;&lt;SPAN class="s1" style="font-size: 10pt; line-height: 1.5em;"&gt;}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;office&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="line-height: 1.5em; color: #3366ff; font-size: 10pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;is not returning the expected value. It seems that &lt;SPAN style="font-size: 13.3333px;"&gt;in the straight table &lt;/SPAN&gt;the dimension 'customer'&amp;nbsp; is not taken into account.&lt;/P&gt;&lt;P&gt;Please advice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dominique.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 07:43:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/issue-with-set-analysis/m-p/924899#M320064</guid>
      <dc:creator>domiho123</dc:creator>
      <dc:date>2015-10-07T07:43:30Z</dc:date>
    </item>
    <item>
      <title>Re: issue with set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/issue-with-set-analysis/m-p/924900#M320065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You cannot use Set Analysis for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead, use&lt;/P&gt;&lt;P&gt;=Only(Aggr(If(cost=Max(total &amp;lt;customer&amp;gt; cost),office),customer, office))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 14:02:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/issue-with-set-analysis/m-p/924900#M320065</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2015-10-07T14:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: issue with set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/issue-with-set-analysis/m-p/924901#M320066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In your specific setting, also this may work:&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;"&gt;=FirstSortedValue(office, -cost)&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;"&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;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 14:21:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/issue-with-set-analysis/m-p/924901#M320066</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-10-07T14:21:38Z</dc:date>
    </item>
    <item>
      <title>Re: issue with set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/issue-with-set-analysis/m-p/924902#M320067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you both for your swift help. Both solutions work and give me a better insight in how to this in the future. &lt;/P&gt;&lt;P&gt;The best,&lt;/P&gt;&lt;P&gt;Dominique&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 16:58:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/issue-with-set-analysis/m-p/924902#M320067</guid>
      <dc:creator>domiho123</dc:creator>
      <dc:date>2015-10-07T16:58:30Z</dc:date>
    </item>
  </channel>
</rss>

