<?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 Actual vs Budget in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Actual-vs-Budget/m-p/1548382#M39488</link>
    <description>&lt;P&gt;Hi Qliks,&lt;/P&gt;&lt;P&gt;How to find weekly Sales vs budget values in line chart and also monthly and quarterly in bar chart.&lt;/P&gt;&lt;P&gt;&amp;nbsp;Any help here.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 24 Feb 2019 00:24:55 GMT</pubDate>
    <dc:creator>poooja</dc:creator>
    <dc:date>2019-02-24T00:24:55Z</dc:date>
    <item>
      <title>Actual vs Budget</title>
      <link>https://community.qlik.com/t5/App-Development/Actual-vs-Budget/m-p/1548382#M39488</link>
      <description>&lt;P&gt;Hi Qliks,&lt;/P&gt;&lt;P&gt;How to find weekly Sales vs budget values in line chart and also monthly and quarterly in bar chart.&lt;/P&gt;&lt;P&gt;&amp;nbsp;Any help here.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 24 Feb 2019 00:24:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Actual-vs-Budget/m-p/1548382#M39488</guid>
      <dc:creator>poooja</dc:creator>
      <dc:date>2019-02-24T00:24:55Z</dc:date>
    </item>
    <item>
      <title>Re: Actual vs Budget</title>
      <link>https://community.qlik.com/t5/App-Development/Actual-vs-Budget/m-p/1548383#M39489</link>
      <description>&lt;P&gt;I've had a look at your script and it appears your Order and Budget tables have no join. If you want to create charts of the same period then you need to create a shared date.&lt;/P&gt;&lt;P&gt;Two options:&lt;/P&gt;&lt;P&gt;Option 1: In the Budget table, add the same fields that you have added to the Order table:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Dual(Year(Bdate)&amp;amp;'-'&amp;amp;Month(Bdate),MonthStart(Bdate)) as YearMonth,&lt;/LI&gt;&lt;LI&gt;Dual(Year(Bdate)&amp;amp;'-Q'&amp;amp;Num(Ceil(Num(Month(Bdate))/3)),QuarterStart(Bdate)) as YearQuarter,&lt;/LI&gt;&lt;LI&gt;if(WeekStart(Bdate)&amp;lt;Bdate, date(WeekStart(Bdate) +1, 'DD-MM'),date(WeekStart(Bdate) -6, 'DD-MMM')) as WeekStart&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Option 2: In both the Order and Budget tables, instead of the date fields above create a new date field, ie OrderDate as ReportDate and BDate as ReportDate. Use this as the main date in your autoCalendar. The autoCalendar will give you all of the key date options.&lt;/P&gt;</description>
      <pubDate>Sun, 24 Feb 2019 03:26:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Actual-vs-Budget/m-p/1548383#M39489</guid>
      <dc:creator>s-puddle</dc:creator>
      <dc:date>2019-02-24T03:26:28Z</dc:date>
    </item>
    <item>
      <title>Re: Actual vs Budget</title>
      <link>https://community.qlik.com/t5/App-Development/Actual-vs-Budget/m-p/1548447#M39494</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for your response.&lt;/P&gt;&lt;P&gt;The Option 1 will give us synthetic issue.&lt;/P&gt;&lt;P&gt;The Option 2&amp;nbsp; affects&amp;nbsp; the object values which i have created already. Is there any other solution without affecting the existing objects values.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Pooja&lt;/P&gt;</description>
      <pubDate>Sun, 24 Feb 2019 16:34:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Actual-vs-Budget/m-p/1548447#M39494</guid>
      <dc:creator>poooja</dc:creator>
      <dc:date>2019-02-24T16:34:34Z</dc:date>
    </item>
    <item>
      <title>Re: Actual vs Budget</title>
      <link>https://community.qlik.com/t5/App-Development/Actual-vs-Budget/m-p/1548465#M39497</link>
      <description>&lt;P&gt;Hi Pooja&lt;/P&gt;&lt;P&gt;Not sure what you mean by affecting the object values.&lt;/P&gt;&lt;P&gt;Could you provide another copy of your app run with Option 2? Or if you have the raw data available?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sharon&lt;/P&gt;</description>
      <pubDate>Sun, 24 Feb 2019 21:22:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Actual-vs-Budget/m-p/1548465#M39497</guid>
      <dc:creator>s-puddle</dc:creator>
      <dc:date>2019-02-24T21:22:30Z</dc:date>
    </item>
    <item>
      <title>Re: Actual vs Budget</title>
      <link>https://community.qlik.com/t5/App-Development/Actual-vs-Budget/m-p/1548476#M39499</link>
      <description>&lt;P&gt;Hi Sharon,&lt;/P&gt;&lt;P&gt;PFA Source file .&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Pooja&lt;/P&gt;</description>
      <pubDate>Mon, 25 Feb 2019 01:07:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Actual-vs-Budget/m-p/1548476#M39499</guid>
      <dc:creator>poooja</dc:creator>
      <dc:date>2019-02-25T01:07:22Z</dc:date>
    </item>
  </channel>
</rss>

