<?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 need to display only null values in chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/need-to-display-only-null-values-in-chart/m-p/1038147#M349731</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;We need to display only null values in fronted chart,this is the requirement according to that i have created, for i wrote below expression&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(if(IsNull([Product Number])=-1 ,'' , Null())&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp; , I can find all null values ,But some product still shows values those are 950093 ,552825 ,552824 and 552823&amp;nbsp; this wrong , &lt;STRONG&gt;my answer is if have value we need to hide that entire row&lt;/STRONG&gt; Please below screen shot.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="null.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/114714_null.PNG" style="height: 363px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;Could you please help me.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Advance Thanks &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Munna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Feb 2016 04:40:34 GMT</pubDate>
    <dc:creator>Srinivas</dc:creator>
    <dc:date>2016-02-16T04:40:34Z</dc:date>
    <item>
      <title>need to display only null values in chart</title>
      <link>https://community.qlik.com/t5/QlikView/need-to-display-only-null-values-in-chart/m-p/1038147#M349731</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;We need to display only null values in fronted chart,this is the requirement according to that i have created, for i wrote below expression&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(if(IsNull([Product Number])=-1 ,'' , Null())&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp; , I can find all null values ,But some product still shows values those are 950093 ,552825 ,552824 and 552823&amp;nbsp; this wrong , &lt;STRONG&gt;my answer is if have value we need to hide that entire row&lt;/STRONG&gt; Please below screen shot.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="null.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/114714_null.PNG" style="height: 363px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;Could you please help me.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Advance Thanks &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Munna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Feb 2016 04:40:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/need-to-display-only-null-values-in-chart/m-p/1038147#M349731</guid>
      <dc:creator>Srinivas</dc:creator>
      <dc:date>2016-02-16T04:40:34Z</dc:date>
    </item>
    <item>
      <title>Re: need to display only null values in chart</title>
      <link>https://community.qlik.com/t5/QlikView/need-to-display-only-null-values-in-chart/m-p/1038148#M349732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try&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(len(trim([&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Product Number&lt;/STRONG&gt;]))=-1, 'Null())',&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Feb 2016 04:45:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/need-to-display-only-null-values-in-chart/m-p/1038148#M349732</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-02-16T04:45:34Z</dc:date>
    </item>
    <item>
      <title>Re: need to display only null values in chart</title>
      <link>https://community.qlik.com/t5/QlikView/need-to-display-only-null-values-in-chart/m-p/1038149#M349733</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;Try this expression, no need of calculated dimension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[&lt;/SPAN&gt;&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Product Number&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;]-={'*'}&amp;gt;&lt;/SPAN&gt;} MeasureName)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: Replace &lt;SPAN style="font-size: 13.3333px;"&gt;MeasureName with your actual field name.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REgards,&lt;/P&gt;&lt;P&gt;jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Feb 2016 04:57:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/need-to-display-only-null-values-in-chart/m-p/1038149#M349733</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2016-02-16T04:57:17Z</dc:date>
    </item>
    <item>
      <title>Re: need to display only null values in chart</title>
      <link>https://community.qlik.com/t5/QlikView/need-to-display-only-null-values-in-chart/m-p/1038150#M349734</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;You can try,&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(Len(Trim([&lt;/SPAN&gt;&lt;STRONG style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Product Number&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;]))=0,'')&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Feb 2016 05:01:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/need-to-display-only-null-values-in-chart/m-p/1038150#M349734</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2016-02-16T05:01:52Z</dc:date>
    </item>
    <item>
      <title>Re: need to display only null values in chart</title>
      <link>https://community.qlik.com/t5/QlikView/need-to-display-only-null-values-in-chart/m-p/1038151#M349735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;Try this expression&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum({1-&amp;lt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[&lt;/SPAN&gt;Product Number&lt;/STRONG&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;]={'*'}&amp;gt;}Measure)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Feb 2016 05:11:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/need-to-display-only-null-values-in-chart/m-p/1038151#M349735</guid>
      <dc:creator>sasikanth</dc:creator>
      <dc:date>2016-02-16T05:11:14Z</dc:date>
    </item>
    <item>
      <title>Re: need to display only null values in chart</title>
      <link>https://community.qlik.com/t5/QlikView/need-to-display-only-null-values-in-chart/m-p/1038152#M349736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;and&amp;nbsp; give&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;SET Nullvalue = '';&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;NULLASVALUE *;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;A _jive_internal="true" class="jive-acclaim-likelink" data-command="like" data-object-id="815827" data-object-type="2" href="https://community.qlik.com/message/775943" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;"&gt;Re: Null values in tables&lt;/A&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Feb 2016 05:17:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/need-to-display-only-null-values-in-chart/m-p/1038152#M349736</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-02-16T05:17:09Z</dc:date>
    </item>
    <item>
      <title>Re: need to display only null values in chart</title>
      <link>https://community.qlik.com/t5/QlikView/need-to-display-only-null-values-in-chart/m-p/1038153#M349737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srinivas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is the name of the first column in your table??..if that first column is any key for that table (if not a measure), then use below expression instead of your first column as caluculated dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;(if(IsNull([Product Number])=-1 ,'your first column name here')&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;Hope this will help..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Feb 2016 06:47:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/need-to-display-only-null-values-in-chart/m-p/1038153#M349737</guid>
      <dc:creator>pavan045</dc:creator>
      <dc:date>2016-02-16T06:47:35Z</dc:date>
    </item>
  </channel>
</rss>

