<?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 Custom Nesting Report - Help in Inventor Forum</title>
    <link>https://forums.autodesk.com/t5/inventor-forum/custom-nesting-report-help/m-p/13413775#M2249</link>
    <description>&lt;P&gt;Good morning,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm stuck with trying to hide columns within the Sheet Table of the HTML report for Inventor Nesting 2024.&lt;BR /&gt;&lt;BR /&gt;I have tried the following&lt;/P&gt;&lt;P&gt;data-sheet-table-hidden-columns="PlateArea,InventoryId"&lt;/P&gt;&lt;P&gt;data-sheet-table-properties-hidden-categories="PlateArea,InventoryId"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am wondering if I am able to hide columns within this section or it's a lost cause?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Below is my custom report so far:&lt;/P&gt;&lt;LI-CODE lang="general"&gt;&amp;lt;!DOCTYPE html&amp;gt;
&amp;lt;html&amp;gt;
	&amp;lt;head&amp;gt;
		&amp;lt;meta	http-equiv="Content-Type"
				content="text/html;charset=utf-8" /&amp;gt;

		&amp;lt;title&amp;gt;Nesting report&amp;lt;/title&amp;gt;
		
		&amp;lt;style&amp;gt;
			@media print {
				div.report-section-header button {
					display: none;
				}
				div.report-source-parts {
					break-after: page;
				}
				div.report-inventory {
					break-after: page;
				}
				div.report-sheet-list {
					break-after: page;
				}
				div.report-sheet-list .report-section {
					break-after: page;
				}
				div.report-sheet-table {
					break-after: page;
				}
				div.report-part-summaries {
					break-after: page;
				}
				div.report-excluded-parts {
					break-after: page;
				}
			}
		&amp;lt;/style&amp;gt;
	&amp;lt;/head&amp;gt;
	&amp;lt;body&amp;gt;
		&amp;lt;div	class="report-header"
				data-collapsible="false"
				data-show-plates="false"
				data-show-bar="true"&amp;gt;&amp;lt;/div&amp;gt;

		&amp;lt;!--&amp;lt;div	class="report-source-parts"
				data-hidden-columns="Subassembly,Assembly,Job,PartPerimeter,PartArea,ForceMirror,Grain90,Grain180,Grain270,HighVolume,Orientation,MirrorString,Deviation,Increment,Priority,Date,Filter,ToolConstraint,Comment,GrainControl"
				&amp;gt;&amp;lt;/div&amp;gt;--&amp;gt;

			&amp;lt;div	class="report-sheet-list"
				data-collapsible="false"
				data-sheets-collapsible="false"
				data-sheet-properties-collapsible="false"
				data-sheet-properties-column-count="4"
				data-sheet-properties-shown-categories="Plate"
				data-show-item-table="false"
				data-part-table-collapsible="false"
				data-show-parts-table="false"
				data-part-table-hidden-columns="Assembly,Subassembly,Area,TotalArea,WeightedNestedCost,WeightedSheetCost,MaterialNestedCost"
				&amp;gt;&amp;lt;/div&amp;gt;


			
			&amp;lt;div 	class="report-sheet-table"
				data-collapsible="false"
				data-report-sheet-table-collapsible="false"
				data-sheet-table-hidden-columns="PlateArea,InventoryId"
				&amp;gt;&amp;lt;/div&amp;gt;
			

		&amp;lt;script id="report-include" type="text/javascript" src="/bundle.js"&amp;gt;&amp;lt;/script&amp;gt;
	&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 08 Apr 2025 00:01:27 GMT</pubDate>
    <dc:creator>MattyB92</dc:creator>
    <dc:date>2025-04-08T00:01:27Z</dc:date>
    <item>
      <title>Custom Nesting Report - Help</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/custom-nesting-report-help/m-p/13413775#M2249</link>
      <description>&lt;P&gt;Good morning,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm stuck with trying to hide columns within the Sheet Table of the HTML report for Inventor Nesting 2024.&lt;BR /&gt;&lt;BR /&gt;I have tried the following&lt;/P&gt;&lt;P&gt;data-sheet-table-hidden-columns="PlateArea,InventoryId"&lt;/P&gt;&lt;P&gt;data-sheet-table-properties-hidden-categories="PlateArea,InventoryId"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am wondering if I am able to hide columns within this section or it's a lost cause?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Below is my custom report so far:&lt;/P&gt;&lt;LI-CODE lang="general"&gt;&amp;lt;!DOCTYPE html&amp;gt;
&amp;lt;html&amp;gt;
	&amp;lt;head&amp;gt;
		&amp;lt;meta	http-equiv="Content-Type"
				content="text/html;charset=utf-8" /&amp;gt;

		&amp;lt;title&amp;gt;Nesting report&amp;lt;/title&amp;gt;
		
		&amp;lt;style&amp;gt;
			@media print {
				div.report-section-header button {
					display: none;
				}
				div.report-source-parts {
					break-after: page;
				}
				div.report-inventory {
					break-after: page;
				}
				div.report-sheet-list {
					break-after: page;
				}
				div.report-sheet-list .report-section {
					break-after: page;
				}
				div.report-sheet-table {
					break-after: page;
				}
				div.report-part-summaries {
					break-after: page;
				}
				div.report-excluded-parts {
					break-after: page;
				}
			}
		&amp;lt;/style&amp;gt;
	&amp;lt;/head&amp;gt;
	&amp;lt;body&amp;gt;
		&amp;lt;div	class="report-header"
				data-collapsible="false"
				data-show-plates="false"
				data-show-bar="true"&amp;gt;&amp;lt;/div&amp;gt;

		&amp;lt;!--&amp;lt;div	class="report-source-parts"
				data-hidden-columns="Subassembly,Assembly,Job,PartPerimeter,PartArea,ForceMirror,Grain90,Grain180,Grain270,HighVolume,Orientation,MirrorString,Deviation,Increment,Priority,Date,Filter,ToolConstraint,Comment,GrainControl"
				&amp;gt;&amp;lt;/div&amp;gt;--&amp;gt;

			&amp;lt;div	class="report-sheet-list"
				data-collapsible="false"
				data-sheets-collapsible="false"
				data-sheet-properties-collapsible="false"
				data-sheet-properties-column-count="4"
				data-sheet-properties-shown-categories="Plate"
				data-show-item-table="false"
				data-part-table-collapsible="false"
				data-show-parts-table="false"
				data-part-table-hidden-columns="Assembly,Subassembly,Area,TotalArea,WeightedNestedCost,WeightedSheetCost,MaterialNestedCost"
				&amp;gt;&amp;lt;/div&amp;gt;


			
			&amp;lt;div 	class="report-sheet-table"
				data-collapsible="false"
				data-report-sheet-table-collapsible="false"
				data-sheet-table-hidden-columns="PlateArea,InventoryId"
				&amp;gt;&amp;lt;/div&amp;gt;
			

		&amp;lt;script id="report-include" type="text/javascript" src="/bundle.js"&amp;gt;&amp;lt;/script&amp;gt;
	&amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Apr 2025 00:01:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/custom-nesting-report-help/m-p/13413775#M2249</guid>
      <dc:creator>MattyB92</dc:creator>
      <dc:date>2025-04-08T00:01:27Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Nesting Report - Help</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/custom-nesting-report-help/m-p/13417005#M2250</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/5406419"&gt;@MattyB92&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;All tables share the same "data-xxx" attributes, so you really just need to use "data-hidden-columns" to control column visibility.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There should be a template in your installation that has a thorough set of examples and documentation in it. It explains how the "data-xxx" attributes are used to control things.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Apr 2025 14:25:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/custom-nesting-report-help/m-p/13417005#M2250</guid>
      <dc:creator>phillip.doup</dc:creator>
      <dc:date>2025-04-09T14:25:29Z</dc:date>
    </item>
  </channel>
</rss>

