<?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: Count if query in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Count-if-query/m-p/77180#M5135</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much for your help on this one Digvijay. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Feb 2018 00:50:48 GMT</pubDate>
    <dc:creator>richardm90</dc:creator>
    <dc:date>2018-02-12T00:50:48Z</dc:date>
    <item>
      <title>Count if query</title>
      <link>https://community.qlik.com/t5/App-Development/Count-if-query/m-p/77177#M5132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm currently creating a KPI to show a total number of records that have a Creation Date and a Start Date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i.e. count(NetWorkDays("Creation Date", "Start Date"))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I only want to include records where there is no value in the cancelled column (i.e. the appointment has not been cancelled)&lt;/P&gt;&lt;P&gt;I also want to exclude records that are follow up appointments , these have a "Y" in the follow ups column....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I tried this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count(&lt;/P&gt;&lt;P&gt;{&amp;lt;[Cancelled]={"NULL"}&amp;gt;}&lt;/P&gt;&lt;P&gt;{&amp;lt;[Followup]-={"Y"}&amp;gt;}&lt;/P&gt;&lt;P&gt;NetWorkDays("Creation Date", "Start Date"))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But this does not work. There is also a possibility that an appointment could be Cancelled AND be a follow up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help here would be much appreciated. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Feb 2018 00:37:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-if-query/m-p/77177#M5132</guid>
      <dc:creator>richardm90</dc:creator>
      <dc:date>2018-02-09T00:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: Count if query</title>
      <link>https://community.qlik.com/t5/App-Development/Count-if-query/m-p/77178#M5133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;Try this may be - &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;count(&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;{&amp;lt;[Cancelled]-={"*"}&amp;gt;}&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;{&amp;lt;[Followup]-={"Y"}&amp;gt;}&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;NetWorkDays("Creation Date", "Start Date"))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Feb 2018 01:16:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-if-query/m-p/77178#M5133</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2018-02-09T01:16:11Z</dc:date>
    </item>
    <item>
      <title>Re: Count if query</title>
      <link>https://community.qlik.com/t5/App-Development/Count-if-query/m-p/77179#M5134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or may be -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;count(&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;{&amp;lt;[Cancelled]=&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;{"=Len(&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Cancelled&lt;/SPAN&gt;) = 0"},&lt;/SPAN&gt;[Followup]-={"Y"}&amp;gt;}&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;NetWorkDays("Creation Date", "Start Date"))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Feb 2018 01:19:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-if-query/m-p/77179#M5134</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2018-02-09T01:19:59Z</dc:date>
    </item>
    <item>
      <title>Re: Count if query</title>
      <link>https://community.qlik.com/t5/App-Development/Count-if-query/m-p/77180#M5135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much for your help on this one Digvijay. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Feb 2018 00:50:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-if-query/m-p/77180#M5135</guid>
      <dc:creator>richardm90</dc:creator>
      <dc:date>2018-02-12T00:50:48Z</dc:date>
    </item>
    <item>
      <title>Re: Count if query</title>
      <link>https://community.qlik.com/t5/App-Development/Count-if-query/m-p/77181#M5136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI &lt;A _jive_internal="true" data-avatarid="14935" data-externalid="" data-online="false" data-presence="null" data-userid="189406" data-username="digvijay" href="https://community.qlik.com/people/digvijay"&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline;"&gt;Digvijay&lt;/SPAN&gt;&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm still having issues representing NULL, &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;{"=Len(&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Cancelled&lt;/SPAN&gt;) = 0"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; and {&amp;lt;[Cancelled]-={"*"}&amp;gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;don't seem to work. Any further pointers would be great. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Feb 2018 01:23:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-if-query/m-p/77181#M5136</guid>
      <dc:creator>richardm90</dc:creator>
      <dc:date>2018-02-12T01:23:12Z</dc:date>
    </item>
    <item>
      <title>Re: Count if query</title>
      <link>https://community.qlik.com/t5/App-Development/Count-if-query/m-p/77182#M5137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you should check this to understand &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.qlik.com/en-US/sense/September2017/Subsystems/Hub/Content/ChartFunctions/SetAnalysis/set-analysis-expressions.htm" title="http://help.qlik.com/en-US/sense/September2017/Subsystems/Hub/Content/ChartFunctions/SetAnalysis/set-analysis-expressions.htm"&gt;Set analysis and set expressions ‒ Qlik Sense&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Feb 2018 03:41:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-if-query/m-p/77182#M5137</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-12T03:41:15Z</dc:date>
    </item>
    <item>
      <title>Re: Count if query</title>
      <link>https://community.qlik.com/t5/App-Development/Count-if-query/m-p/77183#M5138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be able to share few rows of data and expected output from this data?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Feb 2018 12:44:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-if-query/m-p/77183#M5138</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-02-12T12:44:24Z</dc:date>
    </item>
    <item>
      <title>Re: Count if query</title>
      <link>https://community.qlik.com/t5/App-Development/Count-if-query/m-p/77184#M5139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot for the help guys. i'll check out the set analysis and set expressions and then send over some sample data if I'm still stuck. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Feb 2018 22:58:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-if-query/m-p/77184#M5139</guid>
      <dc:creator>richardm90</dc:creator>
      <dc:date>2018-02-12T22:58:05Z</dc:date>
    </item>
  </channel>
</rss>

