<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									Total variables in a footer based on report date - Acumatica Report Designer				            </title>
            <link>https://www.augforums.com/forums/acumatica-report-designer/total-variables-in-a-footer-based-on-report-date/</link>
            <description>Acumatica User Group Forums</description>
            <language>en-US</language>
            <lastBuildDate>Sun, 09 Aug 2026 08:20:05 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Total variables in a footer based on report date</title>
                        <link>https://www.augforums.com/forums/acumatica-report-designer/total-variables-in-a-footer-based-on-report-date/#post-11330</link>
                        <pubDate>Thu, 30 May 2024 14:06:33 +0000</pubDate>
                        <description><![CDATA[Tim, thank you for responding. What I am trying to display is the sum of =$PayAmount which is=Payments.CuryConvCury(, , [APPaySelReport.CuryRate...]]></description>
                        <content:encoded><![CDATA[<p>Tim, thank you for responding. What I am trying to display is the sum of =$PayAmount which is=Payments.CuryConvCury(, , , , )-$DiscTaken as of the day the customer chooses or less. I'm sure I can figure out the greater than part once I figure out the first total. I can get a total to display it's just not the correct total. For some reason anything I try only wants to show one line item only and doing a simple =SUM($PayAmount) starts to make the report go crazy. Not sure what other ideas I can try. So for example I have =Sum(IIf( &gt;= @ReportDate, $PayAmount, 0)) $PayAmount just won't display how I want it. </p>
3487
3488
<p> </p>]]></content:encoded>
						                            <category domain="https://www.augforums.com/forums/acumatica-report-designer/">Acumatica Report Designer</category>                        <dc:creator>Felipe Garcia</dc:creator>
                        <guid isPermaLink="true">https://www.augforums.com/forums/acumatica-report-designer/total-variables-in-a-footer-based-on-report-date/#post-11330</guid>
                    </item>
				                    <item>
                        <title>RE: Total variables in a footer based on report date</title>
                        <link>https://www.augforums.com/forums/acumatica-report-designer/total-variables-in-a-footer-based-on-report-date/#post-11328</link>
                        <pubDate>Thu, 30 May 2024 13:37:14 +0000</pubDate>
                        <description><![CDATA[You actually don&#039;t even need a report variable for this. I&#039;m typing this on my phone and going off of memory here, but I think you&#039;ll get the general idea. You could do something like this: ...]]></description>
                        <content:encoded><![CDATA[<p>You actually don't even need a report variable for this. I'm typing this on my phone and going off of memory here, but I think you'll get the general idea. You could do something like this: </p>
<pre contenteditable="false">=IIf(
DateDiff(,Today())&lt;0 or
DateDiff(,'2024-06-08')&lt;0,
,
0
)</pre>]]></content:encoded>
						                            <category domain="https://www.augforums.com/forums/acumatica-report-designer/">Acumatica Report Designer</category>                        <dc:creator>Tim Rodman</dc:creator>
                        <guid isPermaLink="true">https://www.augforums.com/forums/acumatica-report-designer/total-variables-in-a-footer-based-on-report-date/#post-11328</guid>
                    </item>
				                    <item>
                        <title>Total variables in a footer based on report date</title>
                        <link>https://www.augforums.com/forums/acumatica-report-designer/total-variables-in-a-footer-based-on-report-date/#post-11327</link>
                        <pubDate>Thu, 30 May 2024 11:05:08 +0000</pubDate>
                        <description><![CDATA[Hello, I am wondering if anyone can help me, I am creating a customer Projected Payment Report based off Bills Pending Payment, and the report is good except for the totals I am looking for ...]]></description>
                        <content:encoded><![CDATA[<p>Hello, I am wondering if anyone can help me, I am creating a customer Projected Payment Report based off Bills Pending Payment, and the report is good except for the totals I am looking for at the end. The $PayAmount variable is making this tricky for me. I simply want to sum everything less than the report date (Yellow) and greater than or equal to the report date of 06/08/2024 (Red).  </p>
3485
3486
<p> Thank you </p>]]></content:encoded>
						                            <category domain="https://www.augforums.com/forums/acumatica-report-designer/">Acumatica Report Designer</category>                        <dc:creator>Felipe Garcia</dc:creator>
                        <guid isPermaLink="true">https://www.augforums.com/forums/acumatica-report-designer/total-variables-in-a-footer-based-on-report-date/#post-11327</guid>
                    </item>
							        </channel>
        </rss>
		