<?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 Using Calendar Objects to Create Variables in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Using-Calendar-Objects-to-Create-Variables/m-p/1065501#M466827</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I am interested in having two calendar objects that would then create variables.&amp;nbsp; The goal of this is to compare fields across a set of dates.&amp;nbsp; Therefore, I would like the first calendar object to set the first date while the second creates another variable for the second date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any thoughts on how I could get this to work?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Jan 2016 18:29:16 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-01-11T18:29:16Z</dc:date>
    <item>
      <title>Using Calendar Objects to Create Variables</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Calendar-Objects-to-Create-Variables/m-p/1065501#M466827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I am interested in having two calendar objects that would then create variables.&amp;nbsp; The goal of this is to compare fields across a set of dates.&amp;nbsp; Therefore, I would like the first calendar object to set the first date while the second creates another variable for the second date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any thoughts on how I could get this to work?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jan 2016 18:29:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Calendar-Objects-to-Create-Variables/m-p/1065501#M466827</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-11T18:29:16Z</dc:date>
    </item>
    <item>
      <title>Re: Using Calendar Objects to Create Variables</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Calendar-Objects-to-Create-Variables/m-p/1065502#M466828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You don't need to create variables for this. You need only two variables like vStart and vEnd and use them within your calendarbox (with min/max-date + date-formats). Then you have two options - one is to use an field-selection action triggered by changes on the variable and the other ist o use set analysis filter within your expressions like: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt; Date = {"&amp;gt;='$(vStart)'&amp;lt;'$(vEnd)'"}&amp;gt;} AnyValue)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is slightly different but I think it's helpful, too: &lt;A href="http://www.youtube.com/watch?v=UTDyO68BYL8" title="http://www.youtube.com/watch?v=UTDyO68BYL8"&gt;Selecting Arbitrary Date Ranges - YouTube&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>Tue, 12 Jan 2016 10:41:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Calendar-Objects-to-Create-Variables/m-p/1065502#M466828</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-01-12T10:41:25Z</dc:date>
    </item>
    <item>
      <title>Re: Using Calendar Objects to Create Variables</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Calendar-Objects-to-Create-Variables/m-p/1065503#M466829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Let's say I have a field "Year", which I use as my calendar selection field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I use what is selected in each calendar object in an expression or as a field in a table I create?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2016 19:19:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Calendar-Objects-to-Create-Variables/m-p/1065503#M466829</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-12T19:19:04Z</dc:date>
    </item>
    <item>
      <title>Re: Using Calendar Objects to Create Variables</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Calendar-Objects-to-Create-Variables/m-p/1065504#M466830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In other words.&amp;nbsp; I want to select from&amp;nbsp; a set of dates in the calendar and have what ever date I select be a variable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2016 19:23:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Calendar-Objects-to-Create-Variables/m-p/1065504#M466830</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-12T19:23:05Z</dc:date>
    </item>
    <item>
      <title>Re: Using Calendar Objects to Create Variables</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Calendar-Objects-to-Create-Variables/m-p/1065505#M466831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe you are thinking this too complicated - qlikview has (regulary build) an associative datamodel by which all data are linked per key-fields. If you made a selection all available data are then included within the views and calculations (unless you used advanced techniques like alternate states or set analysis). A good starting point is this here: &lt;A href="https://community.qlik.com/docs/DOC-8844"&gt;Get started with developing qlik datamodels&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to compare data against various time-periods then you should use a master-calendar and create flags for these periods, many examples to these topics could you find here: &lt;A href="https://community.qlik.com/docs/DOC-8843"&gt;How to use - Master-Calendar and Date-Values&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>Wed, 13 Jan 2016 06:29:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Calendar-Objects-to-Create-Variables/m-p/1065505#M466831</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-01-13T06:29:27Z</dc:date>
    </item>
  </channel>
</rss>

