<?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: how to get the date based on date selection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-to-get-the-date-based-on-date-selection/m-p/680495#M246748</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravindra,&lt;/P&gt;&lt;P&gt;You cant use the same field to get the to and from date as they will be logically same. you have to get those column loaded in different table unless you don't have the from and to date columns from source.here i have attached the QVW ,Hope this is what you expecting.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Sep 2014 11:02:10 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-09-24T11:02:10Z</dc:date>
    <item>
      <title>how to get the date based on date selection</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-get-the-date-based-on-date-selection/m-p/680492#M246745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have one requierment that i have to display the data based on the date selection.&lt;BR /&gt;i have only one date field i have to display the data based on the selection wise.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Date filed:&lt;BR /&gt;2/1/2014&lt;BR /&gt;2/2/2014&lt;BR /&gt;2/3/2014&lt;BR /&gt;2/4/2014&lt;BR /&gt;2/5/2014&lt;BR /&gt;2/6/2014&lt;BR /&gt;2/7/2014&lt;BR /&gt;2/8/2014&lt;BR /&gt;2/9/2014&lt;BR /&gt;i have to create this date filed as 2 date field 1.fromdate 2.todate.&lt;/P&gt;&lt;P&gt;in 'from date' field i have to select one date then i have to select another date in 'To date' (i mean if i select &lt;BR /&gt;1/02/2014 from "From date" field and 3/02/2014 from "To date" field ), i need to sum(timespent) between these &lt;BR /&gt;days time_spent&amp;nbsp; in chart.&lt;BR /&gt; &lt;/P&gt;&lt;P&gt;Please check the attached documents.&lt;BR /&gt;please give me any suggesion on this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 09:46:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-get-the-date-based-on-date-selection/m-p/680492#M246745</guid>
      <dc:creator>ravindraa</dc:creator>
      <dc:date>2014-09-24T09:46:13Z</dc:date>
    </item>
    <item>
      <title>Re: how to get the date based on date selection</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-get-the-date-based-on-date-selection/m-p/680493#M246746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ravindraa,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so you want to sum up the [time_spent] field between those two dates?&lt;/P&gt;&lt;P&gt;Do you then want to show the individual days' values or just the sum in your chart?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to show all the days (with their individual value) between those dates,&lt;/P&gt;&lt;P&gt;you can try implementing those limits in the dimension of your chart.&lt;/P&gt;&lt;P&gt;It would then look sth. like this (on the "dimension" tab)&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt; &lt;STRONG&gt;= IF(([date] &amp;gt;= Getfieldselections(from_date) AND [date] &amp;lt;= Getfieldselections(to_date)), [date])&lt;/STRONG&gt; &amp;lt;&amp;lt;&amp;lt;&lt;/P&gt;&lt;P&gt;(meaning the dimension is [date], but only if it is &amp;gt;= from_date and &amp;lt;= to_date - there is no BETWEEN_fct.)&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataNibbler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 10:00:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-get-the-date-based-on-date-selection/m-p/680493#M246746</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2014-09-24T10:00:51Z</dc:date>
    </item>
    <item>
      <title>Re: how to get the date based on date selection</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-get-the-date-based-on-date-selection/m-p/680494#M246747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi DataNibbler,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Thanks for replying but if i select any date the same date is selecting in TODATE field also i need to select one date from "FROMDATE " and one date from "TODATE" field in my case please give me any suggesion with out using date field as Dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thants very help to me&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 10:24:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-get-the-date-based-on-date-selection/m-p/680494#M246747</guid>
      <dc:creator>ravindraa</dc:creator>
      <dc:date>2014-09-24T10:24:26Z</dc:date>
    </item>
    <item>
      <title>Re: Re: how to get the date based on date selection</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-get-the-date-based-on-date-selection/m-p/680495#M246748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravindra,&lt;/P&gt;&lt;P&gt;You cant use the same field to get the to and from date as they will be logically same. you have to get those column loaded in different table unless you don't have the from and to date columns from source.here i have attached the QVW ,Hope this is what you expecting.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 11:02:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-get-the-date-based-on-date-selection/m-p/680495#M246748</guid>
      <dc:creator />
      <dc:date>2014-09-24T11:02:10Z</dc:date>
    </item>
  </channel>
</rss>

