<?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: Splitting Budget into years in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Splitting-Budget-into-years/m-p/1676036#M51389</link>
    <description>&lt;P&gt;I have solved it myslef&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Make a new table and load date in it and take the resident if temp table and put where condition&lt;/P&gt;&lt;P&gt;Final:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Date&lt;/P&gt;&lt;P&gt;Resident temp&lt;/P&gt;&lt;P&gt;where day(Date)=1;&lt;/P&gt;&lt;P&gt;drop table temp;&lt;/P&gt;</description>
    <pubDate>Sun, 16 Feb 2020 11:27:08 GMT</pubDate>
    <dc:creator>Aspiring_Developer</dc:creator>
    <dc:date>2020-02-16T11:27:08Z</dc:date>
    <item>
      <title>Splitting Budget into years</title>
      <link>https://community.qlik.com/t5/App-Development/Splitting-Budget-into-years/m-p/1673759#M51057</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Hi Team,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I have&amp;nbsp; a below data set:&lt;/P&gt;&lt;P&gt;Budget:&lt;/P&gt;&lt;P&gt;Load * inline [&lt;/P&gt;&lt;P&gt;Budget, Amount&lt;/P&gt;&lt;P&gt;WLP00, 200000 ];&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't have any year or month as the budget is allocated overall, All i know is the fiscal year is starting from 2010 and till now.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried below:-&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;let vMinDate= Num('1/1/2013');&lt;BR /&gt;let vMaxDate= Num(Today());&lt;/P&gt;&lt;P&gt;Temp:&lt;BR /&gt;Load&lt;BR /&gt;if(RowNo()=1, Date($(vMinDate), 'DD/MM/YYYY'), Date($(vMaxDate) + RowNo(), 'DD/MM/YYYY'))as Date&lt;BR /&gt;AutoGenerate (1)&lt;BR /&gt;While $(vMinDate) + RowNo() &amp;lt; $(vMaxDate);&lt;/P&gt;&lt;P&gt;join&lt;/P&gt;&lt;P&gt;Final:&lt;BR /&gt;LOAD *,&lt;BR /&gt;Num(Amount/12) as New_Budget&lt;BR /&gt;Resident Budget;&lt;BR /&gt;drop table Budget;&lt;/P&gt;&lt;P&gt;exit script;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;From the above, it is giving me all the dates for every year , day and month. For instance i am getting Dates like 01/01/2013, 12/2/2020,13/2/2020...,01/03/2020,01/04/2020.........20/03/2027.&lt;/P&gt;&lt;P&gt;It is giving me the future dates which i don't need&amp;nbsp; and also the dates for 2020 years is starting from the Feb month . It is not showing dates for 2014,2015 and so on.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My requirement is i only want dates for every years starting month. For ex:- 01/01/2010, 01/02/2010...01/12/2010........01/02/2020.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone please help urgently ??????&lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2020 08:38:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Splitting-Budget-into-years/m-p/1673759#M51057</guid>
      <dc:creator>Aspiring_Developer</dc:creator>
      <dc:date>2020-02-10T08:38:17Z</dc:date>
    </item>
    <item>
      <title>Re: Splitting Budget into years</title>
      <link>https://community.qlik.com/t5/App-Development/Splitting-Budget-into-years/m-p/1674250#M51136</link>
      <description>&lt;P&gt;from the input data, what is the expected outpout?&lt;/P&gt;</description>
      <pubDate>Tue, 11 Feb 2020 08:33:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Splitting-Budget-into-years/m-p/1674250#M51136</guid>
      <dc:creator>Taoufiq_Zarra</dc:creator>
      <dc:date>2020-02-11T08:33:56Z</dc:date>
    </item>
    <item>
      <title>Re: Splitting Budget into years</title>
      <link>https://community.qlik.com/t5/App-Development/Splitting-Budget-into-years/m-p/1676036#M51389</link>
      <description>&lt;P&gt;I have solved it myslef&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Make a new table and load date in it and take the resident if temp table and put where condition&lt;/P&gt;&lt;P&gt;Final:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Date&lt;/P&gt;&lt;P&gt;Resident temp&lt;/P&gt;&lt;P&gt;where day(Date)=1;&lt;/P&gt;&lt;P&gt;drop table temp;&lt;/P&gt;</description>
      <pubDate>Sun, 16 Feb 2020 11:27:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Splitting-Budget-into-years/m-p/1676036#M51389</guid>
      <dc:creator>Aspiring_Developer</dc:creator>
      <dc:date>2020-02-16T11:27:08Z</dc:date>
    </item>
  </channel>
</rss>

