<?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: Budget Vs Actuals Graph in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Budget-Vs-Actuals-Graph/m-p/552727#M206484</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="DBCapture2.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/51929_DBCapture2.PNG.png" style="width: 620px; height: 663px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Jan 2014 16:43:16 GMT</pubDate>
    <dc:creator>tschullo</dc:creator>
    <dc:date>2014-01-22T16:43:16Z</dc:date>
    <item>
      <title>Budget Vs Actuals Graph</title>
      <link>https://community.qlik.com/t5/QlikView/Budget-Vs-Actuals-Graph/m-p/552721#M206478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to graph my actual sales vs budgeted sales.&lt;/P&gt;&lt;P&gt;I have a table with the budget per customer per month.&lt;/P&gt;&lt;P&gt;I also have a table with my actual sales data with a date from which I created additional columns in that table including month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to show the YTD budget as a linear graph along with the actuals as line (or bars) in the same chart.&lt;/P&gt;&lt;P&gt;I am able to do this by two charts with one transparent above the other, but was wondering if there was a way to do it in one chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that I have no links between the expressions required in one graph to the other, so I can't use one dimension that covers both, at least not as my data model stands.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2014 15:13:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Budget-Vs-Actuals-Graph/m-p/552721#M206478</guid>
      <dc:creator>tschullo</dc:creator>
      <dc:date>2014-01-22T15:13:05Z</dc:date>
    </item>
    <item>
      <title>Re: Budget Vs Actuals Graph</title>
      <link>https://community.qlik.com/t5/QlikView/Budget-Vs-Actuals-Graph/m-p/552722#M206479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the data is related (same dates, customers, etc.), I would say that the data should be linked or joined in the data model.&amp;nbsp; Then making your chart would be a whole lot easier too.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2014 15:19:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Budget-Vs-Actuals-Graph/m-p/552722#M206479</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2014-01-22T15:19:34Z</dc:date>
    </item>
    <item>
      <title>Re: Budget Vs Actuals Graph</title>
      <link>https://community.qlik.com/t5/QlikView/Budget-Vs-Actuals-Graph/m-p/552723#M206480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately they are not related as&amp;nbsp; I have a date island in place&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2014 15:23:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Budget-Vs-Actuals-Graph/m-p/552723#M206480</guid>
      <dc:creator>tschullo</dc:creator>
      <dc:date>2014-01-22T15:23:36Z</dc:date>
    </item>
    <item>
      <title>Re: Budget Vs Actuals Graph</title>
      <link>https://community.qlik.com/t5/QlikView/Budget-Vs-Actuals-Graph/m-p/552724#M206481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post a screenshot of your table viewer (CTRL+T)?&amp;nbsp; Or even better yet, a sample .qvw?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2014 15:25:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Budget-Vs-Actuals-Graph/m-p/552724#M206481</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2014-01-22T15:25:24Z</dc:date>
    </item>
    <item>
      <title>Re: Budget Vs Actuals Graph</title>
      <link>https://community.qlik.com/t5/QlikView/Budget-Vs-Actuals-Graph/m-p/552725#M206482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Chart Dimensions:&lt;/STRONG&gt; bMonth (1-12 from budget table) and FPeriod (1-12 from load data)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Actuals Expression:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;=count({&amp;lt;FYear={$(vSelectedYear)}, FYbudgetCode={2},&lt;/P&gt;&lt;P&gt;ShipDate={"&amp;lt;=$(=ceil(vCurrDateSelectedYear))"}&lt;/P&gt;&lt;P&gt;&amp;gt;} cnt_key)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Budget Expression:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;=sum({&amp;lt;bMonth={"&amp;lt;=$(vCurrPeriod)"}&amp;gt;}&amp;nbsp; bLoads)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="DBCapture.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/51919_DBCapture.PNG.png" style="width: 620px; height: 167px;" /&gt;&lt;/P&gt;&lt;P&gt;Note that in the two charts at the right I am able to get the data to look right when I split the two tables, but when I merger the tow into one chart with two dimensions, the loads by FPeriod get repeated 12 times per month (and in some cases 13 with no budget data, i.e. 6 | - |&amp;nbsp; 5 | 0)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2014 16:29:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Budget-Vs-Actuals-Graph/m-p/552725#M206482</guid>
      <dc:creator>tschullo</dc:creator>
      <dc:date>2014-01-22T16:29:29Z</dc:date>
    </item>
    <item>
      <title>Re: Budget Vs Actuals Graph</title>
      <link>https://community.qlik.com/t5/QlikView/Budget-Vs-Actuals-Graph/m-p/552726#M206483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post a screenshot of your table viewer as well (CTRL+T)?&amp;nbsp; I need to see how your data model looks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2014 16:36:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Budget-Vs-Actuals-Graph/m-p/552726#M206483</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2014-01-22T16:36:02Z</dc:date>
    </item>
    <item>
      <title>Re: Budget Vs Actuals Graph</title>
      <link>https://community.qlik.com/t5/QlikView/Budget-Vs-Actuals-Graph/m-p/552727#M206484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="DBCapture2.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/51929_DBCapture2.PNG.png" style="width: 620px; height: 663px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2014 16:43:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Budget-Vs-Actuals-Graph/m-p/552727#M206484</guid>
      <dc:creator>tschullo</dc:creator>
      <dc:date>2014-01-22T16:43:16Z</dc:date>
    </item>
    <item>
      <title>Re: Budget Vs Actuals Graph</title>
      <link>https://community.qlik.com/t5/QlikView/Budget-Vs-Actuals-Graph/m-p/552728#M206485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What fields is %LINK_Key made up of?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2014 16:54:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Budget-Vs-Actuals-Graph/m-p/552728#M206485</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2014-01-22T16:54:17Z</dc:date>
    </item>
    <item>
      <title>Re: Budget Vs Actuals Graph</title>
      <link>https://community.qlik.com/t5/QlikView/Budget-Vs-Actuals-Graph/m-p/552729#M206486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;Parent Alias Name and PSalesNumber &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2014 17:05:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Budget-Vs-Actuals-Graph/m-p/552729#M206486</guid>
      <dc:creator>tschullo</dc:creator>
      <dc:date>2014-01-22T17:05:13Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Budget Vs Actuals Graph</title>
      <link>https://community.qlik.com/t5/QlikView/Budget-Vs-Actuals-Graph/m-p/552730#M206487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you try adding another field to that %LINK_Key?&amp;nbsp; Then you should be able to put them on the same chart just using either FPeriod or bMonth as the dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;LOAD_INFO_FINAL:&lt;/P&gt;
&lt;P&gt;...&lt;/P&gt;
&lt;P&gt;[Parent Alias Name] &amp;amp; '|' &amp;amp; PSalesNumber &amp;amp; '|' &amp;amp; FPeriod as %LINK_KEY //or however you create your keys&lt;/P&gt;
&lt;P&gt;...&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;EXIST_CUST_BUDGET:&lt;/P&gt;
&lt;P&gt;...&lt;/P&gt;
&lt;P&gt;[Parent Alias Name] &amp;amp; '|' &amp;amp; PSalesNumber &amp;amp; '|' &amp;amp; bMonth as %LINK_KEY&lt;/P&gt;
&lt;P&gt;...&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2014 17:57:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Budget-Vs-Actuals-Graph/m-p/552730#M206487</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2014-01-22T17:57:17Z</dc:date>
    </item>
    <item>
      <title>Re: Budget Vs Actuals Graph</title>
      <link>https://community.qlik.com/t5/QlikView/Budget-Vs-Actuals-Graph/m-p/552731#M206488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, that worked. Now I just need to replace my numbers with a month abbreviation in the axis.&amp;nbsp; I have that in a Month field with 1=Apr, etc, should I just add Month to my budget Table and use it as a dimension rather than Period?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="51938" alt="DBCapture3.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/51938_DBCapture3.PNG.png" style="width: 620px; height: 260px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2014 19:47:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Budget-Vs-Actuals-Graph/m-p/552731#M206488</guid>
      <dc:creator>tschullo</dc:creator>
      <dc:date>2014-01-22T19:47:28Z</dc:date>
    </item>
    <item>
      <title>Re: Budget Vs Actuals Graph</title>
      <link>https://community.qlik.com/t5/QlikView/Budget-Vs-Actuals-Graph/m-p/552732#M206489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yup, that should work since the tables are linked properly now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2014 20:03:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Budget-Vs-Actuals-Graph/m-p/552732#M206489</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2014-01-22T20:03:17Z</dc:date>
    </item>
    <item>
      <title>Re: Budget Vs Actuals Graph</title>
      <link>https://community.qlik.com/t5/QlikView/Budget-Vs-Actuals-Graph/m-p/552733#M206490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your help I really appreciate it! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2014 20:15:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Budget-Vs-Actuals-Graph/m-p/552733#M206490</guid>
      <dc:creator>tschullo</dc:creator>
      <dc:date>2014-01-22T20:15:06Z</dc:date>
    </item>
    <item>
      <title>Re: Budget Vs Actuals Graph</title>
      <link>https://community.qlik.com/t5/QlikView/Budget-Vs-Actuals-Graph/m-p/552734#M206491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;I like to analyse the Target and Current Revenue.Below is the scenario,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Current Revenue per month- 80,000&lt;/P&gt;&lt;P&gt;My target -1,00,000&lt;/P&gt;&lt;P&gt;Travelling Expenses-10,000&lt;/P&gt;&lt;P&gt;Electricity Charges -3000&lt;/P&gt;&lt;P&gt;Other Expenses&amp;nbsp;&amp;nbsp;&amp;nbsp; -1000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Questions is that:&lt;/P&gt;&lt;P&gt;I have a Gauge Chart where One end will display the Current Revenue and opposite will display the Target which I want to achieve.i have three slider control in which Travelling expenses amount,Electricity charges amount and Other Expenses amount are assigned.&lt;/P&gt;&lt;P&gt;If i decreases the Expenses in slider, then automatically my Current Revenue have to increases and&lt;/P&gt;&lt;P&gt;should moves to the target.How can i do this.Please give me the code to do it.Please help me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jun 2014 12:03:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Budget-Vs-Actuals-Graph/m-p/552734#M206491</guid>
      <dc:creator />
      <dc:date>2014-06-13T12:03:20Z</dc:date>
    </item>
  </channel>
</rss>

