<?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 Box Chart with expression 'Sum' in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Box-Chart-with-expression-Sum/m-p/1652619#M456096</link>
    <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;I would like to put in my QlikView dashboard a "box chart" using an expression.&lt;/P&gt;&lt;P&gt;The expression is detailed below:&lt;/P&gt;&lt;P&gt;=if(Len(InvoiceNo)=0, sum(CreditsAmount),sum(DeditsAmount))&lt;/P&gt;&lt;P&gt;(The result to display is equal to the sum of Debits and Credits.&lt;/P&gt;&lt;P&gt;Please could you tell me if I can do that using just a box and not a table box.&lt;/P&gt;&lt;P&gt;Thank you in advance for your help.&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 19:33:35 GMT</pubDate>
    <dc:creator>Black_Hole</dc:creator>
    <dc:date>2024-11-16T19:33:35Z</dc:date>
    <item>
      <title>Box Chart with expression 'Sum'</title>
      <link>https://community.qlik.com/t5/QlikView/Box-Chart-with-expression-Sum/m-p/1652619#M456096</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;I would like to put in my QlikView dashboard a "box chart" using an expression.&lt;/P&gt;&lt;P&gt;The expression is detailed below:&lt;/P&gt;&lt;P&gt;=if(Len(InvoiceNo)=0, sum(CreditsAmount),sum(DeditsAmount))&lt;/P&gt;&lt;P&gt;(The result to display is equal to the sum of Debits and Credits.&lt;/P&gt;&lt;P&gt;Please could you tell me if I can do that using just a box and not a table box.&lt;/P&gt;&lt;P&gt;Thank you in advance for your help.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 19:33:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Box-Chart-with-expression-Sum/m-p/1652619#M456096</guid>
      <dc:creator>Black_Hole</dc:creator>
      <dc:date>2024-11-16T19:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: Box Chart with expression 'Sum'</title>
      <link>https://community.qlik.com/t5/QlikView/Box-Chart-with-expression-Sum/m-p/1652634#M456097</link>
      <description>&lt;P&gt;with your expression there is a problem that the if-condition is a geenral condition (not addressed to one line)&lt;/P&gt;&lt;P&gt;so you need to calculate this line by line (invoiceno by invoiceno)&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;=sum(aggr(if(Len(InvoiceNo)=0, sum(CreditsAmount),sum(DeditsAmount)),InvoiceNo))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Nov 2019 10:47:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Box-Chart-with-expression-Sum/m-p/1652634#M456097</guid>
      <dc:creator>martinpohl</dc:creator>
      <dc:date>2019-11-29T10:47:24Z</dc:date>
    </item>
    <item>
      <title>Re: Box Chart with expression 'Sum'</title>
      <link>https://community.qlik.com/t5/QlikView/Box-Chart-with-expression-Sum/m-p/1652686#M456098</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28859"&gt;@martinpohl&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thank you for your reply.&lt;/P&gt;&lt;P&gt;So, If I have an general conditional&amp;nbsp; then I cannot use a box to display the total reusult of this expression.&lt;/P&gt;&lt;P&gt;Is it that ?&lt;/P&gt;&lt;P&gt;Thank you in advance for your help.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Nov 2019 12:57:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Box-Chart-with-expression-Sum/m-p/1652686#M456098</guid>
      <dc:creator>Black_Hole</dc:creator>
      <dc:date>2019-11-29T12:57:30Z</dc:date>
    </item>
    <item>
      <title>Re: Box Chart with expression 'Sum'</title>
      <link>https://community.qlik.com/t5/QlikView/Box-Chart-with-expression-Sum/m-p/1656260#M456099</link>
      <description>&lt;P&gt;You can try the Text Object, but you likely need to make a selection somewhere to get the expression you have to calculate, whereas the one the partner gave you is based upon Set Analysis, so things will calculate with no selections...&lt;/P&gt;
&lt;P&gt;Here is a Design Blog post on Set Analysis as well as the Help link below that:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/A-Primer-on-Set-Analysis/ba-p/1468344" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/A-Primer-on-Set-Analysis/ba-p/1468344&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/April2019/Subsystems/Client/Content/QV_QlikView/ChartFunctions/SetAnalysis/set-analysis-expressions.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/April2019/Subsystems/Client/Content/QV_QlikView/ChartFunctions/SetAnalysis/set-analysis-expressions.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Hopefully this helps a bit more.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Tue, 10 Dec 2019 20:07:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Box-Chart-with-expression-Sum/m-p/1656260#M456099</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2019-12-10T20:07:46Z</dc:date>
    </item>
  </channel>
</rss>

