<?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 Display all values if one date is selected in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Display-all-values-if-one-date-is-selected/m-p/586642#M543819</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;i have a little problem with line chart. I want it to display values for the period if the period is selected, but when a certain date is selected - i want it to display all values, ignoring any date selections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody help?&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 May 2014 04:08:57 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-05-02T04:08:57Z</dc:date>
    <item>
      <title>Display all values if one date is selected</title>
      <link>https://community.qlik.com/t5/QlikView/Display-all-values-if-one-date-is-selected/m-p/586642#M543819</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;i have a little problem with line chart. I want it to display values for the period if the period is selected, but when a certain date is selected - i want it to display all values, ignoring any date selections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody help?&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2014 04:08:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-all-values-if-one-date-is-selected/m-p/586642#M543819</guid>
      <dc:creator />
      <dc:date>2014-05-02T04:08:57Z</dc:date>
    </item>
    <item>
      <title>Re: Display all values if one date is selected</title>
      <link>https://community.qlik.com/t5/QlikView/Display-all-values-if-one-date-is-selected/m-p/586643#M543820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See the attached file.&lt;/P&gt;&lt;P&gt;I hope this is what you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I made only a couple of settings.&lt;/P&gt;&lt;P&gt;On general tab of the line chart, "&lt;SPAN style="color: #0000ff;"&gt;GetSelectedCount(Date)&amp;lt;&amp;gt;0&lt;/SPAN&gt;" means more than one value is needed to be selected in the list box of Date field to show this graph.&lt;/P&gt;&lt;P&gt;On expression tab, "&lt;SPAN style="color: #0000ff;"&gt;Sum({1} Sales)&lt;/SPAN&gt;" means this chart always shows all the data regardless of the selections in list boxes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2014 04:47:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-all-values-if-one-date-is-selected/m-p/586643#M543820</guid>
      <dc:creator />
      <dc:date>2014-05-02T04:47:12Z</dc:date>
    </item>
    <item>
      <title>Re: Display all values if one date is selected</title>
      <link>https://community.qlik.com/t5/QlikView/Display-all-values-if-one-date-is-selected/m-p/586644#M543821</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;=If(Only(DateDimensionName) = '1/1/2014', Sum({&amp;lt;DateDimensionName=&amp;gt;}MeasureName), Sum(MeasureName))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Replace DateDimensionName with your date field, MeasureName with you measure and replace 1/1/2014 with your date.&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>Fri, 02 May 2014 05:13:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-all-values-if-one-date-is-selected/m-p/586644#M543821</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-05-02T05:13:06Z</dc:date>
    </item>
    <item>
      <title>Re: Display all values if one date is selected</title>
      <link>https://community.qlik.com/t5/QlikView/Display-all-values-if-one-date-is-selected/m-p/586645#M543822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could just use this in your expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(GetSelectedCount(Date)&amp;gt;1,sum(Sales),sum({1}Sales))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2014 06:10:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-all-values-if-one-date-is-selected/m-p/586645#M543822</guid>
      <dc:creator />
      <dc:date>2014-05-02T06:10:55Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Display all values if one date is selected</title>
      <link>https://community.qlik.com/t5/QlikView/Display-all-values-if-one-date-is-selected/m-p/586646#M543823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sum({1}sales) will block all you selection&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please see the attched file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2014 06:22:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-all-values-if-one-date-is-selected/m-p/586646#M543823</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2014-05-02T06:22:49Z</dc:date>
    </item>
  </channel>
</rss>

