<?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: Need help with due amount calculation in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Need-help-with-due-amount-calculation/m-p/1691235#M52823</link>
    <description>&lt;P&gt;According to your data structure there is one date per record so&amp;nbsp;&lt;SPAN&gt;due_date &amp;lt; date will work (technically) but it doesn't look like it is what you are looking for&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Can you explain what the date field includes and in which tables does it appear? Do you have a master calendar built on this?&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 06 Apr 2020 13:24:39 GMT</pubDate>
    <dc:creator>lorenzoconforti</dc:creator>
    <dc:date>2020-04-06T13:24:39Z</dc:date>
    <item>
      <title>Need help with due amount calculation</title>
      <link>https://community.qlik.com/t5/App-Development/Need-help-with-due-amount-calculation/m-p/1691030#M52812</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have data fields like: (date field is calculated, it has all the dates from min(order_date) till today)&lt;/P&gt;&lt;P&gt;date,&lt;/P&gt;&lt;P&gt;order_date,&lt;/P&gt;&lt;P&gt;Due_date,&lt;/P&gt;&lt;P&gt;invoice date,&lt;/P&gt;&lt;P&gt;invoice_amount,&lt;/P&gt;&lt;P&gt;customer_name,&lt;/P&gt;&lt;P&gt;.....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to calculate total due invoice_amount (due_date &amp;lt; date) in master items, can anybody help with it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Sun, 05 Apr 2020 12:36:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Need-help-with-due-amount-calculation/m-p/1691030#M52812</guid>
      <dc:creator>usamabinsadiq</dc:creator>
      <dc:date>2020-04-05T12:36:52Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with due amount calculation</title>
      <link>https://community.qlik.com/t5/App-Development/Need-help-with-due-amount-calculation/m-p/1691045#M52814</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;Do u want to calculate due items at customer level?&lt;/P&gt;&lt;P&gt;-Karthik&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 05 Apr 2020 17:04:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Need-help-with-due-amount-calculation/m-p/1691045#M52814</guid>
      <dc:creator>msKarthikeyan</dc:creator>
      <dc:date>2020-04-05T17:04:01Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with due amount calculation</title>
      <link>https://community.qlik.com/t5/App-Development/Need-help-with-due-amount-calculation/m-p/1691049#M52815</link>
      <description>&lt;P&gt;yes I want to get customer level, due amount. but amount must be calculated after due date is passed like (due_date &amp;lt; max(date))&lt;/P&gt;</description>
      <pubDate>Sun, 05 Apr 2020 18:15:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Need-help-with-due-amount-calculation/m-p/1691049#M52815</guid>
      <dc:creator>usamabinsadiq</dc:creator>
      <dc:date>2020-04-05T18:15:51Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with due amount calculation</title>
      <link>https://community.qlik.com/t5/App-Development/Need-help-with-due-amount-calculation/m-p/1691235#M52823</link>
      <description>&lt;P&gt;According to your data structure there is one date per record so&amp;nbsp;&lt;SPAN&gt;due_date &amp;lt; date will work (technically) but it doesn't look like it is what you are looking for&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Can you explain what the date field includes and in which tables does it appear? Do you have a master calendar built on this?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Apr 2020 13:24:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Need-help-with-due-amount-calculation/m-p/1691235#M52823</guid>
      <dc:creator>lorenzoconforti</dc:creator>
      <dc:date>2020-04-06T13:24:39Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with due amount calculation</title>
      <link>https://community.qlik.com/t5/App-Development/Need-help-with-due-amount-calculation/m-p/1691251#M52824</link>
      <description>&lt;P&gt;Thank you guys, I resolved it by my own using,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;TRX_DUE_DATE={"$(= '&amp;lt;' &amp;amp; max(DATE)) "}&amp;gt;} DISTINCT [INVOICED_SELLING_AMOUNT])&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but thank you all.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Apr 2020 13:52:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Need-help-with-due-amount-calculation/m-p/1691251#M52824</guid>
      <dc:creator>usamabinsadiq</dc:creator>
      <dc:date>2020-04-06T13:52:48Z</dc:date>
    </item>
  </channel>
</rss>

