<?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>
									Using Weekly Instead of Daily, Monthly, or Yearly - Acumatica Generic Inquiries &amp; Pivot Tables				            </title>
            <link>https://www.augforums.com/forums/acumatica-generic-inquiries/using-weekly-instead-of-daily-monthly-or-yearly/</link>
            <description>Acumatica User Group Forums</description>
            <language>en-US</language>
            <lastBuildDate>Wed, 17 Jun 2026 00:57:30 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Using Weekly Instead of Daily, Monthly, or Yearly</title>
                        <link>https://www.augforums.com/forums/acumatica-generic-inquiries/using-weekly-instead-of-daily-monthly-or-yearly/#post-3966</link>
                        <pubDate>Sat, 30 Mar 2019 15:25:00 +0000</pubDate>
                        <description><![CDATA[Nice Hazen!]]></description>
                        <content:encoded><![CDATA[<p>Nice Hazen!</p>]]></content:encoded>
						                            <category domain="https://www.augforums.com/forums/acumatica-generic-inquiries/">Acumatica Generic Inquiries &amp; Pivot Tables</category>                        <dc:creator>Tim Rodman</dc:creator>
                        <guid isPermaLink="true">https://www.augforums.com/forums/acumatica-generic-inquiries/using-weekly-instead-of-daily-monthly-or-yearly/#post-3966</guid>
                    </item>
				                    <item>
                        <title>RE: Using Weekly Instead of Daily, Monthly, or Yearly</title>
                        <link>https://www.augforums.com/forums/acumatica-generic-inquiries/using-weekly-instead-of-daily-monthly-or-yearly/#post-3897</link>
                        <pubDate>Wed, 20 Mar 2019 14:23:09 +0000</pubDate>
                        <description><![CDATA[You could create a &quot;Week Start Date&quot; column using:= DateAdd( , &#039;d&#039;,1-IIf( DayOfWeek( ) = 1 , 7, DayOfWeek( )-1 ))Then turn your data int...]]></description>
                        <content:encoded><![CDATA[<p>You could create a "Week Start Date" column using:</p><p>= DateAdd( , 'd',1-IIf( DayOfWeek( ) = 1 , 7, DayOfWeek( )-1 ))<br />Then turn your data into a pivot table. Make sure that your pivot table field for the week start date is formatted to: yyyy/MM/dd - in this way you can sort correctly by date. </p><p>This is working off our line item data, but you could replace line date with whatever date you were working with. I did steal this from our Kensium developers, just so I'm not taking all the credit ;-)</p><p> </p>]]></content:encoded>
						                            <category domain="https://www.augforums.com/forums/acumatica-generic-inquiries/">Acumatica Generic Inquiries &amp; Pivot Tables</category>                        <dc:creator>Hazen Metro</dc:creator>
                        <guid isPermaLink="true">https://www.augforums.com/forums/acumatica-generic-inquiries/using-weekly-instead-of-daily-monthly-or-yearly/#post-3897</guid>
                    </item>
				                    <item>
                        <title>RE: Using Weekly Instead of Daily, Monthly, or Yearly</title>
                        <link>https://www.augforums.com/forums/acumatica-generic-inquiries/using-weekly-instead-of-daily-monthly-or-yearly/#post-3881</link>
                        <pubDate>Sun, 17 Mar 2019 01:31:15 +0000</pubDate>
                        <description><![CDATA[I also like the idea of Power BI for this.The only thing I can think of within Acumatica would be to use the DateInfo table, specifically the DateInfo.WeekEnding field.]]></description>
                        <content:encoded><![CDATA[<p>I also like the idea of Power BI for this.</p><p>The only thing I can think of within Acumatica would be to use the <span style="text-decoration: underline">DateInfo</span> table, specifically the <span style="text-decoration: underline">DateInfo.WeekEnding</span> field.</p>]]></content:encoded>
						                            <category domain="https://www.augforums.com/forums/acumatica-generic-inquiries/">Acumatica Generic Inquiries &amp; Pivot Tables</category>                        <dc:creator>Tim Rodman</dc:creator>
                        <guid isPermaLink="true">https://www.augforums.com/forums/acumatica-generic-inquiries/using-weekly-instead-of-daily-monthly-or-yearly/#post-3881</guid>
                    </item>
				                    <item>
                        <title>RE: Using Weekly Instead of Daily, Monthly, or Yearly</title>
                        <link>https://www.augforums.com/forums/acumatica-generic-inquiries/using-weekly-instead-of-daily-monthly-or-yearly/#post-3794</link>
                        <pubDate>Thu, 07 Mar 2019 21:11:01 +0000</pubDate>
                        <description><![CDATA[Perhaps you need to start thinking about Power BI for all your advanced reporting needs. I did, and I&#039;ve never looked back. GI can only do so much.I am not aware of any function in GI to det...]]></description>
                        <content:encoded><![CDATA[<p>Perhaps you need to start thinking about Power BI for all your advanced reporting needs. I did, and I've never looked back. GI can only do so much.</p><p>I am not aware of any function in GI to determine current week.</p><p>In Power BI you would solve it via a date table. I guess you could do something similar in Acumatica if you can create a new table.</p>]]></content:encoded>
						                            <category domain="https://www.augforums.com/forums/acumatica-generic-inquiries/">Acumatica Generic Inquiries &amp; Pivot Tables</category>                        <dc:creator>Royce Lithgo</dc:creator>
                        <guid isPermaLink="true">https://www.augforums.com/forums/acumatica-generic-inquiries/using-weekly-instead-of-daily-monthly-or-yearly/#post-3794</guid>
                    </item>
				                    <item>
                        <title>Using Weekly Instead of Daily, Monthly, or Yearly</title>
                        <link>https://www.augforums.com/forums/acumatica-generic-inquiries/using-weekly-instead-of-daily-monthly-or-yearly/#post-3793</link>
                        <pubDate>Thu, 07 Mar 2019 19:57:50 +0000</pubDate>
                        <description><![CDATA[I am working on a GI that shows returns for the year by day and or by month, but I was wondering if there was a way to accomplish by showing returns by each week to get a weekly percentage. ...]]></description>
                        <content:encoded><![CDATA[<p>I am working on a GI that shows returns for the year by day and or by month, but I was wondering if there was a way to accomplish by showing returns by each week to get a weekly percentage. </p><p>Thanks,</p>]]></content:encoded>
						                            <category domain="https://www.augforums.com/forums/acumatica-generic-inquiries/">Acumatica Generic Inquiries &amp; Pivot Tables</category>                        <dc:creator>Casey Hope</dc:creator>
                        <guid isPermaLink="true">https://www.augforums.com/forums/acumatica-generic-inquiries/using-weekly-instead-of-daily-monthly-or-yearly/#post-3793</guid>
                    </item>
							        </channel>
        </rss>
		