<?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: Date between 2 data sources in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Date-between-2-data-sources/m-p/591822#M219428</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If there is common field between two tables or if this dates in the same table then use variables like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let vMin1 = Peek('Date',0,'Temp');&lt;/P&gt;&lt;P&gt;Let vMax1 = Peek('Date',-1,'Temp');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let vMin2 = Peek('Date2',0,'Temp');&lt;/P&gt;&lt;P&gt;Let vMax2 = Peek('Date2',-1,'Temp');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and use this variables in the slider objects.&lt;/P&gt;&lt;P&gt;Let me know&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>Wed, 02 Apr 2014 14:15:56 GMT</pubDate>
    <dc:creator>its_anandrjs</dc:creator>
    <dc:date>2014-04-02T14:15:56Z</dc:date>
    <item>
      <title>Date between 2 data sources</title>
      <link>https://community.qlik.com/t5/QlikView/Date-between-2-data-sources/m-p/591820#M219426</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'm working on a dashboard with 2 data set and both containing multiple months of data. I want to create a slider that allows user to select up to six months data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data 1: contains the most recent six months data (Field Name: LONG_DATE)&lt;/P&gt;&lt;P&gt;Data 2: contains 24 months data. (Field Name: End_Date)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to map them two together so when I select the date on the slider and both data will be apply?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jasmine&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2014 14:08:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-between-2-data-sources/m-p/591820#M219426</guid>
      <dc:creator />
      <dc:date>2014-04-02T14:08:21Z</dc:date>
    </item>
    <item>
      <title>Re: Date between 2 data sources</title>
      <link>https://community.qlik.com/t5/QlikView/Date-between-2-data-sources/m-p/591821#M219427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You must call with the same name both fields data:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;LONG_DATE as mydate&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;load&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;End_Date as mydate&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Use mydate as field in the slider&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2014 14:13:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-between-2-data-sources/m-p/591821#M219427</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-04-02T14:13:21Z</dc:date>
    </item>
    <item>
      <title>Re: Date between 2 data sources</title>
      <link>https://community.qlik.com/t5/QlikView/Date-between-2-data-sources/m-p/591822#M219428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If there is common field between two tables or if this dates in the same table then use variables like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let vMin1 = Peek('Date',0,'Temp');&lt;/P&gt;&lt;P&gt;Let vMax1 = Peek('Date',-1,'Temp');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let vMin2 = Peek('Date2',0,'Temp');&lt;/P&gt;&lt;P&gt;Let vMax2 = Peek('Date2',-1,'Temp');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and use this variables in the slider objects.&lt;/P&gt;&lt;P&gt;Let me know&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>Wed, 02 Apr 2014 14:15:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-between-2-data-sources/m-p/591822#M219428</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-04-02T14:15:56Z</dc:date>
    </item>
  </channel>
</rss>

