<?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 the data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Exclude-the-data/m-p/1280065#M401519</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;Why not try by subtracting the [Domain &amp;gt; Data Governor] is not null and [Domain &amp;gt; Data Governor] &amp;lt;&amp;gt; UNASSIGNED from the total count.&lt;/P&gt;&lt;P&gt;i.e &lt;STRONG&gt;count(distinct[Concept UID])) - count(distinct If(Not Isnull ([Domain &amp;gt; Data Governor]) and [Domain &amp;gt; Data Governor] &amp;lt;&amp;gt; 'UNASSIGNED', [Concept UID]))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above should work if [Concept &amp;gt; Data Governor] and [Domain &amp;gt; Data Governor] are the only measures&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Jan 2017 10:12:21 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-01-06T10:12:21Z</dc:date>
    <item>
      <title>Exclude the data</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-the-data/m-p/1280063#M401517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to count the Concept UID's, where [Domain &amp;gt; Data Governor] is not null and [Domain &amp;gt; Data Governor] &amp;lt;&amp;gt; UNASSIGNED.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i.e. count(distinct If(Not Isnull ([Domain &amp;gt; Data Governor]) and [Domain &amp;gt; Data Governor] &amp;lt;&amp;gt; 'UNASSIGNED', [Concept UID]))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the task is I need to exclude the Concept ID's where [Concept &amp;gt; Data Governor] is not null and [Concept &amp;gt; Data Governor] &amp;lt;&amp;gt; UNASSIGNED.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i.e. If(Not Isnull ([Concept &amp;gt; Data Governor]) and [Conept &amp;gt; Data Governor] &amp;lt;&amp;gt; 'UNASSIGNED', [Concept UID])).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count({&amp;lt;[As Of Date] = {'$(v_Max_Date)'},&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Concept UID] -= {"=only({&amp;lt;[Concept &amp;gt; Data Governor] -= {''}, [Concept &amp;gt; Data Governor] -= {'UNASSIGNED'}&amp;gt;}[Concept UID])"}&lt;BR /&gt; &lt;BR /&gt; &amp;gt;} distinct if((Not(IsNull([Domain &amp;gt; Data Governor])) and [Domain &amp;gt; Data Governor] &amp;lt;&amp;gt; 'UNASSIGNED'),[Concept UID]))&lt;BR /&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone please help me with this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Varun Reddy. K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jan 2017 16:07:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-the-data/m-p/1280063#M401517</guid>
      <dc:creator>varunreddy</dc:creator>
      <dc:date>2017-01-05T16:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude the data</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-the-data/m-p/1280064#M401518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;are you trying to get both the queries?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2017 05:07:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-the-data/m-p/1280064#M401518</guid>
      <dc:creator>pipuindia99</dc:creator>
      <dc:date>2017-01-06T05:07:24Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude the data</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-the-data/m-p/1280065#M401519</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;Why not try by subtracting the [Domain &amp;gt; Data Governor] is not null and [Domain &amp;gt; Data Governor] &amp;lt;&amp;gt; UNASSIGNED from the total count.&lt;/P&gt;&lt;P&gt;i.e &lt;STRONG&gt;count(distinct[Concept UID])) - count(distinct If(Not Isnull ([Domain &amp;gt; Data Governor]) and [Domain &amp;gt; Data Governor] &amp;lt;&amp;gt; 'UNASSIGNED', [Concept UID]))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above should work if [Concept &amp;gt; Data Governor] and [Domain &amp;gt; Data Governor] are the only measures&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2017 10:12:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-the-data/m-p/1280065#M401519</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-06T10:12:21Z</dc:date>
    </item>
  </channel>
</rss>

