<?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 Not to display a value in a chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Not-to-display-a-value-in-a-chart/m-p/371822#M138213</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;I have attached a sample qv applicaion. In this application i have created a chart using vendor name as dimension and month as expression. The vendor name will have list of names. In the chart it should not show the vendor name("Anand","Mark"). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i do this in chart level. Please provide a solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gerard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Jun 2012 07:05:40 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-06-28T07:05:40Z</dc:date>
    <item>
      <title>Not to display a value in a chart</title>
      <link>https://community.qlik.com/t5/QlikView/Not-to-display-a-value-in-a-chart/m-p/371822#M138213</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;I have attached a sample qv applicaion. In this application i have created a chart using vendor name as dimension and month as expression. The vendor name will have list of names. In the chart it should not show the vendor name("Anand","Mark"). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i do this in chart level. Please provide a solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gerard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2012 07:05:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-to-display-a-value-in-a-chart/m-p/371822#M138213</guid>
      <dc:creator />
      <dc:date>2012-06-28T07:05:40Z</dc:date>
    </item>
    <item>
      <title>Re: Not to display a value in a chart</title>
      <link>https://community.qlik.com/t5/QlikView/Not-to-display-a-value-in-a-chart/m-p/371823#M138214</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;PLease find the solution in the attachment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Deepak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2012 07:11:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-to-display-a-value-in-a-chart/m-p/371823#M138214</guid>
      <dc:creator>deepakk</dc:creator>
      <dc:date>2012-06-28T07:11:00Z</dc:date>
    </item>
    <item>
      <title>Re: Not to display a value in a chart</title>
      <link>https://community.qlik.com/t5/QlikView/Not-to-display-a-value-in-a-chart/m-p/371824#M138215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Deepak, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the solution. Its working fine. Instead of giving it in the expression, is there any way to give it in dimension. Since if we pull vendor name as a list box and we select "Anand" " Mark", the graph will show the vendor name with months 0. Is there any way to remove the name from the chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gerard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2012 09:01:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-to-display-a-value-in-a-chart/m-p/371824#M138215</guid>
      <dc:creator />
      <dc:date>2012-06-28T09:01:09Z</dc:date>
    </item>
    <item>
      <title>Re: Not to display a value in a chart</title>
      <link>https://community.qlik.com/t5/QlikView/Not-to-display-a-value-in-a-chart/m-p/371825#M138216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI gerard,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You mean to say you don't want to load that data. If that the case then you have to filter at script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load * from table where VendorName &amp;lt;&amp;gt; 'Anand' or VendorName &amp;lt;&amp;gt; 'Mark'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you wnat you can also filter at the dimension of a chart,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to Dimension --&amp;gt; Add Caluclated&amp;nbsp; DImension --&amp;gt;&amp;nbsp; If (VendorName &amp;lt;&amp;gt; 'Anand' or VendorName &amp;lt;&amp;gt; 'Mark',VendorName)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below you will find a check&amp;nbsp; box for suppress nulll value. Enable it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Deepak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jun 2012 09:10:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-to-display-a-value-in-a-chart/m-p/371825#M138216</guid>
      <dc:creator>deepakk</dc:creator>
      <dc:date>2012-06-28T09:10:12Z</dc:date>
    </item>
  </channel>
</rss>

