<?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: Don't suppress null() in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Don-t-suppress-null/m-p/855555#M299883</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="s nulls.PNG" class="jive-image image-1" src="/legacyfs/online/85414_s nulls.PNG" style="height: 531px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Apr 2015 11:56:56 GMT</pubDate>
    <dc:creator>buzzy996</dc:creator>
    <dc:date>2015-04-30T11:56:56Z</dc:date>
    <item>
      <title>Don't suppress null()</title>
      <link>https://community.qlik.com/t5/QlikView/Don-t-suppress-null/m-p/855550#M299878</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;I have a straight table with a count expression and it's showing only rows which are meeting criteria and suppressing others.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Expression is - =count({&amp;lt;ReportedMonth={$(vCurrentActMonth)},ReportedYear= {$(vCurrentActYear)}&amp;gt;} distinct floor(CreatedOn))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I want all Employee Name, irrespective of when it was created. if it doesn't match the criteria, show 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried unchecking suppress null values in both dimension and expression, but nothing worked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Navdeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 11:22:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Don-t-suppress-null/m-p/855550#M299878</guid>
      <dc:creator />
      <dc:date>2015-04-30T11:22:15Z</dc:date>
    </item>
    <item>
      <title>Re: Don't suppress null()</title>
      <link>https://community.qlik.com/t5/QlikView/Don-t-suppress-null/m-p/855551#M299879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can u try this way,&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;=If(isnull(count({&amp;lt;ReportedMonth={$(vCurrentActMonth)},ReportedYear= {$(vCurrentActYear)}&amp;gt;} distinct floor(CreatedOn))),null(),&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;count({&amp;lt;ReportedMonth={$(vCurrentActMonth)},ReportedYear= {$(vCurrentActYear)}&amp;gt;} distinct floor(CreatedOn)))&lt;/SPAN&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;&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;else if possible share ur qvw?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 11:36:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Don-t-suppress-null/m-p/855551#M299879</guid>
      <dc:creator>buzzy996</dc:creator>
      <dc:date>2015-04-30T11:36:26Z</dc:date>
    </item>
    <item>
      <title>Re: Don't suppress null()</title>
      <link>https://community.qlik.com/t5/QlikView/Don-t-suppress-null/m-p/855552#M299880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post a qlikview document that demonstrates the problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 11:41:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Don-t-suppress-null/m-p/855552#M299880</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-04-30T11:41:57Z</dc:date>
    </item>
    <item>
      <title>Re: Don't suppress null()</title>
      <link>https://community.qlik.com/t5/QlikView/Don-t-suppress-null/m-p/855553#M299881</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;PFA the app. ! I want to show all rows in table irrsepective of year DOJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 11:49:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Don-t-suppress-null/m-p/855553#M299881</guid>
      <dc:creator />
      <dc:date>2015-04-30T11:49:59Z</dc:date>
    </item>
    <item>
      <title>Re: Don't suppress null()</title>
      <link>https://community.qlik.com/t5/QlikView/Don-t-suppress-null/m-p/855554#M299882</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;What is your expected Count??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 11:56:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Don-t-suppress-null/m-p/855554#M299882</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2015-04-30T11:56:48Z</dc:date>
    </item>
    <item>
      <title>Re: Don't suppress null()</title>
      <link>https://community.qlik.com/t5/QlikView/Don-t-suppress-null/m-p/855555#M299883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="s nulls.PNG" class="jive-image image-1" src="/legacyfs/online/85414_s nulls.PNG" style="height: 531px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 11:56:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Don-t-suppress-null/m-p/855555#M299883</guid>
      <dc:creator>buzzy996</dc:creator>
      <dc:date>2015-04-30T11:56:56Z</dc:date>
    </item>
    <item>
      <title>Re: Don't suppress null()</title>
      <link>https://community.qlik.com/t5/QlikView/Don-t-suppress-null/m-p/855556#M299884</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;I tried but no success.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 11:56:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Don-t-suppress-null/m-p/855556#M299884</guid>
      <dc:creator />
      <dc:date>2015-04-30T11:56:58Z</dc:date>
    </item>
    <item>
      <title>Re: Don't suppress null()</title>
      <link>https://community.qlik.com/t5/QlikView/Don-t-suppress-null/m-p/855557#M299885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then nulls are coming in other columns.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 11:58:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Don-t-suppress-null/m-p/855557#M299885</guid>
      <dc:creator />
      <dc:date>2015-04-30T11:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: Don't suppress null()</title>
      <link>https://community.qlik.com/t5/QlikView/Don-t-suppress-null/m-p/855558#M299886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u have to uncheck the check box by selecting the other dimensions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 12:00:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Don-t-suppress-null/m-p/855558#M299886</guid>
      <dc:creator>buzzy996</dc:creator>
      <dc:date>2015-04-30T12:00:06Z</dc:date>
    </item>
    <item>
      <title>Re: Don't suppress null()</title>
      <link>https://community.qlik.com/t5/QlikView/Don-t-suppress-null/m-p/855559#M299887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No problem with count, &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;just that need to show all values and those who don't meet the criteria should be shown as 0&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 12:00:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Don-t-suppress-null/m-p/855559#M299887</guid>
      <dc:creator />
      <dc:date>2015-04-30T12:00:29Z</dc:date>
    </item>
    <item>
      <title>Re: Don't suppress null()</title>
      <link>https://community.qlik.com/t5/QlikView/Don-t-suppress-null/m-p/855560#M299888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;tried, its generating nulls towards the end and if I suppress null values for others then not showing 0 for other years.&lt;/P&gt;&lt;P&gt;Need to show all details for records which are having 0.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 12:03:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Don-t-suppress-null/m-p/855560#M299888</guid>
      <dc:creator />
      <dc:date>2015-04-30T12:03:04Z</dc:date>
    </item>
    <item>
      <title>Re: Don't suppress null()</title>
      <link>https://community.qlik.com/t5/QlikView/Don-t-suppress-null/m-p/855561#M299889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see this&lt;IMG alt="exp.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/85418_exp.PNG" style="height: 468px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 12:05:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Don-t-suppress-null/m-p/855561#M299889</guid>
      <dc:creator>buzzy996</dc:creator>
      <dc:date>2015-04-30T12:05:42Z</dc:date>
    </item>
    <item>
      <title>Re: Don't suppress null()</title>
      <link>https://community.qlik.com/t5/QlikView/Don-t-suppress-null/m-p/855562#M299890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does this look like what you want? (PFA)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 12:07:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Don-t-suppress-null/m-p/855562#M299890</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-04-30T12:07:10Z</dc:date>
    </item>
    <item>
      <title>Re: Don't suppress null()</title>
      <link>https://community.qlik.com/t5/QlikView/Don-t-suppress-null/m-p/855563#M299891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Correctly pointed, instead of these "-" we need records for those years.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 12:08:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Don-t-suppress-null/m-p/855563#M299891</guid>
      <dc:creator />
      <dc:date>2015-04-30T12:08:08Z</dc:date>
    </item>
    <item>
      <title>Re: Don't suppress null()</title>
      <link>https://community.qlik.com/t5/QlikView/Don-t-suppress-null/m-p/855564#M299892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See attached qvw. If that's not what you're looking you'll have to explain in more detail what you want as result.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 12:10:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Don-t-suppress-null/m-p/855564#M299892</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-04-30T12:10:07Z</dc:date>
    </item>
    <item>
      <title>Re: Don't suppress null()</title>
      <link>https://community.qlik.com/t5/QlikView/Don-t-suppress-null/m-p/855565#M299893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nice one &lt;A _jive_internal="true" href="https://community.qlik.com/people/gwassenaar"&gt;Gysbert Wassenaar&lt;/A&gt;‌. I got the same result using another approach (create another expression and hide it from the properties tab)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 12:12:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Don-t-suppress-null/m-p/855565#M299893</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-04-30T12:12:39Z</dc:date>
    </item>
    <item>
      <title>Re: Don't suppress null()</title>
      <link>https://community.qlik.com/t5/QlikView/Don-t-suppress-null/m-p/855566#M299894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny, Yes it seems good solution, but I am having this expression as one of the many expression in dynamic reports, thus can't use this, it's breaking my other expression. Please suggest some thing else.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 12:15:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Don-t-suppress-null/m-p/855566#M299894</guid>
      <dc:creator />
      <dc:date>2015-04-30T12:15:23Z</dc:date>
    </item>
    <item>
      <title>Re: Don't suppress null()</title>
      <link>https://community.qlik.com/t5/QlikView/Don-t-suppress-null/m-p/855567#M299895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the method proposed by Gysbert.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 12:18:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Don-t-suppress-null/m-p/855567#M299895</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-04-30T12:18:06Z</dc:date>
    </item>
    <item>
      <title>Re: Don't suppress null()</title>
      <link>https://community.qlik.com/t5/QlikView/Don-t-suppress-null/m-p/855568#M299896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;so,u can try &lt;A _jive_internal="true" data-avatarid="6257" data-externalid="" data-online="false" data-presence="null" data-userid="96544" data-username="gwassenaar" href="https://community.qlik.com/people/gwassenaar" style="font-weight: bold; font-size: 11.9999990463257px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #8b8b8b; background-color: #f2f2f2;"&gt;Gysbert Wassenaar&lt;/A&gt;&lt;SPAN style="color: #a9a9a9; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 11.9999990463257px; background-color: #f2f2f2;"&gt;&amp;nbsp; solution.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2015 12:18:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Don-t-suppress-null/m-p/855568#M299896</guid>
      <dc:creator>buzzy996</dc:creator>
      <dc:date>2015-04-30T12:18:29Z</dc:date>
    </item>
  </channel>
</rss>

