<?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>
									Nested SubReport Issue - Acumatica Report Designer				            </title>
            <link>https://www.augforums.com/forums/acumatica-report-designer/nested-subreport-issue/</link>
            <description>Acumatica User Group Forums</description>
            <language>en-US</language>
            <lastBuildDate>Tue, 09 Jun 2026 22:07:42 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>Nested SubReport Issue</title>
                        <link>https://www.augforums.com/forums/acumatica-report-designer/nested-subreport-issue/#post-11663</link>
                        <pubDate>Tue, 05 May 2026 23:09:04 +0000</pubDate>
                        <description><![CDATA[I have a custom Shift Changeover Checklist report (AM64000A.rpx) that runs perfectly when launched standalone, all fields populate, including a nested SubReport that lists materials. It uses...]]></description>
                        <content:encoded><![CDATA[<p class="font-claude-response-body break-words whitespace-normal leading-">I have a custom Shift Changeover Checklist report (<code class="bg-text-200/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded- px-1 py-px text-">AM64000A.rpx</code>) that runs perfectly when launched standalone, all fields populate, including a nested SubReport that lists materials. It uses parameters <code class="bg-text-200/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded- px-1 py-px text-">WONbr</code> and <code class="bg-text-200/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded- px-1 py-px text-">OrderType</code>, with filters on <code class="bg-text-200/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded- px-1 py-px text-">AMProdItem.ProdOrdID = @WONbr</code> and <code class="bg-text-200/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded- px-1 py-px text-">AMProdItem.OrderType = @OrderType</code>.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-">I'm trying to embed this report as a SubReport inside our Production Packet by Date (<code class="bg-text-200/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded- px-1 py-px text-">NW62000B.rpx</code>), which already includes several other subreports (Production Ticket, Pre-Op Checklist, etc.) that work fine. I added a new Detail section in NW62000B with a SubReport control pointing at <code class="bg-text-200/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded- px-1 py-px text-">AM64000A.rpx</code>, passing <code class="bg-text-200/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded- px-1 py-px text-">WONbr = =</code> and <code class="bg-text-200/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded- px-1 py-px text-">OrderType = =</code>.</p>
<p class="font-claude-response-body break-words whitespace-normal leading-">When the packet runs, AM64000A's static layout prints (title, labels, panels), but every dynamic field is blank — Work Order number, Date (<code class="bg-text-200/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded- px-1 py-px text-">Today()</code>), Location, Inventory Description, materials list, all empty. The same Detail section works correctly when I temporarily swap ReportName to <code class="bg-text-200/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded- px-1 py-px text-">IN619209.rpx</code> (one of the existing working subreports), so the section wiring is fine. The issue is specific to <code class="bg-text-200/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded- px-1 py-px text-">AM64000A.rpx</code>.</p>
<p>I have tried</p>
<ul class=":mb-0 :mt-1 :gap-1 :pb-1 :pb-1 list-disc flex flex-col gap-1 pl-8 mb-3">
<li class="whitespace-normal break-words pl-2">Verified the SubReport Parameters collection (<code class="bg-text-200/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded- px-1 py-px text-">WONbr</code>, <code class="bg-text-200/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded- px-1 py-px text-">OrderType</code>) — values look correct</li>
<li class="whitespace-normal break-words pl-2">Unchecked <code class="bg-text-200/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded- px-1 py-px text-">Required</code> and <code class="bg-text-200/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded- px-1 py-px text-">Visible</code> on <code class="bg-text-200/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded- px-1 py-px text-">WONbr</code> parameter in AM64000A</li>
<li class="whitespace-normal break-words pl-2">Hidden the nested materials SubReport inside AM64000A (no change)</li>
<li class="whitespace-normal break-words pl-2">Removed <code class="bg-text-200/5 border border-0.5 border-border-300 text-danger-000 whitespace-pre-wrap rounded- px-1 py-px text-">OrderType</code> from the parent's parameter pass, falling back to AM64000A's default of "WO" (no change)</li>
<li class="whitespace-normal break-words pl-2">Deleted and re-added the SubReport control in the parent</li>
<li class="whitespace-normal break-words pl-2">Duplicated an existing working Detail section instead of creating a new one</li>
<li class="whitespace-normal break-words pl-2">Compared NW62000B's XML — detailSection8 is structurally identical to the working sections</li>
</ul>
<p>I will attach the Large Packet (Production Packet By Date 62000B), Small Report (Shift Changeover Checklist 64000A) and the subreport if the Shift Changeover (shiftexchangechecklistmaterials)</p>
<p>Hoping to find some help </p>
<p>thank you!</p>
3664
3661
3663]]></content:encoded>
						                            <category domain="https://www.augforums.com/forums/acumatica-report-designer/">Acumatica Report Designer</category>                        <dc:creator>cschwark</dc:creator>
                        <guid isPermaLink="true">https://www.augforums.com/forums/acumatica-report-designer/nested-subreport-issue/#post-11663</guid>
                    </item>
							        </channel>
        </rss>
		