<?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 generate in table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Date-generate-in-table/m-p/470701#M175835</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have a calendar? You need a calendar or a Date field linked with your date field of your fact table, the date field you are going to use in your chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You must have a table with this fields and more: Date, Sales or whatever you're measuring in your chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;StartDate and EndDate could be variables, better than fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And you should have a Calendar that contains all your possible dates with a few fileds or more: Date, Year, Month, Week, etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you understand??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 28 Dec 2012 18:51:36 GMT</pubDate>
    <dc:creator>chematos</dc:creator>
    <dc:date>2012-12-28T18:51:36Z</dc:date>
    <item>
      <title>Date generate in table</title>
      <link>https://community.qlik.com/t5/QlikView/Date-generate-in-table/m-p/470696#M175830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have two dates StartDate and EndDate, when I select those dates I have to generate all the dates between them.......tnx &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Dec 2012 16:31:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-generate-in-table/m-p/470696#M175830</guid>
      <dc:creator />
      <dc:date>2012-12-28T16:31:32Z</dc:date>
    </item>
    <item>
      <title>Re: Date generate in table</title>
      <link>https://community.qlik.com/t5/QlikView/Date-generate-in-table/m-p/470697#M175831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="background-color: #f5f5f5; font-size: 12.727272033691406px; color: #737373; font-family: Arial;"&gt;let vStartYear = Year(StartDate);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #f5f5f5; font-size: 12.727272033691406px; color: #737373; font-family: Arial;"&gt;Dates:&lt;/P&gt;&lt;P style="background-color: #f5f5f5; font-size: 12.727272033691406px; color: #737373; font-family: Arial;"&gt;load date( makedate($(vStartYear))+rowno()-1) as Date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #f5f5f5; font-size: 12.727272033691406px; color: #737373; font-family: Arial;"&gt;AutoGenerate( today()-makedate($(vStartYear))) ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #f5f5f5; font-size: 12.727272033691406px; color: #737373; font-family: Arial;"&gt;Hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Dec 2012 16:52:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-generate-in-table/m-p/470697#M175831</guid>
      <dc:creator>chematos</dc:creator>
      <dc:date>2012-12-28T16:52:56Z</dc:date>
    </item>
    <item>
      <title>Re: Date generate in table</title>
      <link>https://community.qlik.com/t5/QlikView/Date-generate-in-table/m-p/470698#M175832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want in the front end, UI side.......I have two date fields.......and if I select those dates I should able to populate all the dates between those selections......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Dec 2012 17:33:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-generate-in-table/m-p/470698#M175832</guid>
      <dc:creator />
      <dc:date>2012-12-28T17:33:26Z</dc:date>
    </item>
    <item>
      <title>Re: Date generate in table</title>
      <link>https://community.qlik.com/t5/QlikView/Date-generate-in-table/m-p/470699#M175833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you will need a date field with all dates, and you can use a calculated dimension using that date like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Date &amp;lt;=StartDate and Date &amp;gt;= EndDate, Date)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Dec 2012 18:24:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-generate-in-table/m-p/470699#M175833</guid>
      <dc:creator>chematos</dc:creator>
      <dc:date>2012-12-28T18:24:08Z</dc:date>
    </item>
    <item>
      <title>Re: Date generate in table</title>
      <link>https://community.qlik.com/t5/QlikView/Date-generate-in-table/m-p/470700#M175834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please find the attached sample pics...I have two date fields with selections.....and the other one is table with all the dates......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Dec 2012 18:39:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-generate-in-table/m-p/470700#M175834</guid>
      <dc:creator />
      <dc:date>2012-12-28T18:39:52Z</dc:date>
    </item>
    <item>
      <title>Re: Date generate in table</title>
      <link>https://community.qlik.com/t5/QlikView/Date-generate-in-table/m-p/470701#M175835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have a calendar? You need a calendar or a Date field linked with your date field of your fact table, the date field you are going to use in your chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You must have a table with this fields and more: Date, Sales or whatever you're measuring in your chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;StartDate and EndDate could be variables, better than fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And you should have a Calendar that contains all your possible dates with a few fileds or more: Date, Year, Month, Week, etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you understand??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Dec 2012 18:51:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-generate-in-table/m-p/470701#M175835</guid>
      <dc:creator>chematos</dc:creator>
      <dc:date>2012-12-28T18:51:36Z</dc:date>
    </item>
  </channel>
</rss>

