<?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: From Date and To Date problem in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/From-Date-and-To-Date-problem/m-p/382229#M1167269</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How you are differentiating from date and to date for both you are refering the same column and also in all the tables you are using same field name fromdate,todate it will create syn tables also.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Aug 2012 09:11:25 GMT</pubDate>
    <dc:creator>sreenivas</dc:creator>
    <dc:date>2012-08-30T09:11:25Z</dc:date>
    <item>
      <title>From Date and To Date problem</title>
      <link>https://community.qlik.com/t5/QlikView/From-Date-and-To-Date-problem/m-p/382228#M1167268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Have attached the code which I am using to get the from date and to date, but it's not working. Could you please look into it and let me know where I am going wrong. Best Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2012 07:59:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/From-Date-and-To-Date-problem/m-p/382228#M1167268</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-08-30T07:59:30Z</dc:date>
    </item>
    <item>
      <title>Re: From Date and To Date problem</title>
      <link>https://community.qlik.com/t5/QlikView/From-Date-and-To-Date-problem/m-p/382229#M1167269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How you are differentiating from date and to date for both you are refering the same column and also in all the tables you are using same field name fromdate,todate it will create syn tables also.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2012 09:11:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/From-Date-and-To-Date-problem/m-p/382229#M1167269</guid>
      <dc:creator>sreenivas</dc:creator>
      <dc:date>2012-08-30T09:11:25Z</dc:date>
    </item>
    <item>
      <title>Re: From Date and To Date problem</title>
      <link>https://community.qlik.com/t5/QlikView/From-Date-and-To-Date-problem/m-p/382230#M1167270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Subham,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I noticed that there are From_date and to_date in multiple tables, which creates synthesis key.&amp;nbsp; Also how you are getting from and two date?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why you are arriving same fields for example (INQUIRY_RECEIVED_DATE) multiple times as two different fields?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Generally in this situation, I will provide 2 date objects for selecting From and to and assign it to a variable.&amp;nbsp; By using set analysis I will filter the data based on the above selected From and to dates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;Date={'&amp;gt;=$(=vFromDate)&amp;lt;=$(=vToDate)'}&amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If possible I wil provide an example sooner.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2012 10:04:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/From-Date-and-To-Date-problem/m-p/382230#M1167270</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2012-08-30T10:04:53Z</dc:date>
    </item>
    <item>
      <title>Re: From Date and To Date problem</title>
      <link>https://community.qlik.com/t5/QlikView/From-Date-and-To-Date-problem/m-p/382231#M1167271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, Jagan!! You got the point...it's kind of set analysis which will be not independent selection for all the charts and other object. And my intention is to use independently rather than making a chart expression with set analysis. Could you please drill down further more to provide me better solution. Best Regard,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2012 11:47:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/From-Date-and-To-Date-problem/m-p/382231#M1167271</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-08-30T11:47:44Z</dc:date>
    </item>
    <item>
      <title>Re: From Date and To Date problem</title>
      <link>https://community.qlik.com/t5/QlikView/From-Date-and-To-Date-problem/m-p/382232#M1167272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sreenivas, I was just a thought and really it creates syn key. I have removed that, next time. So now my question is how to make From Date and To Date work dynamically for all the selection. based on that code, can you please give me any implementation. Best,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Aug 2012 12:13:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/From-Date-and-To-Date-problem/m-p/382232#M1167272</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-08-30T12:13:02Z</dc:date>
    </item>
  </channel>
</rss>

