<?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: how to exclude null values in straight table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-to-exclude-null-values-in-straight-table/m-p/87587#M756579</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;As per my knowlege there is No option are avilable to show total of dimension you can try some work around menstion in below link&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/256804"&gt;Total with dimension value&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or&lt;/P&gt;&lt;P&gt;Try this In Your expression&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;fabs(Interval(max(EnterDate) - Today(),'d'))&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: 13.3333px;"&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: 13.3333px;"&gt;Regards&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: 13.3333px;"&gt;Raman &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Sep 2018 10:31:01 GMT</pubDate>
    <dc:creator>raman_rastogi</dc:creator>
    <dc:date>2018-09-19T10:31:01Z</dc:date>
    <item>
      <title>how to exclude null values in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-exclude-null-values-in-straight-table/m-p/87582#M756574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a straight table with following dimensions and expressions.&lt;/P&gt;&lt;P&gt;Dimensions: Department,Title Name,Skill Name,Enter Date, jobid.&lt;/P&gt;&lt;P&gt;Expression 1:&amp;nbsp;&amp;nbsp; =Count(DISTINCT{&amp;lt;Recruiter={'Irfan Memon','Rajiv Ranjan','Aditi Saxena','Sneha Singh'},JobClassid={4}&amp;gt;}jobid)&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Expression 2:&amp;nbsp; =Sum(Aggr(Sum(DISTINCT {&amp;lt;Recruiter = {'Irfan Memon', 'Rajiv Ranjan', 'Aditi Saxena', 'Sneha Singh'}, JobClassid = {4}, Date_Flag={'EnterDate'}&amp;gt;} NoOpenings), jobid))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;For these dimensions and expression my chart has correct output see below&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/213917_Capture.JPG" style="height: 286px; width: 620px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Now I added one more column,Expression is: =fabs(Interval(EnterDate - Today(),'d')). &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;When i added the column with this expression all null values are also coming. Why i am not understanding. See this image&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;IMG alt="Capture1.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/213918_Capture1.JPG" style="height: 335px; width: 620px;" /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Please help me out to achieve this&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Thank you in advance&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&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/how-to-exclude-null-values-in-straight-table/m-p/87582#M756574</guid>
      <dc:creator>bvssudhakar</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: how to exclude null values in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-exclude-null-values-in-straight-table/m-p/87583#M756575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Provide with the sample data&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2018 09:53:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-exclude-null-values-in-straight-table/m-p/87583#M756575</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-19T09:53:25Z</dc:date>
    </item>
    <item>
      <title>Re: how to exclude null values in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-exclude-null-values-in-straight-table/m-p/87584#M756576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aruna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the attachment&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2018 10:02:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-exclude-null-values-in-straight-table/m-p/87584#M756576</guid>
      <dc:creator>bvssudhakar</dc:creator>
      <dc:date>2018-09-19T10:02:05Z</dc:date>
    </item>
    <item>
      <title>Re: how to exclude null values in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-exclude-null-values-in-straight-table/m-p/87585#M756577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sudhakar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here in your expression 1 and 2 you are grouping your joibId and &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;NoOpenings and in 3rd expression your calculating intreval in detail level.&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: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;fabs(Interval(EnterDate - Today(),'d'))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Instead of expression make it&amp;nbsp; calculated dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;share sample data or app to look more&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raman &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2018 10:08:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-exclude-null-values-in-straight-table/m-p/87585#M756577</guid>
      <dc:creator>raman_rastogi</dc:creator>
      <dc:date>2018-09-19T10:08:45Z</dc:date>
    </item>
    <item>
      <title>Re: how to exclude null values in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-exclude-null-values-in-straight-table/m-p/87586#M756578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raman,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have changed that expression as a dimension now it's working perfectly. But i have one small query&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i show the total for that calculate column&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2018 10:17:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-exclude-null-values-in-straight-table/m-p/87586#M756578</guid>
      <dc:creator>bvssudhakar</dc:creator>
      <dc:date>2018-09-19T10:17:34Z</dc:date>
    </item>
    <item>
      <title>Re: how to exclude null values in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-exclude-null-values-in-straight-table/m-p/87587#M756579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;As per my knowlege there is No option are avilable to show total of dimension you can try some work around menstion in below link&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/256804"&gt;Total with dimension value&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or&lt;/P&gt;&lt;P&gt;Try this In Your expression&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;fabs(Interval(max(EnterDate) - Today(),'d'))&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: 13.3333px;"&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: 13.3333px;"&gt;Regards&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: 13.3333px;"&gt;Raman &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2018 10:31:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-exclude-null-values-in-straight-table/m-p/87587#M756579</guid>
      <dc:creator>raman_rastogi</dc:creator>
      <dc:date>2018-09-19T10:31:01Z</dc:date>
    </item>
    <item>
      <title>Re: how to exclude null values in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-exclude-null-values-in-straight-table/m-p/87588#M756580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raman,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's not working. it is giving eeror in calculated dimension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using personal edition. So I can't open those files in that thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any possible way?? Please suggest &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2018 10:44:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-exclude-null-values-in-straight-table/m-p/87588#M756580</guid>
      <dc:creator>bvssudhakar</dc:creator>
      <dc:date>2018-09-19T10:44:18Z</dc:date>
    </item>
    <item>
      <title>Re: how to exclude null values in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-exclude-null-values-in-straight-table/m-p/87589#M756581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In your data model there are some jobid which are not mapped with &lt;SPAN style="font-size: 13.3333px;"&gt;departments &lt;/SPAN&gt;(shown in table chart)&lt;/P&gt;&lt;P&gt;If you do not want to show null value in your table you can suppress null values for Department dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As we can not show total of dimension values ,if you want to show total you have to make expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this in your expression&lt;/P&gt;&lt;P&gt;(Interval( Today()-max(EnterDate),'d'))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And change Total mode to sum of rows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raman Rastogi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2018 13:10:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-exclude-null-values-in-straight-table/m-p/87589#M756581</guid>
      <dc:creator>raman_rastogi</dc:creator>
      <dc:date>2018-09-19T13:10:20Z</dc:date>
    </item>
    <item>
      <title>Re: how to exclude null values in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-exclude-null-values-in-straight-table/m-p/87590#M756582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can try leaving your fabs formula as expression (and c&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;hange Total mode to sum of rows)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;but change your first dimension to this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=if((Aggr(Sum(DISTINCT {&amp;lt;Recruiter = {'Irfan Memon', 'Rajiv Ranjan', 'Aditi Saxena', 'Sneha Singh'}, JobClassid = {4}, Date_Flag={'EnterDate'}&amp;gt;} NoOpenings), jobid))&amp;gt;0,If(Len(Trim(Department)) &amp;gt; 0, Department),Null())&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;And supress Null Values for this first dimension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="213952" alt="Unbenannt.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/213952_Unbenannt.png" style="height: 234px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2018 13:43:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-exclude-null-values-in-straight-table/m-p/87590#M756582</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2018-09-19T13:43:45Z</dc:date>
    </item>
    <item>
      <title>Re: how to exclude null values in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-exclude-null-values-in-straight-table/m-p/87591#M756583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Frank,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's working perfectly. Thank you, Thank you so much for your support &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2018 14:47:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-exclude-null-values-in-straight-table/m-p/87591#M756583</guid>
      <dc:creator>bvssudhakar</dc:creator>
      <dc:date>2018-09-19T14:47:09Z</dc:date>
    </item>
  </channel>
</rss>

