<?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 Splitting the data into 12 months in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Splitting-the-data-into-12-months/m-p/1672484#M50893</link>
    <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;I have the&amp;nbsp; below scenario:-&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;Crosstable(Months, Value,2)Load&lt;/P&gt;&lt;P&gt;Budget,&lt;/P&gt;&lt;P&gt;Actual as Flag,&lt;/P&gt;&lt;P&gt;April,&lt;/P&gt;&lt;P&gt;May,&lt;/P&gt;&lt;P&gt;Jun,&lt;/P&gt;&lt;P&gt;Jul,&lt;/P&gt;&lt;P&gt;Aug,&lt;/P&gt;&lt;P&gt;Sep,&lt;/P&gt;&lt;P&gt;Oct,&lt;/P&gt;&lt;P&gt;Nov,&lt;/P&gt;&lt;P&gt;Dec,&lt;/P&gt;&lt;P&gt;Jan,&lt;/P&gt;&lt;P&gt;Feb,&lt;/P&gt;&lt;P&gt;Mar&lt;/P&gt;&lt;P&gt;From ....&lt;/P&gt;&lt;P&gt;&amp;nbsp;I have "Budget" and suppose it has&amp;nbsp; a value say 25000 and it i have to divide it by 12 and show the each value with respect to months. But i do not have any month specific values for "Budget".&lt;/P&gt;&lt;P&gt;The above Apr to Marc has the values for "Actuals" but i don't have any months for "Budget".&amp;nbsp;&lt;/P&gt;&lt;P&gt;How should i divide the value of budget by 12 and show each value for months ?&lt;/P&gt;&lt;P&gt;Budget&amp;nbsp; April, May, Jun,Jul,Aug,Sep,Oct,Nov,Dec,Jan,Feb,Mar&lt;/P&gt;&lt;P&gt;25000, values1, value2, value3(25000/12)&lt;/P&gt;&lt;P&gt;Note: Both the values of Actuals (monthwise) and Budget are in the same table&lt;/P&gt;</description>
    <pubDate>Wed, 05 Feb 2020 11:27:20 GMT</pubDate>
    <dc:creator>Aspiring_Developer</dc:creator>
    <dc:date>2020-02-05T11:27:20Z</dc:date>
    <item>
      <title>Splitting the data into 12 months</title>
      <link>https://community.qlik.com/t5/App-Development/Splitting-the-data-into-12-months/m-p/1672484#M50893</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;I have the&amp;nbsp; below scenario:-&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;Crosstable(Months, Value,2)Load&lt;/P&gt;&lt;P&gt;Budget,&lt;/P&gt;&lt;P&gt;Actual as Flag,&lt;/P&gt;&lt;P&gt;April,&lt;/P&gt;&lt;P&gt;May,&lt;/P&gt;&lt;P&gt;Jun,&lt;/P&gt;&lt;P&gt;Jul,&lt;/P&gt;&lt;P&gt;Aug,&lt;/P&gt;&lt;P&gt;Sep,&lt;/P&gt;&lt;P&gt;Oct,&lt;/P&gt;&lt;P&gt;Nov,&lt;/P&gt;&lt;P&gt;Dec,&lt;/P&gt;&lt;P&gt;Jan,&lt;/P&gt;&lt;P&gt;Feb,&lt;/P&gt;&lt;P&gt;Mar&lt;/P&gt;&lt;P&gt;From ....&lt;/P&gt;&lt;P&gt;&amp;nbsp;I have "Budget" and suppose it has&amp;nbsp; a value say 25000 and it i have to divide it by 12 and show the each value with respect to months. But i do not have any month specific values for "Budget".&lt;/P&gt;&lt;P&gt;The above Apr to Marc has the values for "Actuals" but i don't have any months for "Budget".&amp;nbsp;&lt;/P&gt;&lt;P&gt;How should i divide the value of budget by 12 and show each value for months ?&lt;/P&gt;&lt;P&gt;Budget&amp;nbsp; April, May, Jun,Jul,Aug,Sep,Oct,Nov,Dec,Jan,Feb,Mar&lt;/P&gt;&lt;P&gt;25000, values1, value2, value3(25000/12)&lt;/P&gt;&lt;P&gt;Note: Both the values of Actuals (monthwise) and Budget are in the same table&lt;/P&gt;</description>
      <pubDate>Wed, 05 Feb 2020 11:27:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Splitting-the-data-into-12-months/m-p/1672484#M50893</guid>
      <dc:creator>Aspiring_Developer</dc:creator>
      <dc:date>2020-02-05T11:27:20Z</dc:date>
    </item>
    <item>
      <title>Re: Splitting the data into 12 months</title>
      <link>https://community.qlik.com/t5/App-Development/Splitting-the-data-into-12-months/m-p/1672489#M50894</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please go through the attachment I have distributed sample budget across all months&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 05 Feb 2020 11:34:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Splitting-the-data-into-12-months/m-p/1672489#M50894</guid>
      <dc:creator>Kashyap_R</dc:creator>
      <dc:date>2020-02-05T11:34:34Z</dc:date>
    </item>
    <item>
      <title>Re: Splitting the data into 12 months</title>
      <link>https://community.qlik.com/t5/App-Development/Splitting-the-data-into-12-months/m-p/1672754#M50931</link>
      <description>&lt;P&gt;Thanks for the above solution but i want to display the data like this:-&lt;/P&gt;&lt;P&gt;But i have to show the data like this:-&lt;/P&gt;&lt;P&gt;TABLE 1:&lt;/P&gt;&lt;P&gt;Object No,&lt;/P&gt;&lt;P&gt;Country&lt;/P&gt;&lt;P&gt;Element&lt;/P&gt;&lt;P&gt;Project Type&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Table 2:&lt;/P&gt;&lt;P&gt;Crosstable(Months, Values, 7)load&lt;/P&gt;&lt;P&gt;Object No,&lt;/P&gt;&lt;P&gt;Ledger No&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;'Actual' as Flag,&lt;/P&gt;&lt;P&gt;Budget,&lt;/P&gt;&lt;P&gt;April,&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;Mar&lt;/P&gt;&lt;P&gt;Master calednar:&lt;/P&gt;&lt;P&gt;Date // linked with table 2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Budget:&lt;/P&gt;&lt;P&gt;Load *,&lt;/P&gt;&lt;P&gt;Budget&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Join&lt;/P&gt;&lt;P&gt;Load * Inline[&lt;/P&gt;&lt;P&gt;Jan,&lt;/P&gt;&lt;P&gt;Feb....&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;Dec]&lt;/P&gt;&lt;P&gt;Final:&lt;/P&gt;&lt;P&gt;Load *,&lt;/P&gt;&lt;P&gt;Num(Budget/12) as Buget&lt;/P&gt;&lt;P&gt;Resident Budget&lt;/P&gt;&lt;P&gt;Drop table Budget&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to create&amp;nbsp; a link between Table1 and Budget on the "Object No". But when i ma trying, getting error "Ciruclar reference". How should i create a link between these two table so that i can fetch the value of budget with respect to "ObjectNo". Please help !&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2020 06:36:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Splitting-the-data-into-12-months/m-p/1672754#M50931</guid>
      <dc:creator>Aspiring_Developer</dc:creator>
      <dc:date>2020-02-06T06:36:27Z</dc:date>
    </item>
  </channel>
</rss>

