<?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: Ho to map different Date fields into one date field(Master Calendar) in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Ho-to-map-different-Date-fields-into-one-date-field-Master/m-p/1647315#M48254</link>
    <description>&lt;P&gt;Try this way&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table1:&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Load CreatedDate as DateField, Field1, Field2 from ..;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Concatenate&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Load UpdatedDate as DateField, Field3, Field4 from ..;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;MasterCalendar:&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;LOAD &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Date(DateField) AS DateField,&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Year(DateField) AS Year, &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Month(DateField) As Month;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load Date(MinDate + IterNo() -1 ) AS DateField While (MinDate + IterNo() - 1) &amp;lt;= Num(MaxDate);&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Load Min(DateField) as MinDate,&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Max(DateField) as MaxDate&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Resident Table1;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Finally, To calculate last 12 months Data&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum({&amp;lt;Month = {"&amp;gt;=$(=AddYears(Max(Month),-1))&amp;lt;=$(=Max(Month))"}&amp;gt;} Measure)&lt;/STRONG&gt; // Here, Month field will calculate from all fields and define that into master date field. From there, It will consider as Calendar Month to calculate arbitrary.&lt;/P&gt;</description>
    <pubDate>Fri, 15 Nov 2019 07:19:48 GMT</pubDate>
    <dc:creator>Anil_Babu_Samineni</dc:creator>
    <dc:date>2019-11-15T07:19:48Z</dc:date>
    <item>
      <title>Ho to map different Date fields into one date field(Master Calendar)</title>
      <link>https://community.qlik.com/t5/App-Development/Ho-to-map-different-Date-fields-into-one-date-field-Master/m-p/1646898#M48235</link>
      <description>&lt;P&gt;Hi All,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have a nice day,&lt;/P&gt;&lt;P&gt;here i have&amp;nbsp; 6 to 7 tables with two date fields like CreatedDate, UpdatedDate&amp;nbsp; in each with different dates&amp;nbsp;&lt;/P&gt;&lt;P&gt;all these 7 tables are related to different categories then i have calculated each category by using respective dates like&amp;nbsp;&lt;/P&gt;&lt;P&gt;no.Of Compliance last 12 months in OSVersion from OSVersion tables, like that Google chrome , EnterPrise Domain&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but here i need calculate in one last Dashboard Entire Application (Among the Categories) last 12 months Compliance Systems and Non Compliance Systems that should be from today() last 12 months data need to display.&lt;/P&gt;&lt;P&gt;so Here how can i map all the dates and how to calculate over all last 12 months data&lt;/P&gt;&lt;P&gt;Could you please help in this any one it will be very helpful to&amp;nbsp; me&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot every one.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Nov 2019 12:31:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Ho-to-map-different-Date-fields-into-one-date-field-Master/m-p/1646898#M48235</guid>
      <dc:creator>narayanaqlik</dc:creator>
      <dc:date>2019-11-14T12:31:40Z</dc:date>
    </item>
    <item>
      <title>Re: Ho to map different Date fields into one date field(Master Calendar)</title>
      <link>https://community.qlik.com/t5/App-Development/Ho-to-map-different-Date-fields-into-one-date-field-Master/m-p/1647315#M48254</link>
      <description>&lt;P&gt;Try this way&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table1:&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Load CreatedDate as DateField, Field1, Field2 from ..;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Concatenate&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Load UpdatedDate as DateField, Field3, Field4 from ..;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;MasterCalendar:&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;LOAD &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Date(DateField) AS DateField,&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Year(DateField) AS Year, &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Month(DateField) As Month;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load Date(MinDate + IterNo() -1 ) AS DateField While (MinDate + IterNo() - 1) &amp;lt;= Num(MaxDate);&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Load Min(DateField) as MinDate,&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Max(DateField) as MaxDate&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Resident Table1;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Finally, To calculate last 12 months Data&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum({&amp;lt;Month = {"&amp;gt;=$(=AddYears(Max(Month),-1))&amp;lt;=$(=Max(Month))"}&amp;gt;} Measure)&lt;/STRONG&gt; // Here, Month field will calculate from all fields and define that into master date field. From there, It will consider as Calendar Month to calculate arbitrary.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2019 07:19:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Ho-to-map-different-Date-fields-into-one-date-field-Master/m-p/1647315#M48254</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2019-11-15T07:19:48Z</dc:date>
    </item>
  </channel>
</rss>

