<?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: How to create to and from calander objects and, how do you filter data with these multiple selections? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-create-to-and-from-calander-objects-and-how-do-you-filter/m-p/1077589#M359394</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;Check this link for sample&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-9090"&gt;Implementing From and To Date Selection using Calendar Objects&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Mar 2016 01:43:21 GMT</pubDate>
    <dc:creator>jagan</dc:creator>
    <dc:date>2016-03-03T01:43:21Z</dc:date>
    <item>
      <title>How to create to and from calander objects and, how do you filter data with these multiple selections?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-to-and-from-calander-objects-and-how-do-you-filter/m-p/1077587#M359392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am facing the issue where I have setup two calendar objects to select dates from and to yet when I make the selections my report will not filter down to the data that I al looking for. I have utilized variables and set the min and max on both but when I make the selections the variable changes per my selection. For example, I set my default start date to 01-Jan-2016 by using a variable and the to date to by setting a variable =Today() then, I used the min and max of my date field and when I make my selections nothing changes on the bar chart associated to the data but the variable dates have changed in the variable overview. As I have explained I have set both variables in the report yet nothing seems to adjust once I have made the selections only the value of my variables change. Is there some way I can anchor down the value of those variables? If I insert a list box I can make a selection based on my &lt;STRONG&gt;Date.Ship&lt;/STRONG&gt; and everything adjusts. Am I doing something wrong or is this not an option? Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is for my from calendar object.&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/116704_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is from my to calendar object.&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/116705_pastedImage_1.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2016 22:22:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-to-and-from-calander-objects-and-how-do-you-filter/m-p/1077587#M359392</guid>
      <dc:creator>ecrobles18</dc:creator>
      <dc:date>2016-03-02T22:22:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to create to and from calander objects and, how do you filter data with these multiple selections?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-to-and-from-calander-objects-and-how-do-you-filter/m-p/1077588#M359393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It seems you are able to set your From &amp;amp; To variables, but how should a table or a chart know that it must take those variables into account? Do you use set analysis to force a table reduction to only use transactions that fall in this From/To-range?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also note that once you select a Date.Ship value in a listbox (or in a table or anywhere else, for example by selecting another field value that through associative logic reduces Date.Ship to fewer values), your From/To-calendars will reduce themselves too because of the Min Value/Max Value expressions that get re-evaluated. I think you should add entire set &lt;STRONG style="font-family: 'courier new', courier;"&gt;{1}&lt;/STRONG&gt; to each Min/Max expression, like in&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;=min( {1} Date.Ship )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;and&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; font-size: 10pt; font-family: 'courier new', courier;"&gt;=max( {1} Date.Ship )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;in order to make them immune to any other selection .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Best,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Peter&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Mar 2016 23:39:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-to-and-from-calander-objects-and-how-do-you-filter/m-p/1077588#M359393</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2016-03-02T23:39:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to create to and from calander objects and, how do you filter data with these multiple selections?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-to-and-from-calander-objects-and-how-do-you-filter/m-p/1077589#M359394</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;Check this link for sample&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-9090"&gt;Implementing From and To Date Selection using Calendar Objects&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Mar 2016 01:43:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-to-and-from-calander-objects-and-how-do-you-filter/m-p/1077589#M359394</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2016-03-03T01:43:21Z</dc:date>
    </item>
  </channel>
</rss>

