<?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 Help in Set Analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-in-Set-Analysis/m-p/262493#M98823</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;Please any one can help me to write the below expression using&amp;nbsp; &lt;STRONG&gt;Set Analysis.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count(Distinct If(FndCT_SDF_Ctgy = 'Same Day', PRE_AUDIT_ACCT_SCHDL)) &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;/&amp;nbsp; (Count(Distinct PRE_AUDIT_ACCT_SCHDL) - &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count(Distinct If(FND_TAG = 'Funded' And IsNull(FndCT_SDF_Ctgy), PRE_AUDIT_ACCT_SCHDL)))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Thanks in Advance&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Regards,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Ankit &lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Jan 2012 11:02:50 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-01-10T11:02:50Z</dc:date>
    <item>
      <title>Help in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Help-in-Set-Analysis/m-p/262493#M98823</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;Please any one can help me to write the below expression using&amp;nbsp; &lt;STRONG&gt;Set Analysis.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count(Distinct If(FndCT_SDF_Ctgy = 'Same Day', PRE_AUDIT_ACCT_SCHDL)) &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;/&amp;nbsp; (Count(Distinct PRE_AUDIT_ACCT_SCHDL) - &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count(Distinct If(FND_TAG = 'Funded' And IsNull(FndCT_SDF_Ctgy), PRE_AUDIT_ACCT_SCHDL)))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Thanks in Advance&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Regards,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Ankit &lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2012 11:02:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-in-Set-Analysis/m-p/262493#M98823</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-10T11:02:50Z</dc:date>
    </item>
    <item>
      <title>Re: Help in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Help-in-Set-Analysis/m-p/262494#M98824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ankit, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The expression should look like the following&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;Count({&amp;lt; &lt;SPAN style="font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; white-space: pre; background-color: #ffffff;"&gt;FndCT_SDF_Ctgy = {'Same Day'}&lt;/SPAN&gt; &amp;gt;} Distinct PRE_AUDIT_ACCT_SCHDL)&lt;/P&gt;&lt;P&gt;/&amp;nbsp; (Count(Distinct PRE_AUDIT_ACCT_SCHDL) -&lt;/P&gt;&lt;P&gt;Count({&amp;lt; &lt;SPAN style="font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; white-space: pre; background-color: #ffffff;"&gt;FND_TAG = {'Funded'}, &lt;SPAN style="font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; white-space: pre; background-color: #ffffff;"&gt;FndCT_SDF_Ctgy = {"=Len(&lt;SPAN style="font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; white-space: pre; background-color: #ffffff;"&gt;FndCT_SDF_Ctgy) = 0&lt;/SPAN&gt;"}&lt;/SPAN&gt;&lt;/SPAN&gt; &amp;gt;} Distinct PRE_AUDIT_ACCT_SCHDL))&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check parentheses, I may have missed some. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2012 11:15:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-in-Set-Analysis/m-p/262494#M98824</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2012-01-10T11:15:15Z</dc:date>
    </item>
    <item>
      <title>Help in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Help-in-Set-Analysis/m-p/262495#M98825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. Will check and revert back..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2012 11:33:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-in-Set-Analysis/m-p/262495#M98825</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-10T11:33:22Z</dc:date>
    </item>
    <item>
      <title>Help in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Help-in-Set-Analysis/m-p/262496#M98826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can also use &lt;/P&gt;&lt;P&gt;Count(Distinct {$&amp;lt;FndCT_SDF_Ctgy={'Same Day'}&amp;gt;} PRE_AUDIT_ACCT_SCHDL)&lt;/P&gt;&lt;P&gt;/&lt;/P&gt;&lt;P&gt;Count(Distinct {$},PRE_AUDIT_ACCT_SCHDL)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;BR /&gt;Count(Distinct {$&amp;lt;FND_TAG = {'Funded'}, FndCT_SDF_Ctgy= {"=Isnull(FndCT_SDF_Ctgy)"}&amp;gt;} PRE_AUDIT_ACCT_SCHDL)&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2012 11:35:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-in-Set-Analysis/m-p/262496#M98826</guid>
      <dc:creator>vijay_iitkgp</dc:creator>
      <dc:date>2012-01-10T11:35:42Z</dc:date>
    </item>
    <item>
      <title>Help in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Help-in-Set-Analysis/m-p/262497#M98827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Vipul, Miguel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The isnull part is not working here, for both the Expressions which u guys have provided me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;﻿﻿﻿﻿&lt;/P&gt;&lt;P&gt;﻿&lt;/P&gt;&lt;P&gt;﻿&lt;/P&gt;&lt;P&gt;﻿&lt;/P&gt;&lt;P&gt;﻿&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please if you can help me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2012 12:23:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-in-Set-Analysis/m-p/262497#M98827</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-10T12:23:12Z</dc:date>
    </item>
    <item>
      <title>Help in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Help-in-Set-Analysis/m-p/262498#M98828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In place of &lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;=Isnull(FndCT_SDF_Ctgy) use &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;$(&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;=Isnull(FndCT_SDF_Ctgy))&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-size: 12px; background-color: #ffffff; font-family: Arial;"&gt;&lt;CODE class="jive-code"&gt;Count({&amp;lt; FndCT_SDF_Ctgy = {'Same Day'} &amp;gt;} Distinct PRE_AUDIT_ACCT_SCHDL)&lt;BR /&gt;/&amp;nbsp; (Count(Distinct PRE_AUDIT_ACCT_SCHDL) -&lt;BR /&gt;Count({&amp;lt; FND_TAG = {'Funded'}, FndCT_SDF_Ctgy = {"$(=Len(FndCT_SDF_Ctgy)) = 0"} &amp;gt;} Distinct PRE_AUDIT_ACCT_SCHDL))&lt;/CODE&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-size: 12px; background-color: #ffffff; font-family: Arial;"&gt;hope this helps&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2012 12:26:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-in-Set-Analysis/m-p/262498#M98828</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2012-01-10T12:26:13Z</dc:date>
    </item>
    <item>
      <title>Help in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Help-in-Set-Analysis/m-p/262499#M98829</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;IsNull() has some reported issues in some hardware, hence the Len() = 0 (which means that the value has no length, so it's null). Is that what you are looking for? Can you post some sample data we can play with? Is FndCT_SDF_Ctgy a literal, a numeric value, is it an expression from another chart?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2012 12:26:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-in-Set-Analysis/m-p/262499#M98829</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2012-01-10T12:26:21Z</dc:date>
    </item>
    <item>
      <title>Help in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Help-in-Set-Analysis/m-p/262500#M98830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi , Try to use this syntax. Count({&amp;lt; FndCT_SDF_Ctgy = {'Same Day'} &amp;gt;} Distinct PRE_AUDIT_ACCT_SCHDL) /&amp;nbsp; (Count(Distinct PRE_AUDIT_ACCT_SCHDL) - Count({&amp;lt; FND_TAG = {'Funded'}, FndCT_SDF_Ctgy = {} &amp;gt;} Distinct PRE_AUDIT_ACCT_SCHDL)) Hope this will help you. Good luck Regards, Nitin Jain&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2012 12:51:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-in-Set-Analysis/m-p/262500#M98830</guid>
      <dc:creator />
      <dc:date>2012-01-10T12:51:15Z</dc:date>
    </item>
    <item>
      <title>Help in Set Analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Help-in-Set-Analysis/m-p/262501#M98831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; No even this is not working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2012 15:25:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-in-Set-Analysis/m-p/262501#M98831</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-01-10T15:25:15Z</dc:date>
    </item>
  </channel>
</rss>

