<?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: expression help in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/expression-help/m-p/1039007#M922954</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Count (if (&lt;STRONG&gt;match([Religion], 'Information Refused', 'Prefer not to say')&lt;/STRONG&gt;,[Client No]))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Apr 2016 07:09:26 GMT</pubDate>
    <dc:creator>Kushal_Chawda</dc:creator>
    <dc:date>2016-04-15T07:09:26Z</dc:date>
    <item>
      <title>expression help</title>
      <link>https://community.qlik.com/t5/QlikView/expression-help/m-p/1039003#M922948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help highlight what the expression needs to be to count &lt;SPAN style="font-size: 13.3333px;"&gt;'Information Refused', and 'Prefer not to say'. The below expression works individually (i.e &lt;SPAN style="font-size: 13.3333px;"&gt;Count (if (([Religion]) = 'Information Refused',[Client No])) ) but not when I try and put them together:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count (if (([Religion]) = 'Information Refused', 'Prefer not to say',[Client No]))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The data is below so the result of the expression should be 596.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="religion 3.PNG" class="jive-image image-1" src="/legacyfs/online/121750_religion 3.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate any help on the expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression-help/m-p/1039003#M922948</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: expression help</title>
      <link>https://community.qlik.com/t5/QlikView/expression-help/m-p/1039004#M922950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Try Count (if ([Religion] = 'Information Refused' OR [Religion] 'Prefer not to say',[Client No]))&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;Or better yet use this: &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Count ({&amp;lt;[Religion] = {'Information Refused','Prefer not to say'}&amp;gt;} [Client No])&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2016 07:07:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression-help/m-p/1039004#M922950</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-04-15T07:07:31Z</dc:date>
    </item>
    <item>
      <title>Re: expression help</title>
      <link>https://community.qlik.com/t5/QlikView/expression-help/m-p/1039005#M922951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;Try,&lt;/EM&gt;&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;&lt;EM&gt;Count ({&amp;lt;[Religion] = {'Information Refused', 'Prefer not to say'}&amp;gt;}[Client No])&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2016 07:07:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression-help/m-p/1039005#M922951</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2016-04-15T07:07:37Z</dc:date>
    </item>
    <item>
      <title>Re: expression help</title>
      <link>https://community.qlik.com/t5/QlikView/expression-help/m-p/1039006#M922953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;Count (if{&amp;lt;([Religion] = {'Information Refused'}, or&amp;nbsp; '{[Prefer not to say] }'&amp;gt;},[Client No]))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2016 07:08:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression-help/m-p/1039006#M922953</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-04-15T07:08:01Z</dc:date>
    </item>
    <item>
      <title>Re: expression help</title>
      <link>https://community.qlik.com/t5/QlikView/expression-help/m-p/1039007#M922954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Count (if (&lt;STRONG&gt;match([Religion], 'Information Refused', 'Prefer not to say')&lt;/STRONG&gt;,[Client No]))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2016 07:09:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression-help/m-p/1039007#M922954</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-04-15T07:09:26Z</dc:date>
    </item>
    <item>
      <title>Re: expression help</title>
      <link>https://community.qlik.com/t5/QlikView/expression-help/m-p/1039008#M922955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We also need to calculate &lt;STRONG&gt;value present,&lt;/STRONG&gt; which is all information on religion - 'Information Refused',' Prefer not to say' and 'NULL'. This is the existing expression which works but only currently brings through NULL:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count (Religion) - Count (if (Religion= 'NULL',[Client No]))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can expression be amended to bring through all 3 categories?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2016 07:39:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression-help/m-p/1039008#M922955</guid>
      <dc:creator />
      <dc:date>2016-04-15T07:39:03Z</dc:date>
    </item>
    <item>
      <title>Re: expression help</title>
      <link>https://community.qlik.com/t5/QlikView/expression-help/m-p/1039009#M922956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Just add it to the list: Count ({&amp;lt;[Religion] = {'Information Refused','Prefer not to say','NULL'}[Client No])&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2016 07:46:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/expression-help/m-p/1039009#M922956</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-04-15T07:46:17Z</dc:date>
    </item>
  </channel>
</rss>

