<?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: Two Date Fields in a table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Two-Date-Fields-in-a-table/m-p/504865#M685912</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you Michael.&amp;nbsp; That helps me understand it better. I now just need to add additional years and I am set. I will play around with it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Jan 2014 23:22:02 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-01-14T23:22:02Z</dc:date>
    <item>
      <title>Two Date Fields in a table</title>
      <link>https://community.qlik.com/t5/QlikView/Two-Date-Fields-in-a-table/m-p/504858#M685905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am new to Master Calendar and need some help understanding it.&amp;nbsp; I have two dates in my table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CreatedDate - which is the date the item was created&lt;/P&gt;&lt;P&gt;ChangeDate - which is the date the item is updated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to have two charts:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.&amp;nbsp; One that shows me the total number of items created by month and year&lt;/P&gt;&lt;P&gt;2.&amp;nbsp; One that show me the total number of items changed by month and year&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to have two list boxes:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One that has the months and one that has the years.&amp;nbsp; Based on those selections I want the charts mentioned above to reflex those results.&amp;nbsp; Is this something a Master Calendar can accomplish and can someone give me so pointers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jan 2014 21:07:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Two-Date-Fields-in-a-table/m-p/504858#M685905</guid>
      <dc:creator />
      <dc:date>2014-01-13T21:07:34Z</dc:date>
    </item>
    <item>
      <title>Re: Two Date Fields in a table</title>
      <link>https://community.qlik.com/t5/QlikView/Two-Date-Fields-in-a-table/m-p/504859#M685906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What are the other Date dimensions&amp;nbsp; you need ? If you need other Date dimensions for both dates, you need to create the 2 calender tables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jan 2014 21:38:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Two-Date-Fields-in-a-table/m-p/504859#M685906</guid>
      <dc:creator />
      <dc:date>2014-01-13T21:38:38Z</dc:date>
    </item>
    <item>
      <title>Re: Two Date Fields in a table</title>
      <link>https://community.qlik.com/t5/QlikView/Two-Date-Fields-in-a-table/m-p/504860#M685907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The three date dimension I will need is for any of the two dates list I will select&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;year&lt;/P&gt;&lt;P&gt;month&lt;/P&gt;&lt;P&gt;year and month&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;once they are selected the charts will reflex the results.&amp;nbsp; So it sounds like two calendar tables is the way to go.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jan 2014 22:42:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Two-Date-Fields-in-a-table/m-p/504860#M685907</guid>
      <dc:creator />
      <dc:date>2014-01-13T22:42:09Z</dc:date>
    </item>
    <item>
      <title>Re: Two Date Fields in a table</title>
      <link>https://community.qlik.com/t5/QlikView/Two-Date-Fields-in-a-table/m-p/504861#M685908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In that case, Better go for 2 calender tables one for Created Date and another for Changed Date or you can directly add these fields in the same table because its only 4 new fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Month(Created_Date) AS CreatedYear,&lt;/P&gt;&lt;P&gt;Year(Created_Date) AS CreatedMonth ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the Month Year use , calculated Dimension like "CreatedMonth &amp;amp; CreatedYear" in the chart dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create the same thing for Changed_Date as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jan 2014 23:46:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Two-Date-Fields-in-a-table/m-p/504861#M685908</guid>
      <dc:creator />
      <dc:date>2014-01-13T23:46:38Z</dc:date>
    </item>
    <item>
      <title>Re: Two Date Fields in a table</title>
      <link>https://community.qlik.com/t5/QlikView/Two-Date-Fields-in-a-table/m-p/504862#M685909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can consider creating a link table between your fact table (assuming having a FactID, CreatedDate, ChangedDate in your table) and a master calendar like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CrossTable (Type, Date) LOAD FactID, CreatedDate, ChangedDate Resident FactTable;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will transform the table to a table with FactID, Type and Date fields, Date field linking to your master calendar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then filter your records using Type in the charts, e.g. to filter ChangedDate chart, dimension from Master calendar and as expression:&lt;/P&gt;&lt;P&gt;=sum({&amp;lt;Type = {ChangedDate}&amp;gt;} Amount)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jan 2014 23:58:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Two-Date-Fields-in-a-table/m-p/504862#M685909</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2014-01-13T23:58:59Z</dc:date>
    </item>
    <item>
      <title>Re: Two Date Fields in a table</title>
      <link>https://community.qlik.com/t5/QlikView/Two-Date-Fields-in-a-table/m-p/504863#M685910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See &lt;A _jive_internal="true" href="https://community.qlik.com/message/448877#448877"&gt;http://community.qlik.com/message/448877#448877&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jan 2014 07:22:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Two-Date-Fields-in-a-table/m-p/504863#M685910</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2014-01-14T07:22:17Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Two Date Fields in a table</title>
      <link>https://community.qlik.com/t5/QlikView/Two-Date-Fields-in-a-table/m-p/504864#M685911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using master calendar as data island will do the job.&amp;nbsp; The charts dimension is from the master calendar, and expressions compare created or changed date against the dimension.&amp;nbsp; See attached.&lt;/P&gt;&lt;P&gt;It is simple and reliable, but maybe not the best from the performance point if the data set is large.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jan 2014 13:23:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Two-Date-Fields-in-a-table/m-p/504864#M685911</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-14T13:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: Two Date Fields in a table</title>
      <link>https://community.qlik.com/t5/QlikView/Two-Date-Fields-in-a-table/m-p/504865#M685912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you Michael.&amp;nbsp; That helps me understand it better. I now just need to add additional years and I am set. I will play around with it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jan 2014 23:22:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Two-Date-Fields-in-a-table/m-p/504865#M685912</guid>
      <dc:creator />
      <dc:date>2014-01-14T23:22:02Z</dc:date>
    </item>
  </channel>
</rss>

