<?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: variable date selections in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/variable-date-selections/m-p/1261602#M397884</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be use two expressions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DIM: Shop&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Exp :sum({$} SALES)&amp;nbsp;&amp;nbsp; (current selections)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Exp: Sum({$1} SALES) Previous Selection)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Feb 2017 10:44:22 GMT</pubDate>
    <dc:creator>sasikanth</dc:creator>
    <dc:date>2017-02-24T10:44:22Z</dc:date>
    <item>
      <title>variable date selections</title>
      <link>https://community.qlik.com/t5/QlikView/variable-date-selections/m-p/1261600#M397882</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 a dashboard wit date-selections (Year, Quarter, Month, week, day)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have Barcharts with the shop on the x-as and a bar for the selection and a bar for the precious selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the user selects only a year He would like to see in the charts the data of the selected year and the data of the precious year.&lt;/P&gt;&lt;P&gt;If he selects a quarter, he would like to see the data of the selected quarter and the data of the previous Quarter.&lt;/P&gt;&lt;P&gt;and so for the month, week and day.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How Can I do this sipmple. Now I have a chart for ever selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Kris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Feb 2017 10:33:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/variable-date-selections/m-p/1261600#M397882</guid>
      <dc:creator>kris_vliegen</dc:creator>
      <dc:date>2017-02-24T10:33:06Z</dc:date>
    </item>
    <item>
      <title>Re: variable date selections</title>
      <link>https://community.qlik.com/t5/QlikView/variable-date-selections/m-p/1261601#M397883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be use different set analysis based on different selections.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Feb 2017 10:37:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/variable-date-selections/m-p/1261601#M397883</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-02-24T10:37:17Z</dc:date>
    </item>
    <item>
      <title>Re: variable date selections</title>
      <link>https://community.qlik.com/t5/QlikView/variable-date-selections/m-p/1261602#M397884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be use two expressions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DIM: Shop&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Exp :sum({$} SALES)&amp;nbsp;&amp;nbsp; (current selections)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Exp: Sum({$1} SALES) Previous Selection)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Feb 2017 10:44:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/variable-date-selections/m-p/1261602#M397884</guid>
      <dc:creator>sasikanth</dc:creator>
      <dc:date>2017-02-24T10:44:22Z</dc:date>
    </item>
    <item>
      <title>Re: variable date selections</title>
      <link>https://community.qlik.com/t5/QlikView/variable-date-selections/m-p/1261603#M397885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just sharing a thought,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a variable and put a trigger to update the value of the variable to year, Month, Quarter or etc selected. Create two variables having the text forming the set expression &lt;SPAN style="font-size: 13.3333px;"&gt;one for Current bar chart and another for &lt;/SPAN&gt;previous&lt;SPAN style="font-size: 13.3333px;"&gt; bar chart.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use these variables in the expressions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Feb 2017 11:00:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/variable-date-selections/m-p/1261603#M397885</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-24T11:00:05Z</dc:date>
    </item>
    <item>
      <title>Re: variable date selections</title>
      <link>https://community.qlik.com/t5/QlikView/variable-date-selections/m-p/1261604#M397886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The best solution by far, which you could customize according to your Dashboard:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-4313" title="https://community.qlik.com/docs/DOC-4313"&gt;https://community.qlik.com/docs/DOC-4313&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Feb 2017 13:16:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/variable-date-selections/m-p/1261604#M397886</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-24T13:16:34Z</dc:date>
    </item>
    <item>
      <title>Re: variable date selections</title>
      <link>https://community.qlik.com/t5/QlikView/variable-date-selections/m-p/1261605#M397887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have an example of this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A trigger on anySelect?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I have a graph per dateselection.&lt;/P&gt;&lt;P&gt;To show the year-graph I use this conditional format&lt;/P&gt;&lt;P&gt;=GetSelectedCount(_CalYear)&amp;lt;&amp;gt;0 and GetSelectedCount(_CalQuarter)=0 and GetSelectedCount(_CalMonth)=0 and GetSelectedCount(_CalWeek)=0 and GetSelectedCount(_CalDay)=0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Feb 2017 14:31:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/variable-date-selections/m-p/1261605#M397887</guid>
      <dc:creator>kris_vliegen</dc:creator>
      <dc:date>2017-02-24T14:31:52Z</dc:date>
    </item>
  </channel>
</rss>

