<?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 Create a chart that display when a specific date is entered in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Create-a-chart-that-display-when-a-specific-date-is-entered/m-p/148731#M26982</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And to add one more to NMiller's suggestion, if I may...&lt;BR /&gt;To keep the chart as placeholder, not hiding it completely, you can use the same condition in Calculating Condition instead of Show Condition. If it is not met, there will be the blank chart placeholder with the default message "Calculated condition unfulfilled". But you can customize it as well, to something like "Please select year and month"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Jul 2009 07:12:46 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2009-07-08T07:12:46Z</dc:date>
    <item>
      <title>Create a chart that display when a specific date is entered</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-chart-that-display-when-a-specific-date-is-entered/m-p/148729#M26980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have created a chart that will display the total count of different products in for this year. The question that I have how can I create a chart that will only display the total amount of products when the month and year is selected. If the month or year isn't selected, I don't want the charat to show anything.&lt;/P&gt;&lt;P&gt;Thank you in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2009 03:31:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-chart-that-display-when-a-specific-date-is-entered/m-p/148729#M26980</guid>
      <dc:creator />
      <dc:date>2009-07-08T03:31:24Z</dc:date>
    </item>
    <item>
      <title>Create a chart that display when a specific date is entered</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-chart-that-display-when-a-specific-date-is-entered/m-p/148730#M26981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use GetSelectedCount(FieldName) to tell you how many items are selected in a particular field. Then on your chart, set the Conditional Show to require that this value is greater than zero for each field you want to use. Something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;(GetSelectedCount(Month) &amp;gt; 0 And GetSelectedCount(Year) &amp;gt; 0)&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;If you still want to show the chart, but have it be empty, then you can use something like the code above on all your expressions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;If(GetSelectedCount(Month) &amp;gt; 0 And GetSelectedCount(Year) &amp;gt; 0, Expression, Null)&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Then if you have Suppress Missing checked, you'll only see data if something is selected for Month and Year.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2009 04:18:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-chart-that-display-when-a-specific-date-is-entered/m-p/148730#M26981</guid>
      <dc:creator />
      <dc:date>2009-07-08T04:18:07Z</dc:date>
    </item>
    <item>
      <title>Create a chart that display when a specific date is entered</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-chart-that-display-when-a-specific-date-is-entered/m-p/148731#M26982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And to add one more to NMiller's suggestion, if I may...&lt;BR /&gt;To keep the chart as placeholder, not hiding it completely, you can use the same condition in Calculating Condition instead of Show Condition. If it is not met, there will be the blank chart placeholder with the default message "Calculated condition unfulfilled". But you can customize it as well, to something like "Please select year and month"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2009 07:12:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-chart-that-display-when-a-specific-date-is-entered/m-p/148731#M26982</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-07-08T07:12:46Z</dc:date>
    </item>
    <item>
      <title>Re: Create a chart that display when a specific date is entered</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-chart-that-display-when-a-specific-date-is-entered/m-p/148732#M26983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can u tell me how to do the same in the qliksense?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2016 16:08:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-chart-that-display-when-a-specific-date-is-entered/m-p/148732#M26983</guid>
      <dc:creator>harishicon</dc:creator>
      <dc:date>2016-07-08T16:08:15Z</dc:date>
    </item>
  </channel>
</rss>

