<?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: Help on complicated text object formula in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-on-complicated-text-object-formula/m-p/1290185#M871801</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;or even this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Sum(Aggr(RangeMax(Sum(fin_gl_line_reporting_amt), 0), fin_accnt_code, fin_gl_line_trans_datetime))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Nov 2016 10:31:18 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-11-22T10:31:18Z</dc:date>
    <item>
      <title>Help on complicated text object formula</title>
      <link>https://community.qlik.com/t5/QlikView/Help-on-complicated-text-object-formula/m-p/1290183#M871799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="text object help.png" class="jive-image image-1" src="/legacyfs/online/144479_text object help.png" style="height: 179px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;With reference to the screenshot, i want to create a text object that show the total of the last column,&lt;/STRONG&gt; sum(fin_gl_line_reporting_amt)*if(sum(fin_gl_line_reporting_amt)&amp;gt;0,1,0)&amp;nbsp; .&lt;/P&gt;&lt;P&gt;I can do this on a chart but not in a textbox. &lt;/P&gt;&lt;P&gt;I believe i need to make use of aggr function but i have no idea how to write the correct one. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently my formula is &lt;/P&gt;&lt;P&gt;=num(sum(aggr(if(sum(fin_gl_line_reporting_amt)&amp;gt;0,Sum(&lt;SPAN style="font-size: 13.3333px;"&gt;fin_gl_line_reporting_amt&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;)&lt;/SPAN&gt;,fin_accnt_code)),'$#,##0.00;$#,##0.00')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but its not displaying anything, i wonder whats wrong. I have attached my qvw and excel data too.&lt;/P&gt;&lt;P&gt;Any help to simplify the whole formula or change it entirely is greatly appreciated.&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/Help-on-complicated-text-object-formula/m-p/1290183#M871799</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Help on complicated text object formula</title>
      <link>https://community.qlik.com/t5/QlikView/Help-on-complicated-text-object-formula/m-p/1290184#M871800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum(Aggr(sum(fin_gl_line_reporting_amt)*if(sum(fin_gl_line_reporting_amt)&amp;gt;0,1,0), fin_accnt_code,fin_gl_line_trans_datetime))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Nov 2016 10:05:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-on-complicated-text-object-formula/m-p/1290184#M871800</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2016-11-22T10:05:10Z</dc:date>
    </item>
    <item>
      <title>Re: Help on complicated text object formula</title>
      <link>https://community.qlik.com/t5/QlikView/Help-on-complicated-text-object-formula/m-p/1290185#M871801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;or even this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Sum(Aggr(RangeMax(Sum(fin_gl_line_reporting_amt), 0), fin_accnt_code, fin_gl_line_trans_datetime))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Nov 2016 10:31:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-on-complicated-text-object-formula/m-p/1290185#M871801</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-11-22T10:31:18Z</dc:date>
    </item>
    <item>
      <title>Re: Help on complicated text object formula</title>
      <link>https://community.qlik.com/t5/QlikView/Help-on-complicated-text-object-formula/m-p/1290186#M871802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank guys, looks like both of the formulas are working. the usage of range max with 0 and tablefield as the parameter is smart!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Nov 2016 01:25:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-on-complicated-text-object-formula/m-p/1290186#M871802</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-23T01:25:13Z</dc:date>
    </item>
  </channel>
</rss>

