<?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 Exclude blank/null from straight table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Exclude-blank-null-from-straight-table/m-p/1015581#M464349</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a data set with a column for Name_of_Covered_Drug and a column for the Total_Spend associated to that drug. There is some spend reported that is not associated to a drug so the Name_of_Covered_Drug can be blank. I want a table showing top 10 drugs by spend&amp;nbsp; but my table keeps including a single bar grouping all the blank drug names. I tried "Suppress when value is null" in Dimensions and I also tried the expression of &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum ({$&amp;lt;Name_of_Covered_Drug-={NULL}&amp;gt;}Total_Spend)&lt;/P&gt;&lt;P&gt;also Sum ({$&amp;lt;&lt;SPAN style="font-size: 13.3333px;"&gt;Name_of_Covered_Drug&lt;/SPAN&gt;={"*"}&amp;gt;} &lt;SPAN style="font-size: 13.3333px;"&gt;Total_Spend&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any advice on how to type expression so that it will give me Total Spend only when a drug name is present(excluding nulls)?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Apr 2016 15:28:12 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-04-25T15:28:12Z</dc:date>
    <item>
      <title>Exclude blank/null from straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-blank-null-from-straight-table/m-p/1015581#M464349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a data set with a column for Name_of_Covered_Drug and a column for the Total_Spend associated to that drug. There is some spend reported that is not associated to a drug so the Name_of_Covered_Drug can be blank. I want a table showing top 10 drugs by spend&amp;nbsp; but my table keeps including a single bar grouping all the blank drug names. I tried "Suppress when value is null" in Dimensions and I also tried the expression of &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum ({$&amp;lt;Name_of_Covered_Drug-={NULL}&amp;gt;}Total_Spend)&lt;/P&gt;&lt;P&gt;also Sum ({$&amp;lt;&lt;SPAN style="font-size: 13.3333px;"&gt;Name_of_Covered_Drug&lt;/SPAN&gt;={"*"}&amp;gt;} &lt;SPAN style="font-size: 13.3333px;"&gt;Total_Spend&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any advice on how to type expression so that it will give me Total Spend only when a drug name is present(excluding nulls)?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Apr 2016 15:28:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-blank-null-from-straight-table/m-p/1015581#M464349</guid>
      <dc:creator />
      <dc:date>2016-04-25T15:28:12Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude blank/null from straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-blank-null-from-straight-table/m-p/1015582#M464350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you try this as your dimension:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Len(Trim(&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Name_of_Covered_Drug)) &amp;gt; 0, &lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Name_of_Covered_Drug)&lt;/STRONG&gt;&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;and now select 'Suppress When Value Is Null' on the dimensions tab&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Apr 2016 15:51:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-blank-null-from-straight-table/m-p/1015582#M464350</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-25T15:51:41Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude blank/null from straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-blank-null-from-straight-table/m-p/1015583#M464351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perfect! Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Apr 2016 00:45:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-blank-null-from-straight-table/m-p/1015583#M464351</guid>
      <dc:creator />
      <dc:date>2016-04-26T00:45:46Z</dc:date>
    </item>
  </channel>
</rss>

