<?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: Dynamic Totaling in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dynamic-Totaling/m-p/1396741#M809267</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Can you&amp;nbsp; try like this?&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/117407"&gt;Number formatting - millions to billions&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Oct 2017 14:59:27 GMT</pubDate>
    <dc:creator>devarasu07</dc:creator>
    <dc:date>2017-10-19T14:59:27Z</dc:date>
    <item>
      <title>Dynamic Totaling</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Totaling/m-p/1396739#M809265</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;&lt;/P&gt;&lt;P&gt;I have a Text Object with the following expression in it: &lt;/P&gt;&lt;P&gt;= 'Total AUM' &amp;amp; '&lt;/P&gt;&lt;P&gt;'&amp;amp; Money(Sum(If(epic_issue_type='Epic' and project_name&amp;lt;&amp;gt;'PMO Test' and project_name&amp;lt;&amp;gt;'PMO IMS Pipeline' and epic_status&amp;lt;&amp;gt;'Not Required' and epic_status&amp;lt;&amp;gt;'Done', epic_cf_estimated_aum)), '$ #,##')/1000000000 &amp;amp; ' '&amp;amp; 'B'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The text box is totaling epic_cf_estimated_aum, I would like the text box to be dynamic in the sense that if the AUM falls in thousands, millions, billions, or trillions the B on the end of the equation will change to K, M, or T. Right now I hard coded the equation to display the B i want it to change as the number either goes up or down.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If someone can let me know if this is at all possible? If so, can someone help me create a new expression or maybe it is just an add on to the one above?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Totaling/m-p/1396739#M809265</guid>
      <dc:creator>mparker123</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Totaling</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Totaling/m-p/1396740#M809266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Unfortunately is this not implemented in that way..&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;num(Expression / 1000, '#.##0 k') for thousands&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;num(Expression / 1000000, '#.##0,0 m') for millions&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Oct 2017 14:51:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Totaling/m-p/1396740#M809266</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-10-19T14:51:01Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Totaling</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Totaling/m-p/1396741#M809267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Can you&amp;nbsp; try like this?&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/117407"&gt;Number formatting - millions to billions&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Oct 2017 14:59:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Totaling/m-p/1396741#M809267</guid>
      <dc:creator>devarasu07</dc:creator>
      <dc:date>2017-10-19T14:59:27Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Totaling</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Totaling/m-p/1396742#M809268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To make the code in your text box leaner you could store the expression in a variable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vTotalAUM&amp;nbsp;&amp;nbsp;&amp;nbsp; =&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Money(Sum(If(epic_issue_type='Epic' and project_name&amp;lt;&amp;gt;'PMO Test' and project_name&amp;lt;&amp;gt;'PMO IMS Pipeline' and epic_status&amp;lt;&amp;gt;'Not Required' and epic_status&amp;lt;&amp;gt;'Done', epic_cf_estimated_aum)), '$ #,##')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Then in your text box you could write something like:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;= 'Total AUM ' &amp;amp; if ($(vTotalAUM) &amp;gt; 1000000000 , $(vTotalAUM)/1000000000 &amp;amp; ' B',if ($(vTotalAUM) &amp;gt; 1000000 , $(vTotalAUM)/1000000 &amp;amp; ' M',if ($(vTotalAUM) &amp;gt; 1000, $(vTotalAUM)/1000 &amp;amp; ' K')))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Oct 2017 21:41:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Totaling/m-p/1396742#M809268</guid>
      <dc:creator>lorenzoconforti</dc:creator>
      <dc:date>2017-10-19T21:41:54Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Totaling</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Totaling/m-p/1396743#M809269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Lorenzo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the post. But have you had success with the formula you suggested. I tried to use it in my Qlikview and it doesn't seem to be working for me. Wondering if i am doing something wrong.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Oct 2017 13:58:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Totaling/m-p/1396743#M809269</guid>
      <dc:creator>mparker123</dc:creator>
      <dc:date>2017-10-20T13:58:36Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Totaling</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Totaling/m-p/1396744#M809270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please post how is the variable defined? A screenshot of the variable overview table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Oct 2017 14:07:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Totaling/m-p/1396744#M809270</guid>
      <dc:creator>lorenzoconforti</dc:creator>
      <dc:date>2017-10-20T14:07:54Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Totaling</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Totaling/m-p/1396745#M809271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok I attached the variable overview&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Oct 2017 17:28:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Totaling/m-p/1396745#M809271</guid>
      <dc:creator>mparker123</dc:creator>
      <dc:date>2017-10-20T17:28:21Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Totaling</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Totaling/m-p/1396746#M809272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are some extra bits at the end of the variable definition&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The variable definition is different compared to what we were using above; regardless, remove the end part&amp;nbsp;&amp;nbsp; /1000000000 &amp;amp; ' ' &amp;amp; 'B'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Oct 2017 19:02:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Totaling/m-p/1396746#M809272</guid>
      <dc:creator>lorenzoconforti</dc:creator>
      <dc:date>2017-10-20T19:02:00Z</dc:date>
    </item>
  </channel>
</rss>

