<?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>
									Problems with Grouping while having Calculated Fields - Acumatica Generic Inquiries &amp; Pivot Tables				            </title>
            <link>https://www.augforums.com/forums/acumatica-generic-inquiries/problems-with-grouping-while-having-calculated-fields/</link>
            <description>Acumatica User Group Forums</description>
            <language>en-US</language>
            <lastBuildDate>Sat, 04 Apr 2026 11:20:10 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Problems with Grouping while having Calculated Fields</title>
                        <link>https://www.augforums.com/forums/acumatica-generic-inquiries/problems-with-grouping-while-having-calculated-fields/#post-5214</link>
                        <pubDate>Sat, 28 Sep 2019 12:15:54 +0000</pubDate>
                        <description><![CDATA[Using a SQL View is the only workaround that I know of, other than writing a bunch of C# code.Here&#039;s an article for more info]]></description>
                        <content:encoded><![CDATA[<p>Using a SQL View is the only workaround that I know of, other than writing a bunch of C# code.</p><p>Here's an article for more info:</p><p><strong><a href="https://www.acumatica.com/blog/technical-tuesday-report-from-sql-view/" target="true">https://www.acumatica.com/blog/technical-tuesday-report-from-sql-view/</a></strong></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/problems-with-grouping-while-having-calculated-fields/#post-5214</guid>
                    </item>
				                    <item>
                        <title>RE: Problems with Grouping while having Calculated Fields</title>
                        <link>https://www.augforums.com/forums/acumatica-generic-inquiries/problems-with-grouping-while-having-calculated-fields/#post-4987</link>
                        <pubDate>Tue, 27 Aug 2019 15:13:57 +0000</pubDate>
                        <description><![CDATA[@royce-lithgoAhh got it. Thank you!]]></description>
                        <content:encoded><![CDATA[<p>@royce-lithgo</p><p>Ahh got it. Thank you!</p>]]></content:encoded>
						                            <category domain="https://www.augforums.com/forums/acumatica-generic-inquiries/">Acumatica Generic Inquiries &amp; Pivot Tables</category>                        <dc:creator>Jarrett Eller</dc:creator>
                        <guid isPermaLink="true">https://www.augforums.com/forums/acumatica-generic-inquiries/problems-with-grouping-while-having-calculated-fields/#post-4987</guid>
                    </item>
				                    <item>
                        <title>RE: Problems with Grouping while having Calculated Fields</title>
                        <link>https://www.augforums.com/forums/acumatica-generic-inquiries/problems-with-grouping-while-having-calculated-fields/#post-4976</link>
                        <pubDate>Mon, 26 Aug 2019 23:01:00 +0000</pubDate>
                        <description><![CDATA[You can&#039;t perform calculations based off grouped aggregated values in GI]]></description>
                        <content:encoded><![CDATA[<p>You can't perform calculations based off grouped aggregated values in GI.</p><p><a href="https://www.augforums.com/augforums/acumatica-dashboards/trend-weighted-average-price-for-purchases-of-specific-item/#post-2321">https://www.augforums.com/augforums/acumatica-dashboards/trend-weighted-average-price-for-purchases-of-specific-item/#post-2321</a></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/problems-with-grouping-while-having-calculated-fields/#post-4976</guid>
                    </item>
				                    <item>
                        <title>Problems with Grouping while having Calculated Fields</title>
                        <link>https://www.augforums.com/forums/acumatica-generic-inquiries/problems-with-grouping-while-having-calculated-fields/#post-4973</link>
                        <pubDate>Mon, 26 Aug 2019 21:22:33 +0000</pubDate>
                        <description><![CDATA[I have a Generic Inquiry which I have Grouped by ItemClassID, The Fields are as follows: ItemClassID, CuryExtPrice, Calculated Field 1 (Margin $), Calculated Field 2 (Calculated Field 1&#039;s Fo...]]></description>
                        <content:encoded><![CDATA[<p>I have a Generic Inquiry which I have Grouped by ItemClassID, The Fields are as follows: ItemClassID, CuryExtPrice, Calculated Field 1 (Margin $), Calculated Field 2 (Calculated Field 1's Formula/CuryExtPrice)</p>
<p>Everything but the last calculated field seems to be following the grouping just fine, is there something I need to do besides just pasting the formula from Calculated Field 1 and dividing by CuryExtPrice?</p>
<p>DAC's:</p>
<p><img src="https://timrodman.s3.us-east-2.amazonaws.com/forums/834-Screen-Shot-2019-08-26-at-3-21-17-PM.png" /></p>
<p> </p>
<p> </p>
<p>Results Grid:</p>
<p><img src="https://timrodman.s3.us-east-2.amazonaws.com/forums/835-Screen-Shot-2019-08-26-at-3-21-55-PM.png" /></p>
<p> </p>
<p> </p>
<p>Result:</p>
<p><img src="https://timrodman.s3.us-east-2.amazonaws.com/forums/836-Screen-Shot-2019-08-26-at-3-23-27-PM.png" /></p>
<p> </p>
<p> </p>
<p>Thanks in advance!</p>
<p> </p>]]></content:encoded>
						                            <category domain="https://www.augforums.com/forums/acumatica-generic-inquiries/">Acumatica Generic Inquiries &amp; Pivot Tables</category>                        <dc:creator>Jarrett Eller</dc:creator>
                        <guid isPermaLink="true">https://www.augforums.com/forums/acumatica-generic-inquiries/problems-with-grouping-while-having-calculated-fields/#post-4973</guid>
                    </item>
							        </channel>
        </rss>
		