Community
Inventor Forum
Welcome to Autodesk’s Inventor Forums. Share your knowledge, ask questions, and explore popular Inventor topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Unable to hide data-sheet-properties in custom nest report template

1 REPLY 1
Reply
Message 1 of 2
kroachA6Y6L
112 Views, 1 Reply

Unable to hide data-sheet-properties in custom nest report template

I'm trying to create a custom Nest report template for our shop. I've thus far been unable to figure out the syntax to hide unneeded data-sheet-properties.

 

Any help appreciated.

 

This line does nothing / is not working:

data-sheet-properties-hidden-properties="InventoryID"

 

 

Current full code for this section:

<div class="report-sheet-list"
data-collapsible="true"
data-sheets-collapsible="false"
data-show-plate="true"
data-show-sheet-properties="true"
data-sheet-properties-collapsible="true"
data-sheet-properties-column-count="3"
data-sheet-properties-shown-categories="Plate,Remnant"
data-sheet-properties-hidden-categories="Costs,Miscellaneous"
data-sheet-properties-hidden-properties="InventoryID"
data-show-item-table="false"
data-item-table-hidden-columns="NumberOfTorches,TorchSpacing,SubAssembly,Assembly,WeightedNestedCost,WeightedSheetCost,MaterialNestedCost,Subassembly"
data-item-table-user-sortable="false"
data-item-table-sort-column="Angle"
data-item-table-sort-order="descending"
data-item-table-cost-source="WeightedNestedCost"
data-show-part-table="false"
data-part-table-collapsible="true"
data-part-table-start-visible="false"
></div>

Tags (2)
1 REPLY 1
Message 2 of 2

Hi, please have a try with below attribute and value:

 

```

data-hidden-properties="InventoryId"

```

wenleihuangGJ6RN_0-1706240878952.png

 

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Technology Administrators


Autodesk Design & Make Report