<?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 Two periods Selections in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Create-Two-periods-Selections/m-p/1014024#M943162</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i create the underneath selections see the red&amp;nbsp; (see red markered zone) in to qlikview ? which variables and expressions should i create?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: this Report is from SQL Server Reporting Services.&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/111796_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greets,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rega&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 17 Jan 2016 09:57:03 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-01-17T09:57:03Z</dc:date>
    <item>
      <title>Create Two periods Selections</title>
      <link>https://community.qlik.com/t5/QlikView/Create-Two-periods-Selections/m-p/1014024#M943162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i create the underneath selections see the red&amp;nbsp; (see red markered zone) in to qlikview ? which variables and expressions should i create?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: this Report is from SQL Server Reporting Services.&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/111796_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greets,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rega&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Jan 2016 09:57:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-Two-periods-Selections/m-p/1014024#M943162</guid>
      <dc:creator />
      <dc:date>2016-01-17T09:57:03Z</dc:date>
    </item>
    <item>
      <title>Re: Create Two periods Selections</title>
      <link>https://community.qlik.com/t5/QlikView/Create-Two-periods-Selections/m-p/1014025#M943163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have a look here: &lt;A href="https://community.qlik.com/message/871590"&gt;Re: Date Range setting&lt;/A&gt; and &lt;A href="https://community.qlik.com/message/949085"&gt;Re: Using Calendar Objects to Create Variables&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Jan 2016 14:59:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-Two-periods-Selections/m-p/1014025#M943163</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-01-17T14:59:19Z</dc:date>
    </item>
    <item>
      <title>Re: Create Two periods Selections</title>
      <link>https://community.qlik.com/t5/QlikView/Create-Two-periods-Selections/m-p/1014026#M943164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;You can use Slider/Calendar Object (in your example it's need 4 objects).&lt;/P&gt;&lt;P&gt;Add variables for each &lt;SPAN style="font-size: 13.3333px;"&gt;Calendar Object (vPeriod1Start,&lt;SPAN style="font-size: 13.3333px;"&gt;vPeriod1End, &lt;SPAN style="font-size: 13.3333px;"&gt;vPeriod2Start,&lt;SPAN style="font-size: 13.3333px;"&gt;vPeriod2End&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;and your expression look like:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;1) count({&amp;lt; DATE= {"&amp;gt;='$(vPeriod1Start)'&amp;lt;='$(vPeriod1End)'"}&amp;gt;} VALUE)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;2) count({&amp;lt; DATE= {"&amp;gt;='$(vPeriod2Start)'&amp;lt;='$(vPeriod2End)'"}&amp;gt;} VALUE)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;And for your label column use expression: date($(vPeriod1Start))&amp;amp;' to '&amp;amp;date($(vPeriod1End))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2016 15:17:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-Two-periods-Selections/m-p/1014026#M943164</guid>
      <dc:creator>t_chetirbok</dc:creator>
      <dc:date>2016-01-18T15:17:58Z</dc:date>
    </item>
  </channel>
</rss>

