<?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: No data to be displayed in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/No-data-to-be-displayed/m-p/495462#M185318</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great! It worked. Thanks and appreciate it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Sep 2013 19:02:11 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-09-30T19:02:11Z</dc:date>
    <item>
      <title>No data to be displayed</title>
      <link>https://community.qlik.com/t5/QlikView/No-data-to-be-displayed/m-p/495455#M185311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;I have a requirement. I have a couple of list boxes (List boxes A, B , C, D say) in a sheet. and then there are few charts (say X, Y, Z).&lt;/P&gt;&lt;P&gt;The problem statements is when any value is selected from List box A, Chart X shouldn't show any data even though it has relevant data to be shown. And again when any value from List Box B is selected, then Chart Y shouldn't show any data&amp;nbsp; even though it has relevant data to be shown. And in any other time if none of the value is selected from either A or B, both the graph should act as usual. And if list boxes C or D is selected, the graphs should still show data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Sep 2013 18:12:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/No-data-to-be-displayed/m-p/495455#M185311</guid>
      <dc:creator />
      <dc:date>2013-09-30T18:12:22Z</dc:date>
    </item>
    <item>
      <title>Re: No data to be displayed</title>
      <link>https://community.qlik.com/t5/QlikView/No-data-to-be-displayed/m-p/495456#M185312</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;Without view the data model and sample file, its difficult to give solutions. Can you please provide a sample file?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Sep 2013 18:22:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/No-data-to-be-displayed/m-p/495456#M185312</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2013-09-30T18:22:40Z</dc:date>
    </item>
    <item>
      <title>Re: Re: No data to be displayed</title>
      <link>https://community.qlik.com/t5/QlikView/No-data-to-be-displayed/m-p/495457#M185313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the response.&lt;/P&gt;&lt;P&gt;Please find attached a sample file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Sep 2013 18:34:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/No-data-to-be-displayed/m-p/495457#M185313</guid>
      <dc:creator />
      <dc:date>2013-09-30T18:34:03Z</dc:date>
    </item>
    <item>
      <title>Re: No data to be displayed</title>
      <link>https://community.qlik.com/t5/QlikView/No-data-to-be-displayed/m-p/495458#M185314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bikash,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use Calculated Condition (or Show Condition to hide the charts completely), and use GetSelectedCount() as condition.&amp;nbsp; For example, calculated condition for chart X would be&lt;/P&gt;&lt;P&gt;GetSelectedCount(A)&amp;gt;0&lt;/P&gt;&lt;P&gt;or even simply GetSelectedCount(A) - it implies "&amp;gt;0"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope you'll figure out the rest.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit: I got it just the opposit way, the condition for X is GetSelectedCount(A)=0&amp;nbsp; (that is, no selections)&lt;/P&gt;&lt;P&gt;Edit 2: See attached, I added calclution conditions to charts X and Y&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Sep 2013 18:34:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/No-data-to-be-displayed/m-p/495458#M185314</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-09-30T18:34:11Z</dc:date>
    </item>
    <item>
      <title>Re: No data to be displayed</title>
      <link>https://community.qlik.com/t5/QlikView/No-data-to-be-displayed/m-p/495459#M185315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bikash,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;on chart properties&amp;gt;&amp;gt; general tab&amp;gt;&amp;gt; calculation condition, use expression, for example :&lt;/P&gt;&lt;P&gt;let say for Chart X,&amp;nbsp; you can write like, =count(distinct A)&amp;gt;=1,&lt;/P&gt;&lt;P&gt;mean when 1&amp;nbsp; or more values will be selected in list A then it will be calculated. and you can show a message to user to select 1 or more values from list A to see the data.&lt;/P&gt;&lt;P&gt;you can manage the others in same way...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="calculation condition.png" class="jive-image" src="/legacyfs/online/47060_calculation condition.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Sep 2013 18:58:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/No-data-to-be-displayed/m-p/495459#M185315</guid>
      <dc:creator>israrkhan</dc:creator>
      <dc:date>2013-09-30T18:58:20Z</dc:date>
    </item>
    <item>
      <title>Re: No data to be displayed</title>
      <link>https://community.qlik.com/t5/QlikView/No-data-to-be-displayed/m-p/495460#M185316</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 like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GetSelectedCount(Revenuefacttable.BillToName) = 0 In calculation condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Sep 2013 19:01:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/No-data-to-be-displayed/m-p/495460#M185316</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2013-09-30T19:01:40Z</dc:date>
    </item>
    <item>
      <title>Re: No data to be displayed</title>
      <link>https://community.qlik.com/t5/QlikView/No-data-to-be-displayed/m-p/495461#M185317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the response.&lt;/P&gt;&lt;P&gt;Really appreciate it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Sep 2013 19:01:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/No-data-to-be-displayed/m-p/495461#M185317</guid>
      <dc:creator />
      <dc:date>2013-09-30T19:01:49Z</dc:date>
    </item>
    <item>
      <title>Re: No data to be displayed</title>
      <link>https://community.qlik.com/t5/QlikView/No-data-to-be-displayed/m-p/495462#M185318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great! It worked. Thanks and appreciate it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Sep 2013 19:02:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/No-data-to-be-displayed/m-p/495462#M185318</guid>
      <dc:creator />
      <dc:date>2013-09-30T19:02:11Z</dc:date>
    </item>
  </channel>
</rss>

