<?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 Generic Date Object for Drill in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Generic-Date-Object-for-Drill/m-p/263130#M1206146</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV&gt;&lt;P&gt;I have one table which has the segment, funded_date, lost_date, new_date &amp;amp; amount. I want to display a simple table which has columns Segment, sum of funded amount, sum of lost amount &amp;amp; sum of new amount. The List box above should just display list of valid year and upon the click of a particular value, the values in all columns of table should change. How do I create this list box of date when this date needs to be associated to all the above dates?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Dinesh.&lt;/P&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Jun 2010 16:06:07 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2010-06-21T16:06:07Z</dc:date>
    <item>
      <title>Generic Date Object for Drill</title>
      <link>https://community.qlik.com/t5/QlikView/Generic-Date-Object-for-Drill/m-p/263130#M1206146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV&gt;&lt;P&gt;I have one table which has the segment, funded_date, lost_date, new_date &amp;amp; amount. I want to display a simple table which has columns Segment, sum of funded amount, sum of lost amount &amp;amp; sum of new amount. The List box above should just display list of valid year and upon the click of a particular value, the values in all columns of table should change. How do I create this list box of date when this date needs to be associated to all the above dates?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Dinesh.&lt;/P&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jun 2010 16:06:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Generic-Date-Object-for-Drill/m-p/263130#M1206146</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-06-21T16:06:07Z</dc:date>
    </item>
    <item>
      <title>Generic Date Object for Drill</title>
      <link>https://community.qlik.com/t5/QlikView/Generic-Date-Object-for-Drill/m-p/263131#M1206147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you send the application example?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jun 2010 16:17:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Generic-Date-Object-for-Drill/m-p/263131#M1206147</guid>
      <dc:creator />
      <dc:date>2010-06-21T16:17:23Z</dc:date>
    </item>
    <item>
      <title>Generic Date Object for Drill</title>
      <link>https://community.qlik.com/t5/QlikView/Generic-Date-Object-for-Drill/m-p/263132#M1206148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I cannot send the application due to privacy concerns.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you can point me in the right direction, I could take it from there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Dinesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jun 2010 18:44:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Generic-Date-Object-for-Drill/m-p/263132#M1206148</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-06-21T18:44:33Z</dc:date>
    </item>
    <item>
      <title>Generic Date Object for Drill</title>
      <link>https://community.qlik.com/t5/QlikView/Generic-Date-Object-for-Drill/m-p/263133#M1206149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It can be something like this:&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;Data:&lt;BR /&gt;Load Segment, Date, DateType, Amount;&lt;BR /&gt;SQL Select ....;&lt;BR /&gt;Calendar:&lt;BR /&gt;load fieldvalue(Date, iterno()) as Date&lt;BR /&gt;autogenerate 1&lt;BR /&gt;while len(fieldvalue(Date, iterno()));&lt;BR /&gt;left join (Calendar)&lt;BR /&gt;load Date, year(Date) as year, month(Date) as Month, day(Date) as Day&lt;BR /&gt;resident Calendar;&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Your chart may have:&lt;/P&gt;&lt;P&gt;- as Dimensions: Segment and DateType&lt;/P&gt;&lt;P&gt;- as Expression: sum(Amount)&lt;/P&gt;&lt;P&gt;In the list box you can have the Calendar filelds.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jun 2010 18:59:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Generic-Date-Object-for-Drill/m-p/263133#M1206149</guid>
      <dc:creator />
      <dc:date>2010-06-21T18:59:03Z</dc:date>
    </item>
    <item>
      <title>Generic Date Object for Drill</title>
      <link>https://community.qlik.com/t5/QlikView/Generic-Date-Object-for-Drill/m-p/263134#M1206150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can create LOAD statement like you mentioned from the below SQL statement?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL select segment, funded_date, lost_date, new_date, amount;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jun 2010 21:49:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Generic-Date-Object-for-Drill/m-p/263134#M1206150</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-06-21T21:49:43Z</dc:date>
    </item>
  </channel>
</rss>

