<?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 [ASK] no result with set analyst in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/ASK-no-result-with-set-analyst/m-p/219800#M72774</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you are right. If the Set Expressions are on the Maxes, then they should not be needed on the Sum.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Sep 2010 16:27:24 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-09-28T16:27:24Z</dc:date>
    <item>
      <title>[ASK] no result with set analyst</title>
      <link>https://community.qlik.com/t5/QlikView/ASK-no-result-with-set-analyst/m-p/219792#M72766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello..&lt;/P&gt;&lt;P&gt;i've a problem with set analyst that doesn't show any data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first when i do with a daily date dimension and expression with set analyst below it able to show data&lt;/P&gt;&lt;P&gt;Sum ({&amp;lt;mst_date={"&amp;lt;=$(=(RowNo))&amp;gt;$(=RowNo((RowNo)-6))"}&amp;gt;} (value/time))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but when i do with a group of day dimension and expression with set analyst below, it unable to show data&lt;/P&gt;&lt;P&gt;Sum ({&amp;lt;mst_date={"&amp;lt;=$(=(RowNo))&amp;gt;$(=RowNo((RowNo)-6))"}&amp;gt;} max(value/time))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;why is it happen?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to make set analyst with function inside it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;many thx...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Sep 2010 04:44:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ASK-no-result-with-set-analyst/m-p/219792#M72766</guid>
      <dc:creator />
      <dc:date>2010-09-28T04:44:17Z</dc:date>
    </item>
    <item>
      <title>[ASK] no result with set analyst</title>
      <link>https://community.qlik.com/t5/QlikView/ASK-no-result-with-set-analyst/m-p/219793#M72767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well you can't have nested aggregation sum(max()) and that is why no data is shown. You also can't insert the max function into set analysis. Although that might appear to work, it would actually be evaluated globally rather than over your dimensions and would give you the max for the entire data set. For something like this you need to use AGGR:&lt;/P&gt;&lt;P&gt;sum({set goes here}&lt;BR /&gt; aggr(&lt;BR /&gt; max(value/time),&lt;BR /&gt; [your dimension(s) here]&lt;BR /&gt; )&lt;BR /&gt;)&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Sep 2010 06:42:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ASK-no-result-with-set-analyst/m-p/219793#M72767</guid>
      <dc:creator>vgutkovsky</dc:creator>
      <dc:date>2010-09-28T06:42:54Z</dc:date>
    </item>
    <item>
      <title>[ASK] no result with set analyst</title>
      <link>https://community.qlik.com/t5/QlikView/ASK-no-result-with-set-analyst/m-p/219794#M72768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello Vlad&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it worked&lt;/P&gt;&lt;P&gt;now it shows datas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but the set analyst isn't working well&lt;/P&gt;&lt;P&gt;it doesn't show as the set analyst condition&lt;/P&gt;&lt;P&gt;when i click on a specific of date, it only show on-click date&lt;/P&gt;&lt;P&gt;not the latest date till on-click date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;why is it happen?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i've attached the file also&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;many thx..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[View:http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/0407.group-test.rar:550:0]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Sep 2010 07:14:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ASK-no-result-with-set-analyst/m-p/219794#M72768</guid>
      <dc:creator />
      <dc:date>2010-09-28T07:14:09Z</dc:date>
    </item>
    <item>
      <title>[ASK] no result with set analyst</title>
      <link>https://community.qlik.com/t5/QlikView/ASK-no-result-with-set-analyst/m-p/219795#M72769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;btw my set analyst now for this condition is :&lt;/P&gt;&lt;P&gt;Sum ({&amp;lt;year=,month=,date=,RowNo_sci={"&amp;lt;=$(=(RowNo_sci))&amp;gt;$(=RowNo_sci((RowNo_sci)-6))"}&amp;gt;}&lt;BR /&gt;aggr(&lt;BR /&gt;(max(curr_ihsg_high)-max(curr_ihsg_low)),DayGroupThree&lt;BR /&gt;)&lt;BR /&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it's kinda advance for me, since i'm a newbie with QlikView&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;many thx..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Sep 2010 07:23:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ASK-no-result-with-set-analyst/m-p/219795#M72769</guid>
      <dc:creator />
      <dc:date>2010-09-28T07:23:08Z</dc:date>
    </item>
    <item>
      <title>[ASK] no result with set analyst</title>
      <link>https://community.qlik.com/t5/QlikView/ASK-no-result-with-set-analyst/m-p/219796#M72770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;anyone?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Sep 2010 09:08:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ASK-no-result-with-set-analyst/m-p/219796#M72770</guid>
      <dc:creator />
      <dc:date>2010-09-28T09:08:27Z</dc:date>
    </item>
    <item>
      <title>[ASK] no result with set analyst</title>
      <link>https://community.qlik.com/t5/QlikView/ASK-no-result-with-set-analyst/m-p/219797#M72771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no body?&lt;/P&gt;&lt;P&gt;is there any thread with the same problem that solved?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please give me a clue...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Sep 2010 14:39:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ASK-no-result-with-set-analyst/m-p/219797#M72771</guid>
      <dc:creator />
      <dc:date>2010-09-28T14:39:45Z</dc:date>
    </item>
    <item>
      <title>[ASK] no result with set analyst</title>
      <link>https://community.qlik.com/t5/QlikView/ASK-no-result-with-set-analyst/m-p/219798#M72772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It looks like you are ignoring the date selection in your Sum function, but not in your Max. Your Max function is only evaluating for the current selections. You probably want to include all of your Set Analysis from your Sum in your Max.&lt;/P&gt;&lt;P&gt;To just ignore date:&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;Sum ({&amp;lt;year=,month=,date=,RowNo_sci={"&amp;lt;=$(=(RowNo_sci))&amp;gt;$(=RowNo_sci((RowNo_sci)-6))"}&amp;gt;}&lt;BR /&gt;aggr(&lt;BR /&gt;(max({&amp;lt;date=&amp;gt;}curr_ihsg_high)-max({&amp;lt;date=&amp;gt;}curr_ihsg_low)),DayGroupThree&lt;BR /&gt;)&lt;BR /&gt;)&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;You probably want:&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;Sum ({&amp;lt;year=,month=,date=,RowNo_sci={"&amp;lt;=$(=(RowNo_sci))&amp;gt;$(=RowNo_sci((RowNo_sci)-6))"}&amp;gt;}&lt;BR /&gt; aggr(&lt;BR /&gt; (max({&amp;lt;year=,month=,date=,RowNo_sci={"&amp;lt;=$(=(RowNo_sci))&amp;gt;$(=RowNo_sci((RowNo_sci)-6))"}&amp;gt;}&lt;BR /&gt; curr_ihsg_high)-&lt;BR /&gt; max({&amp;lt;year=,month=,date=,RowNo_sci={"&amp;lt;=$(=(RowNo_sci))&amp;gt;$(=RowNo_sci((RowNo_sci)-6))"}&amp;gt;}&lt;BR /&gt; curr_ihsg_low)),&lt;BR /&gt;DayGroupThree&lt;BR /&gt;)&lt;BR /&gt;)&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Sep 2010 14:54:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ASK-no-result-with-set-analyst/m-p/219798#M72772</guid>
      <dc:creator />
      <dc:date>2010-09-28T14:54:16Z</dc:date>
    </item>
    <item>
      <title>[ASK] no result with set analyst</title>
      <link>https://community.qlik.com/t5/QlikView/ASK-no-result-with-set-analyst/m-p/219799#M72773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're right that the inner expressions need set analysis. In fact, I don't think the outer sum needs a set (unless there is a different set that must be applied globally).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Sep 2010 16:18:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ASK-no-result-with-set-analyst/m-p/219799#M72773</guid>
      <dc:creator>vgutkovsky</dc:creator>
      <dc:date>2010-09-28T16:18:28Z</dc:date>
    </item>
    <item>
      <title>[ASK] no result with set analyst</title>
      <link>https://community.qlik.com/t5/QlikView/ASK-no-result-with-set-analyst/m-p/219800#M72774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you are right. If the Set Expressions are on the Maxes, then they should not be needed on the Sum.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Sep 2010 16:27:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ASK-no-result-with-set-analyst/m-p/219800#M72774</guid>
      <dc:creator />
      <dc:date>2010-09-28T16:27:24Z</dc:date>
    </item>
  </channel>
</rss>

