<?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 Exclude Value (selections) in Expression in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Exclude-Value-selections-in-Expression/m-p/1908272#M74866</link>
    <description>&lt;P&gt;Hi Community,&lt;/P&gt;
&lt;P&gt;I'm unable to resolve what the error is in this expression as I get a 'Error in set modifier expression':&lt;/P&gt;
&lt;P&gt;=count({&amp;lt;Status-={'Dead Enquiry'} Status, transferred={"-1"},Year={2021}&amp;gt;}EF_No)&lt;/P&gt;
&lt;P&gt;Purpose of the expression is:&lt;/P&gt;
&lt;P&gt;Count the Number of EF_No (Enquiry Number) whilst Excluding 'Dead Enquiry' in the Year 2021 with the orders that have been transferred which is -1 (true)&lt;/P&gt;
&lt;P&gt;I wish to see all orders that have Won excluding those have loss i.e. dead enquiry.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried another expression:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;count({$&amp;lt;Status-={'Dead Enquiry'}&amp;gt;} Status) AND transferred=-1 AND Year=2021 and EF_No&lt;/P&gt;
&lt;P&gt;which was OKAY but didn't produce any values.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any guidance on where I'm going wrong is appreciated.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your time.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 13 Oct 2022 19:39:41 GMT</pubDate>
    <dc:creator>Ragnar</dc:creator>
    <dc:date>2022-10-13T19:39:41Z</dc:date>
    <item>
      <title>Exclude Value (selections) in Expression</title>
      <link>https://community.qlik.com/t5/App-Development/Exclude-Value-selections-in-Expression/m-p/1908272#M74866</link>
      <description>&lt;P&gt;Hi Community,&lt;/P&gt;
&lt;P&gt;I'm unable to resolve what the error is in this expression as I get a 'Error in set modifier expression':&lt;/P&gt;
&lt;P&gt;=count({&amp;lt;Status-={'Dead Enquiry'} Status, transferred={"-1"},Year={2021}&amp;gt;}EF_No)&lt;/P&gt;
&lt;P&gt;Purpose of the expression is:&lt;/P&gt;
&lt;P&gt;Count the Number of EF_No (Enquiry Number) whilst Excluding 'Dead Enquiry' in the Year 2021 with the orders that have been transferred which is -1 (true)&lt;/P&gt;
&lt;P&gt;I wish to see all orders that have Won excluding those have loss i.e. dead enquiry.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried another expression:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;count({$&amp;lt;Status-={'Dead Enquiry'}&amp;gt;} Status) AND transferred=-1 AND Year=2021 and EF_No&lt;/P&gt;
&lt;P&gt;which was OKAY but didn't produce any values.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any guidance on where I'm going wrong is appreciated.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your time.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Oct 2022 19:39:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Exclude-Value-selections-in-Expression/m-p/1908272#M74866</guid>
      <dc:creator>Ragnar</dc:creator>
      <dc:date>2022-10-13T19:39:41Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude Value in Expression</title>
      <link>https://community.qlik.com/t5/App-Development/Exclude-Value-selections-in-Expression/m-p/1908278#M74868</link>
      <description>&lt;P&gt;Perhaps this?&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;count({$&amp;lt;Status-={'Dead Enquiry'}, transferred={'-1'}, Year={'2021'}, EF_No=&amp;gt;} Status)&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Mar 2022 15:38:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Exclude-Value-selections-in-Expression/m-p/1908278#M74868</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2022-03-22T15:38:03Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude Value in Expression</title>
      <link>https://community.qlik.com/t5/App-Development/Exclude-Value-selections-in-Expression/m-p/1908279#M74869</link>
      <description>&lt;P&gt;Remove the 'Status':&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;=count({&amp;lt;Status-={'Dead Enquiry'} &lt;FONT face="arial black,avant garde"&gt;Status&lt;/FONT&gt;, transferred={"-1"},Year={2021}&amp;gt;} EF_No)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Mar 2022 15:38:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Exclude-Value-selections-in-Expression/m-p/1908279#M74869</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2022-03-22T15:38:52Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude Value in Expression</title>
      <link>https://community.qlik.com/t5/App-Development/Exclude-Value-selections-in-Expression/m-p/1908284#M74870</link>
      <description>&lt;P&gt;Both of you are legends, both expression work and can't believe it was something small as opposed to what I thought it would be.&lt;/P&gt;
&lt;P&gt;Also, I'm shocked at the effcient response time, genuinely appreciate it. Thank you Anil &amp;amp; Henric.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Mar 2022 15:48:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Exclude-Value-selections-in-Expression/m-p/1908284#M74870</guid>
      <dc:creator>Ragnar</dc:creator>
      <dc:date>2022-03-22T15:48:46Z</dc:date>
    </item>
  </channel>
</rss>

