<?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 Sum the values based on conditions in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Sum-the-values-based-on-conditions/m-p/1808900#M65879</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I need to sum 2 values based on some condition. I have entrydate, invoicedate, entryquantity, invoicequantity fields.&lt;/P&gt;&lt;P&gt;Requirement: If entrydate is selected it should sum entryquantiy and result is sum of entryquantity, if invoicedate is selected then it should Sum the invoicequantity and result is sum of invoicequantity.&lt;/P&gt;&lt;P&gt;This expression i need to build in one column in pivot table.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 00:08:33 GMT</pubDate>
    <dc:creator>kiru_18</dc:creator>
    <dc:date>2024-11-16T00:08:33Z</dc:date>
    <item>
      <title>Sum the values based on conditions</title>
      <link>https://community.qlik.com/t5/App-Development/Sum-the-values-based-on-conditions/m-p/1808900#M65879</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I need to sum 2 values based on some condition. I have entrydate, invoicedate, entryquantity, invoicequantity fields.&lt;/P&gt;&lt;P&gt;Requirement: If entrydate is selected it should sum entryquantiy and result is sum of entryquantity, if invoicedate is selected then it should Sum the invoicequantity and result is sum of invoicequantity.&lt;/P&gt;&lt;P&gt;This expression i need to build in one column in pivot table.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 00:08:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Sum-the-values-based-on-conditions/m-p/1808900#M65879</guid>
      <dc:creator>kiru_18</dc:creator>
      <dc:date>2024-11-16T00:08:33Z</dc:date>
    </item>
    <item>
      <title>Re: Sum the values based on conditions</title>
      <link>https://community.qlik.com/t5/App-Development/Sum-the-values-based-on-conditions/m-p/1808913#M65881</link>
      <description>&lt;P&gt;Sum(If(GetSelectedCount(entrydate)&amp;gt;0,entryquantiy, if(GetSelectedCount(invoicedate)&amp;gt;0,invoicequantity)))&lt;/P&gt;</description>
      <pubDate>Wed, 19 May 2021 08:23:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Sum-the-values-based-on-conditions/m-p/1808913#M65881</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2021-05-19T08:23:32Z</dc:date>
    </item>
  </channel>
</rss>

