<?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 How to sum and filter set analysys without dimension in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-sum-and-filter-set-analysys-without-dimension/m-p/2488611#M101962</link>
    <description>&lt;P&gt;Hi everybody,&amp;nbsp; i hope to find a help for this question&amp;nbsp; :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have&amp;nbsp; this&amp;nbsp; :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I want&amp;nbsp; count of the FNL (dimension) only if by each part number, the total of quantity is greater &amp;gt; 1000 and the status is (4,5,45)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;example&amp;nbsp; for the part number&amp;nbsp; M114-102-136*T4&amp;nbsp; i have 1152 pcs so greater than 100,&amp;nbsp; i count the number of FNL (4) in this case .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mahieuphilippe_4-1729667098199.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/173298i88102BAB81EF9363/image-size/medium?v=v2&amp;amp;px=400" role="button" title="mahieuphilippe_4-1729667098199.png" alt="mahieuphilippe_4-1729667098199.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if i add the dimension 'Part N°'&amp;nbsp; to the graph on the left it's working , but if i retry the dimension 'Part N°'&amp;nbsp; --&amp;gt; no&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if i don't select a dimension (Part N°) it's not working&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mahieuphilippe_2-1729666739420.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/173296iA59F9F826EEE54A1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="mahieuphilippe_2-1729666739420.png" alt="mahieuphilippe_2-1729666739420.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if i select a specific part N° ,&amp;nbsp; it's working&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mahieuphilippe_3-1729666815046.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/173297iA0DFCFA3DBC5A456/image-size/medium?v=v2&amp;amp;px=400" role="button" title="mahieuphilippe_3-1729666815046.png" alt="mahieuphilippe_3-1729666815046.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;my formula&amp;nbsp; :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if (aggr (sum({&amp;lt;STATUS ={"4","5","45"}&amp;gt;} P1_ACC_QTY),PART_NO) &amp;lt; 1000, null (),&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;aggr (count({&amp;lt;STATUS ={"4","5","45"}&amp;gt;} FINISHING_LOT),[DATEQVD.autoCalendar.Date],PART_NO))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i think it's not working because qliksense lost the relationship&amp;nbsp; with&amp;nbsp; the part N° but it's inside my formula&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks for all helps&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ph&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 23 Oct 2024 07:08:11 GMT</pubDate>
    <dc:creator>mahieuphilippe</dc:creator>
    <dc:date>2024-10-23T07:08:11Z</dc:date>
    <item>
      <title>How to sum and filter set analysys without dimension</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-sum-and-filter-set-analysys-without-dimension/m-p/2488611#M101962</link>
      <description>&lt;P&gt;Hi everybody,&amp;nbsp; i hope to find a help for this question&amp;nbsp; :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have&amp;nbsp; this&amp;nbsp; :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I want&amp;nbsp; count of the FNL (dimension) only if by each part number, the total of quantity is greater &amp;gt; 1000 and the status is (4,5,45)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;example&amp;nbsp; for the part number&amp;nbsp; M114-102-136*T4&amp;nbsp; i have 1152 pcs so greater than 100,&amp;nbsp; i count the number of FNL (4) in this case .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mahieuphilippe_4-1729667098199.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/173298i88102BAB81EF9363/image-size/medium?v=v2&amp;amp;px=400" role="button" title="mahieuphilippe_4-1729667098199.png" alt="mahieuphilippe_4-1729667098199.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if i add the dimension 'Part N°'&amp;nbsp; to the graph on the left it's working , but if i retry the dimension 'Part N°'&amp;nbsp; --&amp;gt; no&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if i don't select a dimension (Part N°) it's not working&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mahieuphilippe_2-1729666739420.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/173296iA59F9F826EEE54A1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="mahieuphilippe_2-1729666739420.png" alt="mahieuphilippe_2-1729666739420.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if i select a specific part N° ,&amp;nbsp; it's working&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mahieuphilippe_3-1729666815046.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/173297iA0DFCFA3DBC5A456/image-size/medium?v=v2&amp;amp;px=400" role="button" title="mahieuphilippe_3-1729666815046.png" alt="mahieuphilippe_3-1729666815046.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;my formula&amp;nbsp; :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if (aggr (sum({&amp;lt;STATUS ={"4","5","45"}&amp;gt;} P1_ACC_QTY),PART_NO) &amp;lt; 1000, null (),&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;aggr (count({&amp;lt;STATUS ={"4","5","45"}&amp;gt;} FINISHING_LOT),[DATEQVD.autoCalendar.Date],PART_NO))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;i think it's not working because qliksense lost the relationship&amp;nbsp; with&amp;nbsp; the part N° but it's inside my formula&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks for all helps&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ph&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Oct 2024 07:08:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-sum-and-filter-set-analysys-without-dimension/m-p/2488611#M101962</guid>
      <dc:creator>mahieuphilippe</dc:creator>
      <dc:date>2024-10-23T07:08:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to sum and filter set analysys without dimension</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-sum-and-filter-set-analysys-without-dimension/m-p/2488671#M101963</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/5980"&gt;@mahieuphilippe&lt;/a&gt;&amp;nbsp; try below&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;sum(aggr(if(sum({&amp;lt;STATUS={"4","5","45"}&amp;gt;} P1_ACC_QTY)&amp;gt;1000,count(distinct PART_NO)),[DATEQVD.autoCalendar.Date],PART_NO))&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 23 Oct 2024 11:35:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-sum-and-filter-set-analysys-without-dimension/m-p/2488671#M101963</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2024-10-23T11:35:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to sum and filter set analysys without dimension</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-sum-and-filter-set-analysys-without-dimension/m-p/2488678#M101964</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/5980"&gt;@mahieuphilippe&lt;/a&gt;&amp;nbsp; If you have primary key in your data try below&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;count(distinct {&amp;lt;Primary_Key={"=sum({&amp;lt;STATUS={"4","5","45"}&amp;gt;} P1_ACC_QTY&amp;gt;100"}&amp;gt;} PART_NO)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Oct 2024 11:38:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-sum-and-filter-set-analysys-without-dimension/m-p/2488678#M101964</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2024-10-23T11:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to sum and filter set analysys without dimension</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-sum-and-filter-set-analysys-without-dimension/m-p/2488725#M101965</link>
      <description>&lt;P&gt;Hi , first thank you very much to respond to my question&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; !!!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;this is the result of your formula :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mahieuphilippe_0-1729688672678.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/173329i9DBC6AF479A4B006/image-size/medium?v=v2&amp;amp;px=400" role="button" title="mahieuphilippe_0-1729688672678.png" alt="mahieuphilippe_0-1729688672678.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;this not correct,&amp;nbsp; with your formula you count how many part n° has more 1000 PCS and it's correct !!&amp;nbsp; (22)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;but for my i want to have the sum of count FNL&amp;nbsp; &amp;nbsp;so&amp;nbsp; 596 FNL the colums '2'&lt;/P&gt;
&lt;P&gt;thanks&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mahieuphilippe_1-1729689133896.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/173330i44CAD745AC7A3F17/image-size/medium?v=v2&amp;amp;px=400" role="button" title="mahieuphilippe_1-1729689133896.png" alt="mahieuphilippe_1-1729689133896.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Oct 2024 13:12:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-sum-and-filter-set-analysys-without-dimension/m-p/2488725#M101965</guid>
      <dc:creator>mahieuphilippe</dc:creator>
      <dc:date>2024-10-23T13:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to sum and filter set analysys without dimension</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-sum-and-filter-set-analysys-without-dimension/m-p/2488727#M101966</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/5980"&gt;@mahieuphilippe&lt;/a&gt;&amp;nbsp; Yes then you can replace count(Part) with count (FNL)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;sum(aggr(if(sum({&amp;lt;STATUS={"4","5","45"}&amp;gt;} P1_ACC_QTY)&amp;gt;1000,count(distinct {&amp;lt;STATUS={"4","5","45"}&amp;gt;} FINISHING_LOT)),[DATEQVD.autoCalendar.Date],PART_NO))&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Oct 2024 13:30:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-sum-and-filter-set-analysys-without-dimension/m-p/2488727#M101966</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2024-10-23T13:30:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to sum and filter set analysys without dimension</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-sum-and-filter-set-analysys-without-dimension/m-p/2488731#M101967</link>
      <description>&lt;P&gt;i do that and it's work&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;sum(aggr(if(sum({&amp;lt;STATUS={"4","5","45"}&amp;gt;} P1_ACC_QTY)&amp;gt;1000,count({&amp;lt;STATUS ={"4","5","45"}&amp;gt;} FINISHING_LOT)),[DATEQVD.autoCalendar.Date],PART_NO))&amp;nbsp; answer 596&amp;nbsp; great !!!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;with your last formula i have 1207 ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mahieuphilippe_0-1729689785185.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/173333i6DE52C66569C421C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="mahieuphilippe_0-1729689785185.png" alt="mahieuphilippe_0-1729689785185.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Oct 2024 13:22:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-sum-and-filter-set-analysys-without-dimension/m-p/2488731#M101967</guid>
      <dc:creator>mahieuphilippe</dc:creator>
      <dc:date>2024-10-23T13:22:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to sum and filter set analysys without dimension</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-sum-and-filter-set-analysys-without-dimension/m-p/2488734#M101968</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/5980"&gt;@mahieuphilippe&lt;/a&gt;&amp;nbsp; Yeah. It's just addition of set inside inner aggregation as well.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Oct 2024 13:26:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-sum-and-filter-set-analysys-without-dimension/m-p/2488734#M101968</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2024-10-23T13:26:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to sum and filter set analysys without dimension</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-sum-and-filter-set-analysys-without-dimension/m-p/2488735#M101969</link>
      <description>&lt;DIV class="lRu31" dir="ltr"&gt;&lt;SPAN class="HwtZe"&gt;&lt;SPAN class="jCAhz ChMk0b"&gt;&lt;SPAN class="ryNqvb"&gt;Thank you very much for helping me, it's very nice!!,&amp;nbsp; i accept as solution !!&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;
&lt;DIV class="OvtS8d"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV id="ow26"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV class="lRu31" dir="ltr"&gt;&lt;SPAN class="HwtZe"&gt;&lt;SPAN class="jCAhz ChMk0b"&gt;&lt;SPAN class="ryNqvb"&gt;Philippe from Belgium&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="lRu31" dir="ltr"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="lRu31" dir="ltr"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="UdTY9 WdefRb" aria-hidden="true" data-location="2"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Wed, 23 Oct 2024 13:28:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-sum-and-filter-set-analysys-without-dimension/m-p/2488735#M101969</guid>
      <dc:creator>mahieuphilippe</dc:creator>
      <dc:date>2024-10-23T13:28:52Z</dc:date>
    </item>
  </channel>
</rss>

