<?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 Merging Budget data into Actual Transactions in load script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Merging-Budget-data-into-Actual-Transactions-in-load-script/m-p/226353#M78559</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ranjit, thanks for you help. I have linked the 2 tables on Region, so I guess I am struggling to understand how I can link on month as well. If I link on Month instead of Region, then I have the same problem.&lt;/P&gt;&lt;P&gt;I thought I could roll up the RunRate into a single total of budget for the month, and then use the aggr function but that also seems to not be working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Oct 2010 14:52:47 GMT</pubDate>
    <dc:creator>pduplessis</dc:creator>
    <dc:date>2010-10-04T14:52:47Z</dc:date>
    <item>
      <title>Merging Budget data into Actual Transactions in load script</title>
      <link>https://community.qlik.com/t5/QlikView/Merging-Budget-data-into-Actual-Transactions-in-load-script/m-p/226351#M78557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have budget data that gives a RunRate for the month, and I have sales data. For example the budget data is:&lt;/P&gt;&lt;P&gt;Month, Region, RunRate&lt;/P&gt;&lt;P&gt;Jan, RegionA, 355.00&lt;/P&gt;&lt;P&gt;Jan, RegionB, 220.00&lt;/P&gt;&lt;P&gt;Feb, RegionA, 360.00&lt;/P&gt;&lt;P&gt;Feb, RegionB, 225.00&lt;/P&gt;&lt;P&gt;...etc&lt;/P&gt;&lt;P&gt;The RunRate is the sales budget per day for the month.&lt;/P&gt;&lt;P&gt;I would like to link it into my sales data which has a master calendar, but I am at a loss for knowing how.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas are most welcome.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Oct 2010 01:00:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Merging-Budget-data-into-Actual-Transactions-in-load-script/m-p/226351#M78557</guid>
      <dc:creator>pduplessis</dc:creator>
      <dc:date>2010-10-04T01:00:58Z</dc:date>
    </item>
    <item>
      <title>Merging Budget data into Actual Transactions in load script</title>
      <link>https://community.qlik.com/t5/QlikView/Merging-Budget-data-into-Actual-Transactions-in-load-script/m-p/226352#M78558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If your Sales Data has any date field, for eg. Startdate with mm-dd-yyyy format. You can load the sales data and give something like this.&lt;/P&gt;&lt;P&gt;Month(Startdate) as Month,&lt;/P&gt;&lt;P&gt;so your Month field in Sales Data and Budget Data will get linked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have any queries, please revert back.&lt;/P&gt;&lt;P&gt;Ren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Oct 2010 06:49:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Merging-Budget-data-into-Actual-Transactions-in-load-script/m-p/226352#M78558</guid>
      <dc:creator>renjithpl</dc:creator>
      <dc:date>2010-10-04T06:49:49Z</dc:date>
    </item>
    <item>
      <title>Merging Budget data into Actual Transactions in load script</title>
      <link>https://community.qlik.com/t5/QlikView/Merging-Budget-data-into-Actual-Transactions-in-load-script/m-p/226353#M78559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ranjit, thanks for you help. I have linked the 2 tables on Region, so I guess I am struggling to understand how I can link on month as well. If I link on Month instead of Region, then I have the same problem.&lt;/P&gt;&lt;P&gt;I thought I could roll up the RunRate into a single total of budget for the month, and then use the aggr function but that also seems to not be working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Oct 2010 14:52:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Merging-Budget-data-into-Actual-Transactions-in-load-script/m-p/226353#M78559</guid>
      <dc:creator>pduplessis</dc:creator>
      <dc:date>2010-10-04T14:52:47Z</dc:date>
    </item>
    <item>
      <title>Merging Budget data into Actual Transactions in load script</title>
      <link>https://community.qlik.com/t5/QlikView/Merging-Budget-data-into-Actual-Transactions-in-load-script/m-p/226354#M78560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Could you send your tables in in excel format. ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Oct 2010 06:49:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Merging-Budget-data-into-Actual-Transactions-in-load-script/m-p/226354#M78560</guid>
      <dc:creator>renjithpl</dc:creator>
      <dc:date>2010-10-13T06:49:16Z</dc:date>
    </item>
    <item>
      <title>Merging Budget data into Actual Transactions in load script</title>
      <link>https://community.qlik.com/t5/QlikView/Merging-Budget-data-into-Actual-Transactions-in-load-script/m-p/226355#M78561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can concatenate your budget and actuals with a flag field added to the table structure.&lt;/P&gt;&lt;P&gt;I conceder that you have one row for each month but the same row should be present for each day to get the daily budget.&lt;/P&gt;&lt;P&gt;For Example:-&lt;/P&gt;&lt;P&gt;Fact:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Month,&lt;/P&gt;&lt;P&gt;Region,&lt;/P&gt;&lt;P&gt;RunRate,&lt;/P&gt;&lt;P&gt;'Budget' As Flag&lt;/P&gt;&lt;P&gt;from Budget.qvd;&lt;/P&gt;&lt;P&gt;left join&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Date,&lt;/P&gt;&lt;P&gt;Month&lt;/P&gt;&lt;P&gt;from MasterCalendar.qvd;&lt;/P&gt;&lt;P&gt;drop field Month;&lt;/P&gt;&lt;P&gt;concatenate (Fact)&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Date,&lt;/P&gt;&lt;P&gt;Region,&lt;/P&gt;&lt;P&gt;RunRate,&lt;/P&gt;&lt;P&gt;'Budget' As Flag&lt;/P&gt;&lt;P&gt;from Actuals.qvd;&lt;/P&gt;&lt;P&gt;This code will return a single table which will have rows for actuals as well as for Budget. Now you can link this Fact table to your master calander.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this will help you.&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Best Regards,&lt;/P&gt;&lt;P&gt;Kuldeep Tak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Oct 2010 07:59:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Merging-Budget-data-into-Actual-Transactions-in-load-script/m-p/226355#M78561</guid>
      <dc:creator />
      <dc:date>2010-10-13T07:59:47Z</dc:date>
    </item>
  </channel>
</rss>

