<?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: Text in chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Text-in-chart/m-p/642640#M235445</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for reply Nizam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually hospital bills amount is 10000 and null amount is 2000 so total become 12000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't want to show the null data in bar...(bar is ok without null values 10000)&lt;/P&gt;&lt;P&gt;I want to minus the null amount from text in chart expression...... which is showing all hospital + null amount 12000&lt;/P&gt;&lt;P&gt;expression is sum(rate*qty)&lt;/P&gt;&lt;P&gt;what to change in expression to minuse null amount and show only hospistal amount&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thnks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 May 2014 07:34:04 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-05-22T07:34:04Z</dc:date>
    <item>
      <title>Text in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Text-in-chart/m-p/642638#M235443</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;I have a bar graph showing hospital wise bill expense &lt;/P&gt;&lt;P&gt;Dimension of this graph is "hospital" which is checked with option suppress when value is null in dimension tab..&lt;/P&gt;&lt;P&gt;show total option is also checked in dimension limit tab that is why graph total bar shows e.g $10,000 &lt;/P&gt;&lt;P&gt;while expense is more then that i.e $12,000&lt;/P&gt;&lt;P&gt;expression of this graph is sum(rate*qty)&lt;/P&gt;&lt;P&gt;now i want to add text in graph to show the total expense amount as a text in graph... in my case i have added the same expression in text in chart field which shows the amount of $12,000 as a text... while as i mention the supress null result is 10,000 how can i show the $10,000 value in the text field of graph.... &lt;/P&gt;&lt;P&gt;what changes to be made in expression sum(rate*qty) ..???????? plz advice&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Fahad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2014 04:37:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-in-chart/m-p/642638#M235443</guid>
      <dc:creator />
      <dc:date>2014-05-22T04:37:35Z</dc:date>
    </item>
    <item>
      <title>Re: Text in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Text-in-chart/m-p/642639#M235444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As i Understood null value is showing 10,000 u want to show in bar if its so mean&lt;/P&gt;&lt;P&gt;len(trim(hospital))&amp;gt;=1,Hospital,'Others')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2014 04:51:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-in-chart/m-p/642639#M235444</guid>
      <dc:creator>nizamsha</dc:creator>
      <dc:date>2014-05-22T04:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: Text in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Text-in-chart/m-p/642640#M235445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for reply Nizam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually hospital bills amount is 10000 and null amount is 2000 so total become 12000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't want to show the null data in bar...(bar is ok without null values 10000)&lt;/P&gt;&lt;P&gt;I want to minus the null amount from text in chart expression...... which is showing all hospital + null amount 12000&lt;/P&gt;&lt;P&gt;expression is sum(rate*qty)&lt;/P&gt;&lt;P&gt;what to change in expression to minuse null amount and show only hospistal amount&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thnks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2014 07:34:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-in-chart/m-p/642640#M235445</guid>
      <dc:creator />
      <dc:date>2014-05-22T07:34:04Z</dc:date>
    </item>
    <item>
      <title>Re: Text in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Text-in-chart/m-p/642641#M235446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would do it like this:&lt;/P&gt;&lt;P&gt;=sum({&amp;lt;hospital = {"*"} &amp;gt;} rate * qty)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This has a set analysis that will first select all the possible values from hospital field and then calculate the sum for that data set. NULL is not a value that can be selected, so those rows get excluded by doing this. Result should be the 10 000 you wanted to see.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2014 14:34:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-in-chart/m-p/642641#M235446</guid>
      <dc:creator />
      <dc:date>2014-05-22T14:34:34Z</dc:date>
    </item>
    <item>
      <title>Re: Text in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Text-in-chart/m-p/642642#M235447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bingo..............&lt;/P&gt;&lt;P&gt;thanks Mr.Henry that what i wanted&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 May 2014 04:24:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-in-chart/m-p/642642#M235447</guid>
      <dc:creator />
      <dc:date>2014-05-23T04:24:07Z</dc:date>
    </item>
  </channel>
</rss>

