<?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: Craziest Set Analysis Yet (Only Experts) in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Craziest-Set-Analysis-Yet-Only-Experts/m-p/2456078#M98487</link>
    <description>&lt;P&gt;Thank you very much for your answer.&lt;/P&gt;
&lt;P&gt;I think that it shouldn't be evaluated.&lt;/P&gt;
&lt;P&gt;Look at the screenshot:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Mario_ES_0-1716548613925.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/166783iC8067F59453FB00A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Mario_ES_0-1716548613925.png" alt="Mario_ES_0-1716548613925.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;In the dialog, you can see that it doesn't find the max form_order because there are many No. Proceso at the same time.&lt;/P&gt;
&lt;P&gt;With this formula, I get no results even though I haven't filtered the information on any field:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Mario_ES_1-1716549286862.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/166787i61EC1B949F7B0A2C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Mario_ES_1-1716549286862.png" alt="Mario_ES_1-1716549286862.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;You can try it in your QS if you want.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 24 May 2024 11:16:28 GMT</pubDate>
    <dc:creator>Mario_ES</dc:creator>
    <dc:date>2024-05-24T11:16:28Z</dc:date>
    <item>
      <title>Craziest Set Analysis Yet (Only Experts)</title>
      <link>https://community.qlik.com/t5/App-Development/Craziest-Set-Analysis-Yet-Only-Experts/m-p/2455758#M98455</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I'm trying to filter lines of a table that has multiple dimensions and only one expression that I use for filtering.&lt;/P&gt;
&lt;P&gt;The field's values are something like this:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Mario_ES_0-1716477210357.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/166710i4BA654335FD8AEBF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Mario_ES_0-1716477210357.png" alt="Mario_ES_0-1716477210357.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;And the end product has to be something like this:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Mario_ES_3-1716477291772.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/166713i47817B1FB6337FED/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Mario_ES_3-1716477291772.png" alt="Mario_ES_3-1716477291772.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I believe that the correct expressión is this one:&lt;/P&gt;
&lt;P&gt;Count ( Distinct {&amp;lt;form_order={"max(&amp;lt;[No. Proceso]&amp;gt;form_order)"}&amp;gt;} [No. Proceso])&lt;/P&gt;
&lt;P&gt;Do you have any idea why this isn't working?&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 23 May 2024 15:20:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Craziest-Set-Analysis-Yet-Only-Experts/m-p/2455758#M98455</guid>
      <dc:creator>Mario_ES</dc:creator>
      <dc:date>2024-05-23T15:20:54Z</dc:date>
    </item>
    <item>
      <title>Re: Craziest Set Analysis Yet (Only Experts)</title>
      <link>https://community.qlik.com/t5/App-Development/Craziest-Set-Analysis-Yet-Only-Experts/m-p/2455814#M98461</link>
      <description>&lt;P&gt;Maybe this:&lt;/P&gt;
&lt;P&gt;For your form_order dimension &lt;STRONG&gt;form_order&lt;/STRONG&gt; :&lt;/P&gt;
&lt;P&gt;=AGGR(max(form_order), [No.Proceso])&lt;BR /&gt;&lt;BR /&gt;to your measure:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;=count(Aggr(FirstSortedValue([No.Proceso],-form_order),[No.Proceso]))&lt;BR /&gt;&lt;BR /&gt;Regarts, Matheus&lt;/P&gt;</description>
      <pubDate>Thu, 23 May 2024 18:52:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Craziest-Set-Analysis-Yet-Only-Experts/m-p/2455814#M98461</guid>
      <dc:creator>MatheusC</dc:creator>
      <dc:date>2024-05-23T18:52:38Z</dc:date>
    </item>
    <item>
      <title>Re: Craziest Set Analysis Yet (Only Experts)</title>
      <link>https://community.qlik.com/t5/App-Development/Craziest-Set-Analysis-Yet-Only-Experts/m-p/2455912#M98467</link>
      <description>&lt;P&gt;Your max-condition isn't evaluated else taken as a search-string. Therefore try it in this way:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Count ( Distinct {&amp;lt;form_order={"&lt;STRONG&gt;$(=&lt;/STRONG&gt;max(&amp;lt;[No. Proceso]&amp;gt;form_order)&lt;STRONG&gt;)&lt;/STRONG&gt;"}&amp;gt;} [No. Proceso])&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 24 May 2024 05:50:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Craziest-Set-Analysis-Yet-Only-Experts/m-p/2455912#M98467</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2024-05-24T05:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: Craziest Set Analysis Yet (Only Experts)</title>
      <link>https://community.qlik.com/t5/App-Development/Craziest-Set-Analysis-Yet-Only-Experts/m-p/2456078#M98487</link>
      <description>&lt;P&gt;Thank you very much for your answer.&lt;/P&gt;
&lt;P&gt;I think that it shouldn't be evaluated.&lt;/P&gt;
&lt;P&gt;Look at the screenshot:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Mario_ES_0-1716548613925.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/166783iC8067F59453FB00A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Mario_ES_0-1716548613925.png" alt="Mario_ES_0-1716548613925.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;In the dialog, you can see that it doesn't find the max form_order because there are many No. Proceso at the same time.&lt;/P&gt;
&lt;P&gt;With this formula, I get no results even though I haven't filtered the information on any field:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Mario_ES_1-1716549286862.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/166787i61EC1B949F7B0A2C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Mario_ES_1-1716549286862.png" alt="Mario_ES_1-1716549286862.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;You can try it in your QS if you want.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 May 2024 11:16:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Craziest-Set-Analysis-Yet-Only-Experts/m-p/2456078#M98487</guid>
      <dc:creator>Mario_ES</dc:creator>
      <dc:date>2024-05-24T11:16:28Z</dc:date>
    </item>
    <item>
      <title>Re: Craziest Set Analysis Yet (Only Experts)</title>
      <link>https://community.qlik.com/t5/App-Development/Craziest-Set-Analysis-Yet-Only-Experts/m-p/2456104#M98491</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/152169"&gt;@Mario_ES&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;Result:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="TauseefKhan_0-1716552456829.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/166795iFA7A87E61D81928E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="TauseefKhan_0-1716552456829.png" alt="TauseefKhan_0-1716552456829.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;form_order =&lt;BR /&gt;Count( Distinct {&amp;lt;form_order={"=max({&amp;lt;No_Procesol= &amp;gt;} form_order)"} &amp;gt;} form_order)&lt;BR /&gt;&lt;BR /&gt;Count =&lt;BR /&gt;Count( Distinct {&amp;lt;form_order={"=max({&amp;lt;No_Procesol={$(=max(No_Procesol))}&amp;gt;} form_order)"}&amp;gt;} No_Procesol)&lt;/P&gt;
&lt;P&gt;Hope this resolve your issue.&lt;BR /&gt;If the issue is solved please mark the answer with Accept as Solution &amp;amp; like it.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 25 May 2024 04:52:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Craziest-Set-Analysis-Yet-Only-Experts/m-p/2456104#M98491</guid>
      <dc:creator>TauseefKhan</dc:creator>
      <dc:date>2024-05-25T04:52:32Z</dc:date>
    </item>
    <item>
      <title>Re: Craziest Set Analysis Yet (Only Experts)</title>
      <link>https://community.qlik.com/t5/App-Development/Craziest-Set-Analysis-Yet-Only-Experts/m-p/2456196#M98500</link>
      <description>&lt;P&gt;As below.&lt;/P&gt;
&lt;P&gt;Count(DISTINCT If(form_order=Aggr(Max(TOTAL&amp;lt;[No. Proceso]&amp;gt;form_order), form_order, [No. Proceso]), [No. Proceso]))&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="BrunPierre_2-1716563804095.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/166828iDE253E612995461D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="BrunPierre_2-1716563804095.png" alt="BrunPierre_2-1716563804095.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 24 May 2024 15:17:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Craziest-Set-Analysis-Yet-Only-Experts/m-p/2456196#M98500</guid>
      <dc:creator>BrunPierre</dc:creator>
      <dc:date>2024-05-24T15:17:07Z</dc:date>
    </item>
  </channel>
</rss>

