<?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 How to add dynamic expression to Guage Chart Title in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-add-dynamic-expression-to-Guage-Chart-Title/m-p/154678#M31218</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about making the dimension for the pay /non-pay gauges calculated, for example for Pay Expenditure&lt;/P&gt;&lt;P&gt;if (Cat = 'Pay Expenditure', Cost)&lt;/P&gt;&lt;P&gt;amd then make the dimension 'suppress when value is null'&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gordon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Oct 2010 12:24:45 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-10-22T12:24:45Z</dc:date>
    <item>
      <title>How to add dynamic expression to Guage Chart Title</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-dynamic-expression-to-Guage-Chart-Title/m-p/154677#M31217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys&lt;/P&gt;&lt;P&gt;I have got three guage charts, One with Total Cost, and other two are broken down between Pay and Non pay.&lt;/P&gt;&lt;P&gt;My problem is, the amount in the bottom half of the guage charts, as you can see it works fine for the "Overall Performance" as there is no filter to it, however how to put a filter for Pay and Non Pay. Can we put something in Sum as a condition to only pick up 'Pay' and 'Non Pay'.&lt;/P&gt;&lt;P&gt;Expression for Title in Chart: &lt;EM&gt;&lt;STRONG&gt;=num((Sum(Budget_YTD)-Sum(Actual_YTD)),'#,##0;(#,##0)')&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;For the guage itself, I have created a calculated dimentions with expression to get Pay and Non Pay: &lt;STRONG&gt;&lt;EM&gt;=CostCat='Pay Expenditure'&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="error loading image" class="jive-image error-loading-image" src="https://community.qlik.com/legacyfs/online/-2634_sourceID:2634" /&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Oct 2010 12:17:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-dynamic-expression-to-Guage-Chart-Title/m-p/154677#M31217</guid>
      <dc:creator />
      <dc:date>2010-10-22T12:17:43Z</dc:date>
    </item>
    <item>
      <title>How to add dynamic expression to Guage Chart Title</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-dynamic-expression-to-Guage-Chart-Title/m-p/154678#M31218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about making the dimension for the pay /non-pay gauges calculated, for example for Pay Expenditure&lt;/P&gt;&lt;P&gt;if (Cat = 'Pay Expenditure', Cost)&lt;/P&gt;&lt;P&gt;amd then make the dimension 'suppress when value is null'&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gordon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Oct 2010 12:24:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-dynamic-expression-to-Guage-Chart-Title/m-p/154678#M31218</guid>
      <dc:creator />
      <dc:date>2010-10-22T12:24:45Z</dc:date>
    </item>
    <item>
      <title>How to add dynamic expression to Guage Chart Title</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-dynamic-expression-to-Guage-Chart-Title/m-p/154679#M31219</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 use the SET Analysis to filter: &lt;EM&gt;&lt;STRONG&gt;=num((Sum(Budget_YTD)-Sum(Actual_YTD)),'#,##0;(#,##0)')&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;--&amp;gt; "sum( {$ &amp;lt;condition = {'Pay'}&amp;gt; } Budget_YTD)" and similar for sum(Actual_YTD)&lt;/P&gt;&lt;P&gt;Means:&lt;/P&gt;&lt;P&gt;$ = actual selection (user)&lt;/P&gt;&lt;P&gt;&amp;lt; between (here) are the exeptions &amp;gt;&lt;/P&gt;&lt;P&gt;and all aroound are {}&lt;/P&gt;&lt;P&gt;This should help&lt;/P&gt;&lt;P&gt;Roland&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Oct 2010 12:37:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-dynamic-expression-to-Guage-Chart-Title/m-p/154679#M31219</guid>
      <dc:creator />
      <dc:date>2010-10-22T12:37:44Z</dc:date>
    </item>
    <item>
      <title>How to add dynamic expression to Guage Chart Title</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-dynamic-expression-to-Guage-Chart-Title/m-p/154680#M31220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for reply Gordon,&lt;/P&gt;&lt;P&gt;I think, Chart title expression is independent to the calculated dimentions or any other expression in guage chart.&lt;/P&gt;&lt;P&gt;So, making gauge dimension calculated is a very good practice and I will adopt it, but It doesn't solve the very problem of displaying correct figures at the bottom of the guege chart in red, which is driven by Title Expression. It works fine when I explicitly select the Category Pay from list box of Expense category but when no specific selection is made, it only shows me value for all, and not for a specific category.&lt;/P&gt;&lt;P&gt;In a nutshell, at any given point, the gause should display the total and the breakdown by exp category together.&lt;/P&gt;&lt;P&gt;Hope this make sense.&lt;/P&gt;&lt;P&gt;Sap&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Oct 2010 14:16:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-dynamic-expression-to-Guage-Chart-Title/m-p/154680#M31220</guid>
      <dc:creator />
      <dc:date>2010-10-22T14:16:18Z</dc:date>
    </item>
    <item>
      <title>How to add dynamic expression to Guage Chart Title</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-dynamic-expression-to-Guage-Chart-Title/m-p/154681#M31221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Roland&lt;/P&gt;&lt;P&gt;I am going to give SET analysis a go and let you know how it goes.&lt;/P&gt;&lt;P&gt;Thanks you for the reply.&lt;/P&gt;&lt;P&gt;Sap&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Oct 2010 14:26:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-dynamic-expression-to-Guage-Chart-Title/m-p/154681#M31221</guid>
      <dc:creator />
      <dc:date>2010-10-22T14:26:59Z</dc:date>
    </item>
    <item>
      <title>How to add dynamic expression to Guage Chart Title</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-dynamic-expression-to-Guage-Chart-Title/m-p/154682#M31222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Roland&lt;/P&gt;&lt;P&gt;You're the man. !!!&lt;/P&gt;&lt;P&gt;Set analysis worked like a treat.&lt;/P&gt;&lt;P&gt;Still early days for me with Qlikview, I like to learn by myself but would you reckon a structrued training session would be ideal? I am not paying, probs, get my employer to pay for it. &lt;IMG alt="Stick out tongue" src="http://community.qlik.com/emoticons/emotion-4.gif" /&gt;&lt;/P&gt;&lt;P&gt;Thanks once again to Roland and Gordon.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sap&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Oct 2010 15:14:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-dynamic-expression-to-Guage-Chart-Title/m-p/154682#M31222</guid>
      <dc:creator />
      <dc:date>2010-10-22T15:14:24Z</dc:date>
    </item>
  </channel>
</rss>

