<?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 with not equal clause in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Set-analysis-with-not-equal-clause/m-p/1831375#M68550</link>
    <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/336"&gt;@Kushal_Chawda&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've attached and example: hope it is much clearer now.&lt;/P&gt;&lt;P&gt;Pls, let me know if there is something other you need to help me.&lt;/P&gt;&lt;P&gt;Thank you so much.&lt;/P&gt;&lt;P&gt;N.&lt;/P&gt;</description>
    <pubDate>Thu, 26 Aug 2021 12:06:35 GMT</pubDate>
    <dc:creator>NickP_DF</dc:creator>
    <dc:date>2021-08-26T12:06:35Z</dc:date>
    <item>
      <title>Set analysis with not equal clause</title>
      <link>https://community.qlik.com/t5/App-Development/Set-analysis-with-not-equal-clause/m-p/1830866#M68480</link>
      <description>&lt;P&gt;Hello guy's,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In a dimension of a pivot table I'd like to mark the CodiceODL rows in which the derivated 1-&amp;gt;n table have almost 1 row with these conditions:&lt;/P&gt;&lt;P&gt;FaseInLavorazione='S'&lt;/P&gt;&lt;P&gt;LavorazioneConclusa='N'&lt;/P&gt;&lt;P&gt;CodLavorazione &amp;lt;&amp;gt;'LAA' and CodLavorazione&amp;nbsp; &amp;lt;&amp;gt; 'V000'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've tried this expression:&lt;/P&gt;&lt;P&gt;Not IsNull(Aggr(Sum({$&amp;lt;CodLavorazione-={'LAA'}, CodLavorazione-={'V000'}, FaseInLavorazione={'S'}, LavorazioneConclusa={'N'}&amp;gt;} 1), CodiceODL))&lt;/P&gt;&lt;P&gt;But it returns me a true value in this case:&lt;/P&gt;&lt;P&gt;CodLavorazione / InLavorazione /&amp;nbsp;LavorazioneConclusa&lt;/P&gt;&lt;P&gt;LAA / S / N&lt;BR /&gt;ETC0 /S / N&lt;BR /&gt;VC000 / S / N&lt;/P&gt;&lt;P&gt;Could anyone help me in writing the correct syntax expression?&lt;/P&gt;&lt;P&gt;Thank you so much.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Aug 2021 15:36:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-analysis-with-not-equal-clause/m-p/1830866#M68480</guid>
      <dc:creator>NickP_DF</dc:creator>
      <dc:date>2021-08-24T15:36:12Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis with not equal clause</title>
      <link>https://community.qlik.com/t5/App-Development/Set-analysis-with-not-equal-clause/m-p/1830928#M68495</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/86055"&gt;@NickP_DF&lt;/a&gt;&amp;nbsp; try below&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Aggr(only({$&amp;lt;CodLavorazione-={'LAA'}, CodLavorazione-={'V000'}, FaseInLavorazione={'S'}, LavorazioneConclusa={'N'}&amp;gt;}CodiceODL), CodiceODL,CodLavorazione,CodLavorazione,FaseInLavorazione,LavorazioneConclusa)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Note:&amp;nbsp;&lt;/STRONG&gt;check "supress null values" option for this calculated dimension&lt;/P&gt;</description>
      <pubDate>Tue, 24 Aug 2021 20:23:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-analysis-with-not-equal-clause/m-p/1830928#M68495</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2021-08-24T20:23:52Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis with not equal clause</title>
      <link>https://community.qlik.com/t5/App-Development/Set-analysis-with-not-equal-clause/m-p/1831160#M68524</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/336"&gt;@Kushal_Chawda&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for the response: your function gives me the&amp;nbsp;&lt;SPAN&gt;CodiceODL for the rows where there is a&amp;nbsp;FaseInLavorazione='S' and&amp;nbsp;LavorazioneConclusa='N' (both in the case with CodLavorazione='LAA' and not); it returns no-rows for the cases where there isn't any&amp;nbsp;FaseInLavorazione='S' and&amp;nbsp;LavorazioneConclusa='N', so it doesn't works as I need &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Maybe I was not clear enough: I need a boolean function (or a 'S'/'N' resulting function) which marks true (or 'S') the cases where, reading all the phases of an&amp;nbsp;CodiceODL (in relashionship 1-n) there is &lt;U&gt;at least&lt;/U&gt; one with all this conditions verified &lt;U&gt;simultaneously&lt;/U&gt; :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;CodLavorazione &amp;lt;&amp;gt;'LAA' and CodLavorazione&amp;nbsp; &amp;lt;&amp;gt; 'V000'&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;and&amp;nbsp;&lt;/SPAN&gt;FaseInLavorazione='S' and LavorazioneConclusa='N'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'll give some examples:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1 - CodiceODL 4540 (expected function value = True)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;CodLavorazione / InLavorazione /&amp;nbsp;LavorazioneConclusa&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;LAA / N / N&lt;BR /&gt;CTRS/ S / N&amp;nbsp;(The valid phase is in progress, thus &lt;STRONG&gt;I have to&lt;/STRONG&gt; consider it)&lt;BR /&gt;V00 / N / N&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2 - CodiceODL 4932 (expected function value = False)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;CodLavorazione / InLavorazione /&amp;nbsp;LavorazioneConclusa&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;LAA / S / N (The phase in progress is not valid, thus &lt;STRONG&gt;I don't have to&lt;/STRONG&gt; consider it)&lt;BR /&gt;ZINC / N / N&lt;BR /&gt;V00 / N / N&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;3 - CodiceODL 4009 (expected function value = False)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;CodLavorazione / InLavorazione /&amp;nbsp;LavorazioneConclusa&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;LAA / N / N&lt;BR /&gt;ZINC / S / S&amp;nbsp;&amp;nbsp;(The valid phase is closed, thus &lt;STRONG&gt;I don't have to&lt;/STRONG&gt; consider it)&lt;BR /&gt;V00 / N / N&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2 - CodiceODL 4942 (expected function value = False)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;CodLavorazione / InLavorazione /&amp;nbsp;LavorazioneConclusa&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;LAA / S / N (The phase in progress is not valid, thus &lt;STRONG&gt;I don't have to&lt;/STRONG&gt; consider it)&lt;BR /&gt;DENT/ N / N&lt;BR /&gt;V00 / S / N&amp;nbsp;(The phase in progress is not valid, thus &lt;STRONG&gt;I don't have to&lt;/STRONG&gt; consider it)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Hope it's clear now.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;N.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Aug 2021 16:20:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-analysis-with-not-equal-clause/m-p/1831160#M68524</guid>
      <dc:creator>NickP_DF</dc:creator>
      <dc:date>2021-08-25T16:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis with not equal clause</title>
      <link>https://community.qlik.com/t5/App-Development/Set-analysis-with-not-equal-clause/m-p/1831171#M68525</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/86055"&gt;@NickP_DF&lt;/a&gt;&amp;nbsp; still this not clear to me.. Sample data with expected output will help here.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Aug 2021 17:11:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-analysis-with-not-equal-clause/m-p/1831171#M68525</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2021-08-25T17:11:31Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis with not equal clause</title>
      <link>https://community.qlik.com/t5/App-Development/Set-analysis-with-not-equal-clause/m-p/1831375#M68550</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/336"&gt;@Kushal_Chawda&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've attached and example: hope it is much clearer now.&lt;/P&gt;&lt;P&gt;Pls, let me know if there is something other you need to help me.&lt;/P&gt;&lt;P&gt;Thank you so much.&lt;/P&gt;&lt;P&gt;N.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Aug 2021 12:06:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-analysis-with-not-equal-clause/m-p/1831375#M68550</guid>
      <dc:creator>NickP_DF</dc:creator>
      <dc:date>2021-08-26T12:06:35Z</dc:date>
    </item>
  </channel>
</rss>

