<?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: Set Analysis related query in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-related-query/m-p/799361#M282249</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can not understand the limitation that when a particular Field ( Column) became a part of the table, then SET ANALYSIS not work as per its standard. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why it is so that we can only use Set Analysis on the field ( Column ) which is not part of the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Strange ..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Nov 2014 12:58:23 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-11-10T12:58:23Z</dc:date>
    <item>
      <title>Set Analysis related query</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-related-query/m-p/799356#M282244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have a Column (Field Name) MemberID , i am showing records as MemberId wise SUM of Orders. &lt;/P&gt;&lt;P&gt;Like Below :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="table1.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/70837_table1.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i want to add a another Column which have difference of each member with Member Id 2 . that means each record will subtarct by 14069 ( Memberid 2 No. of Orders) . i have observe that when we use the same Field which is already a part of the Column the set analysis did not work or work only for the record which is matching below is result information&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="table2.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/70841_table2.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The is just a example the same i have to do with other columns also. i want to use same on memberid, datewise. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Nov 2014 11:38:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-related-query/m-p/799356#M282244</guid>
      <dc:creator />
      <dc:date>2014-11-10T11:38:19Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis related query</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-related-query/m-p/799357#M282245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you provide sample data related to your query... Little confusion about MemberID 2 !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Nov 2014 11:39:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-related-query/m-p/799357#M282245</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-11-10T11:39:22Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Set Analysis related query</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-related-query/m-p/799358#M282246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Manish the above was just for understanding purpose what output i actually want is in for of excel file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Nov 2014 11:53:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-related-query/m-p/799358#M282246</guid>
      <dc:creator />
      <dc:date>2014-11-10T11:53:48Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis related query</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-related-query/m-p/799359#M282247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use below script...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TEST:&lt;/P&gt;&lt;P&gt;LOAD MemberId, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [sum of Orders] as Orders&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;ResultQlikview.xlsx&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Left Join&lt;/P&gt;&lt;P&gt;Load MemberId, Date(Min(Date)) as MinDate Resident TEST Group By MemberId;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a Straight Table&lt;/P&gt;&lt;P&gt;Dimension&lt;/P&gt;&lt;P&gt;MemberId&lt;/P&gt;&lt;P&gt;Date&lt;/P&gt;&lt;P&gt;Expressions&lt;/P&gt;&lt;P&gt;1) SUM(Orders)&lt;/P&gt;&lt;P&gt;2) SUM(Orders) - Min(TOTAL &amp;lt;MemberId&amp;gt; Aggr(SUM({&amp;lt;Date = {"= Date = MinDate "}&amp;gt;}Orders),MemberId))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Nov 2014 12:34:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-related-query/m-p/799359#M282247</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-11-10T12:34:57Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis related query</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-related-query/m-p/799360#M282248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I dont want to use script for this i want to so with set analysis only, because my minimum i want to be filxible, that means if i select data from Mar-2014 to June-2014 the 1st Mar 2014 will br my MIN date, if i select from Jun-2014 to Sep-2014 then my 1st June 2014 will be the MIN Date. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Nov 2014 12:48:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-related-query/m-p/799360#M282248</guid>
      <dc:creator />
      <dc:date>2014-11-10T12:48:32Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis related query</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-related-query/m-p/799361#M282249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can not understand the limitation that when a particular Field ( Column) became a part of the table, then SET ANALYSIS not work as per its standard. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why it is so that we can only use Set Analysis on the field ( Column ) which is not part of the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Strange ..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Nov 2014 12:58:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-related-query/m-p/799361#M282249</guid>
      <dc:creator />
      <dc:date>2014-11-10T12:58:23Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis related query</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-related-query/m-p/799362#M282250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Without Changing the Script&lt;/P&gt;&lt;P&gt;SUM(Orders) - Min(TOTAL &amp;lt;MemberId&amp;gt; Aggr(SUM({&amp;lt;Date = {"=Aggr(Date(MIN(TOTAL &amp;lt;MemberId&amp;gt; Date)),MemberId,Date)"}&amp;gt;}Orders),MemberId))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Nov 2014 13:09:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-related-query/m-p/799362#M282250</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-11-10T13:09:11Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis related query</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-related-query/m-p/799363#M282251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am looking into this once i verify i will let you know, first cut it is working&amp;nbsp; fine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Nov 2014 13:29:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-related-query/m-p/799363#M282251</guid>
      <dc:creator />
      <dc:date>2014-11-10T13:29:21Z</dc:date>
    </item>
  </channel>
</rss>

