<?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 complicated in Management &amp; Governance</title>
    <link>https://community.qlik.com/t5/Management-Governance/Set-analysis-complicated/m-p/132767#M2113</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think it works..just one question...why we use max MonthId and not directly Month that's give the same thing no? ..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Aug 2018 12:17:16 GMT</pubDate>
    <dc:creator>zied_ahmed1</dc:creator>
    <dc:date>2018-08-13T12:17:16Z</dc:date>
    <item>
      <title>Set analysis complicated</title>
      <link>https://community.qlik.com/t5/Management-Governance/Set-analysis-complicated/m-p/132763#M2109</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 will explain more the requirement : &lt;/P&gt;&lt;P&gt;I have 3 fields month,Cate and sales&lt;/P&gt;&lt;P&gt;If I select June i will have the sum Sales of A16-06 (06 is the June ) and 05 (Mai) and 04 (April) of the field CAT ,if we have 03 02 01 i need to do sum like others too &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for help &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="exp2.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/210652_exp2.png" style="width: 620px; height: 285px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2018 10:03:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Set-analysis-complicated/m-p/132763#M2109</guid>
      <dc:creator>zied_ahmed1</dc:creator>
      <dc:date>2018-08-13T10:03:26Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis complicated</title>
      <link>https://community.qlik.com/t5/Management-Governance/Set-analysis-complicated/m-p/132764#M2110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create two more Column in the Category table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SubField(&lt;SPAN style="font-size: 13.3333px;"&gt;Category&lt;/SPAN&gt;,'-',1) as Category1,&lt;/P&gt;&lt;P&gt;SubField(&lt;SPAN style="font-size: 13.3333px;"&gt;Category&lt;/SPAN&gt;,'-',2) as Category2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then after loading the data, createa variable for the Month value.&lt;/P&gt;&lt;P&gt;variable name:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;VMonth&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Definition&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Date(Date#(Month_Vaue,'MMM'),'MM')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Then set analysis write like below.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Sum({&amp;lt;Category2 = {"&amp;lt;=$(VMonth)"}&amp;gt; } Sales)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;IF you need sum only the values starting with A16, use the below expression&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;Category2 = {"&amp;lt;=$(VMonth)"},Category1={'A16'}&amp;gt; } Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want exclude the Month Column selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;=Sum({&amp;lt;Category2 = {"&amp;lt;=$(VMonth)"},Month_Column=&amp;gt; } Sales)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2018 11:01:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Set-analysis-complicated/m-p/132764#M2110</guid>
      <dc:creator>sibin_jacob</dc:creator>
      <dc:date>2018-08-13T11:01:19Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis complicated</title>
      <link>https://community.qlik.com/t5/Management-Governance/Set-analysis-complicated/m-p/132765#M2111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your answer:&lt;/P&gt;&lt;P&gt;I have two problem with your solution : &lt;/P&gt;&lt;P&gt;Month :&lt;/P&gt;&lt;P&gt;Load * inline [&lt;/P&gt;&lt;P&gt;Month, month&lt;/P&gt;&lt;P&gt;01, january&lt;/P&gt;&lt;P&gt;02, february&lt;/P&gt;&lt;P&gt;03, mars&lt;/P&gt;&lt;P&gt;04, april&lt;/P&gt;&lt;P&gt;05, may&lt;/P&gt;&lt;P&gt;06, june&lt;/P&gt;&lt;P&gt;07, july&lt;/P&gt;&lt;P&gt;08, august&lt;/P&gt;&lt;P&gt;09, september&lt;/P&gt;&lt;P&gt;10, october&lt;/P&gt;&lt;P&gt;11, november&lt;/P&gt;&lt;P&gt;12, december&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;1- I user load inline to create the month and it is not associated &lt;/P&gt;&lt;P&gt;2- When i test the variable with a kpi object i have - &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2018 11:56:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Set-analysis-complicated/m-p/132765#M2111</guid>
      <dc:creator>zied_ahmed1</dc:creator>
      <dc:date>2018-08-13T11:56:16Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis complicated</title>
      <link>https://community.qlik.com/t5/Management-Governance/Set-analysis-complicated/m-p/132766#M2112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you already created inline table, you can use the variable definition like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;variable name:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;VMonth&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Definition&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;=max(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;MonthID)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;it will be good, if you keep the &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Month&lt;/SPAN&gt; column as MonthID &lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2018 12:06:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Set-analysis-complicated/m-p/132766#M2112</guid>
      <dc:creator>sibin_jacob</dc:creator>
      <dc:date>2018-08-13T12:06:26Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis complicated</title>
      <link>https://community.qlik.com/t5/Management-Governance/Set-analysis-complicated/m-p/132767#M2113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think it works..just one question...why we use max MonthId and not directly Month that's give the same thing no? ..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2018 12:17:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Set-analysis-complicated/m-p/132767#M2113</guid>
      <dc:creator>zied_ahmed1</dc:creator>
      <dc:date>2018-08-13T12:17:16Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis complicated</title>
      <link>https://community.qlik.com/t5/Management-Governance/Set-analysis-complicated/m-p/132768#M2114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you use Max MonthId, it will pick latest month, if month is not selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you use Direct MonthID, it has multiple values and&amp;nbsp; nothing is selected, it will show blank "&lt;STRONG&gt;-"&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2018 12:23:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Set-analysis-complicated/m-p/132768#M2114</guid>
      <dc:creator>sibin_jacob</dc:creator>
      <dc:date>2018-08-13T12:23:38Z</dc:date>
    </item>
  </channel>
</rss>

