<?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: Urgent: Help required to transform the data set for the future dates based on the current year d in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Urgent-Help-required-to-transform-the-data-set-for-the-future/m-p/1597944#M738086</link>
    <description>&lt;P&gt;I would do something like the following:&lt;/P&gt;
&lt;P&gt;Data:&lt;BR /&gt;LOAD &lt;BR /&gt;Date(Date#(Date,'M/D/YYYY')) as Date, &lt;BR /&gt;[CY Actuals] as Value,&lt;BR /&gt;'Actual' as Type &lt;BR /&gt;FROM [Data Set.xlsx] (ooxml, embedded labels, table is CY)&amp;nbsp;Where Len(Date)&amp;gt;0;&lt;/P&gt;
&lt;P&gt;LOAD &lt;BR /&gt;AddYears(Date#(Date,'M/D/YYYY'),-1) as Date, &lt;BR /&gt;[CY-1 actuals] as Value,&lt;BR /&gt;'Actual' as Type &lt;BR /&gt;FROM [Data Set.xlsx] (ooxml, embedded labels, table is CY)&amp;nbsp;Where Len(Date)&amp;gt;0;&lt;/P&gt;
&lt;P&gt;LOAD &lt;BR /&gt;AddYears(Date#(Date,'M/D/YYYY'),-2) as Date, &lt;BR /&gt;[CY-2 actuals] as Value,&lt;BR /&gt;'Actual' as Type &lt;BR /&gt;FROM [Data Set.xlsx] (ooxml, embedded labels, table is CY)&amp;nbsp;Where Len(Date)&amp;gt;0;&lt;/P&gt;
&lt;P&gt;LOAD &lt;BR /&gt;AddYears(Date#(Date,'M/D/YYYY'),+1) as Date, &lt;BR /&gt;[CY+1 forecast] as Value,&lt;BR /&gt;'Forecast' as Type &lt;BR /&gt;FROM [Data Set.xlsx] (ooxml, embedded labels, table is CY)&amp;nbsp;Where Len(Date)&amp;gt;0;&lt;/P&gt;
&lt;P&gt;LOAD &lt;BR /&gt;Date#(Date,'M/D/YYYY') as Date, &lt;BR /&gt;[CY forecast] as Value,&lt;BR /&gt;'Forecast' as Type &lt;BR /&gt;FROM [Data Set.xlsx] (ooxml, embedded labels, table is CY)&amp;nbsp;Where Len(Date)&amp;gt;0;&lt;/P&gt;
&lt;P&gt;Calendar:&lt;BR /&gt;Load distinct&lt;BR /&gt;Date,&lt;BR /&gt;Year(Date) as Year,&lt;BR /&gt;Month(Date) as Month,&lt;BR /&gt;If(Year(Date)=Year(Today()),1,0) as IsCY,&lt;BR /&gt;If(Date&amp;gt;=YearStart(Today()) and Date&amp;lt;=AddMonths(YearEnd(Today()),6),1,0) as [IsCY+6M],&lt;BR /&gt;If(Date&amp;gt;=YearStart(Today()) and Date&amp;lt;=AddMonths(YearEnd(Today()),12),1,0) as [IsCY+NY]&lt;BR /&gt;Resident Data;&lt;/P&gt;</description>
    <pubDate>Tue, 02 Jul 2019 08:00:23 GMT</pubDate>
    <dc:creator>hic</dc:creator>
    <dc:date>2019-07-02T08:00:23Z</dc:date>
    <item>
      <title>Urgent: Help required to transform the data set for the future dates based on the current year data</title>
      <link>https://community.qlik.com/t5/QlikView/Urgent-Help-required-to-transform-the-data-set-for-the-future/m-p/1593087#M738083</link>
      <description>&lt;P&gt;We have dataset based current year dates. But to get the CY,CY+6M and CY+NY we have values against the current year date only. Hence I am not able to get the values for future dates since it is not available in the data set.&lt;/P&gt;&lt;P&gt;So I think we need to transform the data to get the desired result. So I need someone help in transforming the data set as mentioned in the excel. Please help me out for the same. It is little urgent.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 03:16:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Urgent-Help-required-to-transform-the-data-set-for-the-future/m-p/1593087#M738083</guid>
      <dc:creator>qlikviewforum</dc:creator>
      <dc:date>2024-11-16T03:16:07Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent: Help required to transform the data set for the future dates based on the current year d</title>
      <link>https://community.qlik.com/t5/QlikView/Urgent-Help-required-to-transform-the-data-set-for-the-future/m-p/1597924#M738085</link>
      <description>&lt;P&gt;Can someone please help me out on this? It is very urgent...&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jul 2019 07:06:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Urgent-Help-required-to-transform-the-data-set-for-the-future/m-p/1597924#M738085</guid>
      <dc:creator>qlikviewforum</dc:creator>
      <dc:date>2019-07-02T07:06:32Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent: Help required to transform the data set for the future dates based on the current year d</title>
      <link>https://community.qlik.com/t5/QlikView/Urgent-Help-required-to-transform-the-data-set-for-the-future/m-p/1597944#M738086</link>
      <description>&lt;P&gt;I would do something like the following:&lt;/P&gt;
&lt;P&gt;Data:&lt;BR /&gt;LOAD &lt;BR /&gt;Date(Date#(Date,'M/D/YYYY')) as Date, &lt;BR /&gt;[CY Actuals] as Value,&lt;BR /&gt;'Actual' as Type &lt;BR /&gt;FROM [Data Set.xlsx] (ooxml, embedded labels, table is CY)&amp;nbsp;Where Len(Date)&amp;gt;0;&lt;/P&gt;
&lt;P&gt;LOAD &lt;BR /&gt;AddYears(Date#(Date,'M/D/YYYY'),-1) as Date, &lt;BR /&gt;[CY-1 actuals] as Value,&lt;BR /&gt;'Actual' as Type &lt;BR /&gt;FROM [Data Set.xlsx] (ooxml, embedded labels, table is CY)&amp;nbsp;Where Len(Date)&amp;gt;0;&lt;/P&gt;
&lt;P&gt;LOAD &lt;BR /&gt;AddYears(Date#(Date,'M/D/YYYY'),-2) as Date, &lt;BR /&gt;[CY-2 actuals] as Value,&lt;BR /&gt;'Actual' as Type &lt;BR /&gt;FROM [Data Set.xlsx] (ooxml, embedded labels, table is CY)&amp;nbsp;Where Len(Date)&amp;gt;0;&lt;/P&gt;
&lt;P&gt;LOAD &lt;BR /&gt;AddYears(Date#(Date,'M/D/YYYY'),+1) as Date, &lt;BR /&gt;[CY+1 forecast] as Value,&lt;BR /&gt;'Forecast' as Type &lt;BR /&gt;FROM [Data Set.xlsx] (ooxml, embedded labels, table is CY)&amp;nbsp;Where Len(Date)&amp;gt;0;&lt;/P&gt;
&lt;P&gt;LOAD &lt;BR /&gt;Date#(Date,'M/D/YYYY') as Date, &lt;BR /&gt;[CY forecast] as Value,&lt;BR /&gt;'Forecast' as Type &lt;BR /&gt;FROM [Data Set.xlsx] (ooxml, embedded labels, table is CY)&amp;nbsp;Where Len(Date)&amp;gt;0;&lt;/P&gt;
&lt;P&gt;Calendar:&lt;BR /&gt;Load distinct&lt;BR /&gt;Date,&lt;BR /&gt;Year(Date) as Year,&lt;BR /&gt;Month(Date) as Month,&lt;BR /&gt;If(Year(Date)=Year(Today()),1,0) as IsCY,&lt;BR /&gt;If(Date&amp;gt;=YearStart(Today()) and Date&amp;lt;=AddMonths(YearEnd(Today()),6),1,0) as [IsCY+6M],&lt;BR /&gt;If(Date&amp;gt;=YearStart(Today()) and Date&amp;lt;=AddMonths(YearEnd(Today()),12),1,0) as [IsCY+NY]&lt;BR /&gt;Resident Data;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jul 2019 08:00:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Urgent-Help-required-to-transform-the-data-set-for-the-future/m-p/1597944#M738086</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2019-07-02T08:00:23Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent: Help required to transform the data set for the future dates based on the current year d</title>
      <link>https://community.qlik.com/t5/QlikView/Urgent-Help-required-to-transform-the-data-set-for-the-future/m-p/1597978#M738087</link>
      <description>&lt;P&gt;Thanks for the help.. I will check and update you soon...&lt;/P&gt;&lt;P&gt;I believe this will only can be achieved using the script. It cannot be achieved in the UI? Please confirm...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jul 2019 09:07:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Urgent-Help-required-to-transform-the-data-set-for-the-future/m-p/1597978#M738087</guid>
      <dc:creator>qlikviewforum</dc:creator>
      <dc:date>2019-07-02T09:07:58Z</dc:date>
    </item>
  </channel>
</rss>

