<?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: Exclude fields with a specific value - KPI in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Exclude-fields-with-a-specific-value-KPI/m-p/1461665#M36103</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are missing the division in your first part.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But not sure if this is what you need, a more detailed explanation of your model would be more than helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 14 Jan 2018 16:50:36 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2018-01-14T16:50:36Z</dc:date>
    <item>
      <title>Exclude fields with a specific value - KPI</title>
      <link>https://community.qlik.com/t5/App-Development/Exclude-fields-with-a-specific-value-KPI/m-p/1461662#M36100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm developing a few KPI's in Qlik Sense. These KPI's are working out the percentage of appointments that happened within a certain amount of days of booking. The total percentage is the Booking_ID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However I need to exclude Booking ID's that include ABC at the end. I currently have this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum(Aggr(If(NetWorkDays("[Booking_Date]", "[Appointment_Date]") &amp;lt;= 11, 1, 0), [Booking_ID]))/count([Booking_ID]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works great but doesn't exclude booking ID's that end with ABC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help with this would be great. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jan 2018 17:02:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Exclude-fields-with-a-specific-value-KPI/m-p/1461662#M36100</guid>
      <dc:creator>richardm90</dc:creator>
      <dc:date>2018-01-09T17:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude fields with a specific value - KPI</title>
      <link>https://community.qlik.com/t5/App-Development/Exclude-fields-with-a-specific-value-KPI/m-p/1461663#M36101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Sum(&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;{&amp;lt;[Booking ID] -= {"*ABC"} &amp;gt;}&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Aggr(If(NetWorkDays("[Booking_Date]", "[Appointment_Date]") &amp;lt;= 11, 1, 0), [Booking_ID]))/count([Booking_ID]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;edit: or if you also need to exclude from the total:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Sum(&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;{&amp;lt;[Booking ID] -= {"*ABC"} &amp;gt;}&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Aggr(If(NetWorkDays("[Booking_Date]", "[Appointment_Date]") &amp;lt;= 11, 1, 0), [Booking_ID]))&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;/ count(&lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;{&amp;lt;[Booking ID] -= {"*ABC"} &amp;gt;}&lt;/STRONG&gt; [Booking_ID]&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jan 2018 17:14:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Exclude-fields-with-a-specific-value-KPI/m-p/1461663#M36101</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2018-01-09T17:14:23Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude fields with a specific value - KPI</title>
      <link>https://community.qlik.com/t5/App-Development/Exclude-fields-with-a-specific-value-KPI/m-p/1461664#M36102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's great Stefan thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My other issue is that the data is coming from multiple sources now, so I need to work out the percentage by adding results together. SO far I have tried:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Sum(&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;{&amp;lt;[Booking ID] -= {"*ABC"} &amp;gt;}&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Aggr(If(NetWorkDays("[Booking_Date]", "[Appointment_Date]") &amp;lt;= 11, 1, 0), [Booking_ID]))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;+&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Sum(&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;{&amp;lt;[Booking ID] -= {"*ABC"} &amp;gt;}&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Aggr(If(NetWorkDays("[Booking_Date2]", "[Appointment_Date]") &amp;lt;= 11, 1, 0), [Booking_ID]))/count([Booking_ID]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;+&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Sum(&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;{&amp;lt;[Booking ID] -= {"*ABC"} &amp;gt;}&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Aggr(If(NetWorkDays("[Booking_Date3]", "[Appointment_Date]") &amp;lt;= 11, 1, 0), [Booking_ID]))/count([Booking_ID]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;/count([Booking_ID]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;But this does not work. When I add the 3 results together like this it does not give me the correct result to then divide by the total Booking ID's&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Jan 2018 14:42:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Exclude-fields-with-a-specific-value-KPI/m-p/1461664#M36102</guid>
      <dc:creator>richardm90</dc:creator>
      <dc:date>2018-01-14T14:42:18Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude fields with a specific value - KPI</title>
      <link>https://community.qlik.com/t5/App-Development/Exclude-fields-with-a-specific-value-KPI/m-p/1461665#M36103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are missing the division in your first part.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But not sure if this is what you need, a more detailed explanation of your model would be more than helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Jan 2018 16:50:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Exclude-fields-with-a-specific-value-KPI/m-p/1461665#M36103</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2018-01-14T16:50:36Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude fields with a specific value - KPI</title>
      <link>https://community.qlik.com/t5/App-Development/Exclude-fields-with-a-specific-value-KPI/m-p/1461666#M36104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ahh that was a typo.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ok, so I have 621 records to analyse across multiple data sources.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I calculated that there are 61 relevant records out of this by calculating the amount of records (linked by the BOOKING_ID column) that have a booking date and an appointment date with this calculation:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count(NetWorkDays("&lt;SPAN style="color: #3d3d3d; font-family: Helvetica;"&gt;Booking_Date&lt;/SPAN&gt;", "Start Time"))+&lt;/P&gt;&lt;P&gt;count(NetWorkDays("&lt;SPAN style="color: #3d3d3d; font-family: Helvetica;"&gt;Booking_Date2&lt;/SPAN&gt;", "Start Time"))+&lt;/P&gt;&lt;P&gt;count(NetWorkDays("&lt;SPAN style="color: #3d3d3d; font-family: Helvetica;"&gt;Booking_Date3&lt;/SPAN&gt;", "Start Time"))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This gave me the 61.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I then calculated the amount of appointments (start time) that occurred within 10 working days of the booking date with this calculation:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum(&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;{&amp;lt;[Booking ID] -= {"*ABC"} &amp;gt;}&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Aggr(If(NetWorkDays("[&lt;SPAN style="color: #3d3d3d; font-family: Helvetica;"&gt;Booking_Date&lt;/SPAN&gt;]", "[Start Time]") &amp;lt;= 11, 1, 0),[&lt;STRONG style="color: #3d3d3d; font-family: Helvetica;"&gt;Booking ID&lt;/STRONG&gt;]))&lt;/P&gt;&lt;P&gt;+&lt;/P&gt;&lt;P&gt;Sum(&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;{&amp;lt;[Booking ID] -= {"*ABC"} &amp;gt;}&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Aggr(If(NetWorkDays("&lt;SPAN style="color: #3d3d3d; font-family: Helvetica;"&gt;Booking_Date2&lt;/SPAN&gt;") &amp;lt;= 11, 1, 0),[&lt;STRONG style="color: #3d3d3d; font-family: Helvetica;"&gt;Booking ID&lt;/STRONG&gt;]))&lt;/P&gt;&lt;P&gt;+&lt;/P&gt;&lt;P&gt;Sum(&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;{&amp;lt;[Booking ID] -= {"*ABC"} &amp;gt;}&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Aggr(If(NetWorkDays("&lt;SPAN style="color: #3d3d3d; font-family: Helvetica;"&gt;Booking_Date3&lt;/SPAN&gt;") &amp;lt;= 11, 1, 0),[&lt;STRONG style="color: #3d3d3d; font-family: Helvetica;"&gt;Booking ID&lt;/STRONG&gt;]))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This gave me 42.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I now need to calculate this as a percentage (42 out of 61)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Jan 2018 19:02:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Exclude-fields-with-a-specific-value-KPI/m-p/1461666#M36104</guid>
      <dc:creator>richardm90</dc:creator>
      <dc:date>2018-01-14T19:02:19Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude fields with a specific value - KPI</title>
      <link>https://community.qlik.com/t5/App-Development/Exclude-fields-with-a-specific-value-KPI/m-p/1461667#M36105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, what's wrong with dividing the second part by the first part then?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't think that you need the Networkdays() function in your Count() functions in the first part, but since I still don't have an idea how your model looks like, this is just a guess.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Jan 2018 19:55:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Exclude-fields-with-a-specific-value-KPI/m-p/1461667#M36105</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2018-01-14T19:55:48Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude fields with a specific value - KPI</title>
      <link>https://community.qlik.com/t5/App-Development/Exclude-fields-with-a-specific-value-KPI/m-p/1461668#M36106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;{&amp;lt;[Booking ID] -= {"*ABC"} &amp;gt;} type function does not work correctly.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;I am also using this in another KPI where I need to exclude appointments that were cancelled.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;My formula is:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Sum(&lt;/P&gt;&lt;P&gt;{&amp;lt;Cancelled -= "Cancelled" &amp;gt;}&lt;/P&gt;&lt;P&gt;Aggr(If(NetWorkDays("[&lt;SPAN style="color: #3d3d3d; font-family: Helvetica;"&gt;Booking_Date&lt;/SPAN&gt;]", "Start Time") &amp;lt;= 11, 1, 0),[Booking_ID]))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should not include entries where the cancelled column includes the text "Cancelled".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be VERY much appreciate don this one guys. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jan 2018 00:16:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Exclude-fields-with-a-specific-value-KPI/m-p/1461668#M36106</guid>
      <dc:creator>richardm90</dc:creator>
      <dc:date>2018-01-15T00:16:28Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude fields with a specific value - KPI</title>
      <link>https://community.qlik.com/t5/App-Development/Exclude-fields-with-a-specific-value-KPI/m-p/1461669#M36107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Still, no idea how your model and data looks like and what may cause your expression to "not work correctly" (which is not a very good issue description. Please add the model context, your expectation and the observed results).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe this blog post by Henric is of help&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/4424"&gt;Excluding values in Set Analysis&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jan 2018 10:16:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Exclude-fields-with-a-specific-value-KPI/m-p/1461669#M36107</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2018-01-15T10:16:20Z</dc:date>
    </item>
  </channel>
</rss>

