<?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: Re: date range using slider object in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/date-range-using-slider-object/m-p/540199#M553592</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;PFA the report with run_date loaded from db.&lt;/P&gt;&lt;P&gt;I was not able to attach the report in the branched discussion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Anju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Sep 2013 12:18:27 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-09-19T12:18:27Z</dc:date>
    <item>
      <title>date range using slider object</title>
      <link>https://community.qlik.com/t5/QlikView/date-range-using-slider-object/m-p/540192#M553585</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 want to be able to select date ranges using slider objects.&lt;/P&gt;&lt;P&gt;I have created 3 slider objects with following expressions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=SUBFIELD(DATE(SubField(RUN_DATE,' ',1),'DD/MMM/YYYY'),'/',1)-day&lt;/P&gt;&lt;P&gt;=SUBFIELD(DATE(SubField(RUN_DATE,' ',1),'DD/MMM/YYYY'),'/',2)-month&lt;/P&gt;&lt;P&gt;=SUBFIELD(DATE(SubField(RUN_DATE,' ',1),'DD/MMM/YYYY'),'/',3)-year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the problem is that if I were to select some value for day and then select month, the selection in day is lost and so on.&lt;/P&gt;&lt;P&gt;is there any other way for the user to be able to select date ranges?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Anju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2013 20:34:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-range-using-slider-object/m-p/540192#M553585</guid>
      <dc:creator />
      <dc:date>2013-09-18T20:34:25Z</dc:date>
    </item>
    <item>
      <title>Re: date range using slider object</title>
      <link>https://community.qlik.com/t5/QlikView/date-range-using-slider-object/m-p/540193#M553586</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;Bring all the fields (day,month, year) from script itself, then use in slider object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2013 20:41:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-range-using-slider-object/m-p/540193#M553586</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2013-09-18T20:41:47Z</dc:date>
    </item>
    <item>
      <title>Re: date range using slider object</title>
      <link>https://community.qlik.com/t5/QlikView/date-range-using-slider-object/m-p/540194#M553587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the format of RUN_DATE? could you please explain the task that you are trying to accomplish in more detail.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2013 20:46:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-range-using-slider-object/m-p/540194#M553587</guid>
      <dc:creator>srchilukoori</dc:creator>
      <dc:date>2013-09-18T20:46:54Z</dc:date>
    </item>
    <item>
      <title>Re: date range using slider object</title>
      <link>https://community.qlik.com/t5/QlikView/date-range-using-slider-object/m-p/540195#M553588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramasamy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used this piece of code ....&lt;/P&gt;&lt;P&gt;But, on reload, it says field not found for run_date_format.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;MasterCalendar:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;select&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; run_date as run_date_format from tt_sdp_rpx_summary;&lt;BR /&gt;&lt;BR /&gt;master:&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;load&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;//subfield(date(subfield(run_date_format,' ',1),'DD/MM/YYYY'),'/',1) as day_tt,&lt;BR /&gt;//subfield(date(subfield(run_date_format,' ',1),'DD/MMM/YYYY'),'/',2) as month_tt,&lt;BR /&gt;//subfield(date(subfield(run_date_format,' ',1),'DD/MM/YYYY'),'/',3) as year_tt&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;day&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;run_date_format&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;day&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;monthname&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;run_date_format&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;month_tt&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;year&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;run_date_format&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;year_tt&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Resident&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; MasterCalendar;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;drop&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;table&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; MasterCalendar; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Sep 2013 04:38:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-range-using-slider-object/m-p/540195#M553588</guid>
      <dc:creator />
      <dc:date>2013-09-19T04:38:48Z</dc:date>
    </item>
    <item>
      <title>Re: date range using slider object</title>
      <link>https://community.qlik.com/t5/QlikView/date-range-using-slider-object/m-p/540196#M553589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;select&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; run_date &lt;SPAN style="text-decoration: line-through;"&gt;as run_date_format&lt;/SPAN&gt; from tt_sdp_rpx_summary;&lt;BR /&gt;&lt;BR /&gt;master:&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;load&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;day&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;run_date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;day&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;monthname&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;run_date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;month_tt&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;year&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;run_date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;year_tt&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Resident&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; MasterCalendar;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG style="color: #0000ff; font-size: 8pt;"&gt;drop&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;table&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; MasterCalendar; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Sep 2013 04:44:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-range-using-slider-object/m-p/540196#M553589</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-09-19T04:44:32Z</dc:date>
    </item>
    <item>
      <title>Re: date range using slider object</title>
      <link>https://community.qlik.com/t5/QlikView/date-range-using-slider-object/m-p/540197#M553590</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;One example of run_date is 8/16/2013 12:00:00 AM,&lt;/P&gt;&lt;P&gt;i want to extract dd/mm/yyyy from this date and give a from date - to date selection option in the report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Anju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Sep 2013 04:47:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-range-using-slider-object/m-p/540197#M553590</guid>
      <dc:creator />
      <dc:date>2013-09-19T04:47:41Z</dc:date>
    </item>
    <item>
      <title>Re: date range using slider object</title>
      <link>https://community.qlik.com/t5/QlikView/date-range-using-slider-object/m-p/540198#M553591</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 tried it... but it gives the same error ..... field not found&amp;lt;run_date&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Sep 2013 04:51:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-range-using-slider-object/m-p/540198#M553591</guid>
      <dc:creator />
      <dc:date>2013-09-19T04:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: Re: date range using slider object</title>
      <link>https://community.qlik.com/t5/QlikView/date-range-using-slider-object/m-p/540199#M553592</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;PFA the report with run_date loaded from db.&lt;/P&gt;&lt;P&gt;I was not able to attach the report in the branched discussion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Anju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Sep 2013 12:18:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-range-using-slider-object/m-p/540199#M553592</guid>
      <dc:creator />
      <dc:date>2013-09-19T12:18:27Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: date range using slider object</title>
      <link>https://community.qlik.com/t5/QlikView/date-range-using-slider-object/m-p/540200#M553593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Run a reload in attached file and let know the result.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Sep 2013 12:27:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-range-using-slider-object/m-p/540200#M553593</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-09-19T12:27:47Z</dc:date>
    </item>
    <item>
      <title>Re: Re: date range using slider object</title>
      <link>https://community.qlik.com/t5/QlikView/date-range-using-slider-object/m-p/540201#M553594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the date expression from the attached app.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Calendar object gives an elegant way to choose a date rather than slider object.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Sep 2013 12:34:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/date-range-using-slider-object/m-p/540201#M553594</guid>
      <dc:creator>srchilukoori</dc:creator>
      <dc:date>2013-09-19T12:34:06Z</dc:date>
    </item>
  </channel>
</rss>

