<?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 Re: Total qty in parts list in Inventor Programming Forum</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-forum/total-qty-in-parts-list/m-p/10482357#M47885</link>
    <description>&lt;P&gt;Thank you&lt;/P&gt;</description>
    <pubDate>Tue, 20 Jul 2021 13:37:19 GMT</pubDate>
    <dc:creator>GosponZ</dc:creator>
    <dc:date>2021-07-20T13:37:19Z</dc:date>
    <item>
      <title>Total qty in parts list</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/total-qty-in-parts-list/m-p/10476684#M47881</link>
      <description>&lt;P&gt;Company requirement is to make total qty in each table in drawings. So we do build eg. 5 products. They want each part to have part list where is shown total qty of that part for eg. 5 products.&amp;nbsp; So if i have 2 parts in one product need to be multiply by qty of product. So 5x2 =10. They not interested in single quantity, only total. Problem is with Library parts, and we know why.&lt;/P&gt;&lt;P&gt;I have for many years rule to copy qty into new iprop. which I called PartQty. Then multiply PartQty with UnitQty to get&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: inherit;"&gt;desired Total Qty.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: inherit;"&gt;OK question is:&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-family: inherit;"&gt;can this be done? What about Library parts? What about to update say from 5 units to 7 or 9 or even more.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: inherit;"&gt;Also modeling is mostly with solid bodies.&amp;nbsp; Question is can rule(s) ( if possible what I'm asking) run on before save.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: inherit;"&gt;I know it is unusual but some company does.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: inherit;"&gt;Thank you&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 17 Jul 2021 21:55:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/total-qty-in-parts-list/m-p/10476684#M47881</guid>
      <dc:creator>GosponZ</dc:creator>
      <dc:date>2021-07-17T21:55:14Z</dc:date>
    </item>
    <item>
      <title>Re: Total qty in parts list</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/total-qty-in-parts-list/m-p/10480873#M47882</link>
      <description>&lt;P&gt;Likely the best place to do this production qty’s is in the drawing parts list. This way you don’t need to write qty’s into the BOM or to any of the parts or assemblies thus &amp;nbsp;avoiding read only files such as CC files or library files.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.autodesk.com/t5/inventor-customization/parts-list-total-qty-ilogic/td-p/7227454" target="_blank"&gt;https://forums.autodesk.com/t5/inventor-customization/parts-list-total-qty-ilogic/td-p/7227454&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jul 2021 00:37:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/total-qty-in-parts-list/m-p/10480873#M47882</guid>
      <dc:creator>A.Acheson</dc:creator>
      <dc:date>2021-07-20T00:37:30Z</dc:date>
    </item>
    <item>
      <title>Re: Total qty in parts list</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/total-qty-in-parts-list/m-p/10480959#M47883</link>
      <description>&lt;P&gt;But it looks like you have to manually edit each assy qty multiplier to get desired result, or is it hidden somewhere. Would be cool if there is like input box for multiplier.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for respond.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jul 2021 01:49:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/total-qty-in-parts-list/m-p/10480959#M47883</guid>
      <dc:creator>GosponZ</dc:creator>
      <dc:date>2021-07-20T01:49:07Z</dc:date>
    </item>
    <item>
      <title>Re: Total qty in parts list</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/total-qty-in-parts-list/m-p/10481040#M47884</link>
      <description>&lt;P&gt;The multiplier qty is given through an input box.&lt;/P&gt;&lt;PRE&gt;oASSQTY = InputBox("Enter Quantity of Assemblies Required", "iLogic", 1)‘1 is default qty&lt;/PRE&gt;&lt;P&gt;The parts list style needs to be set up with the extra columns and summation formula.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jul 2021 02:35:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/total-qty-in-parts-list/m-p/10481040#M47884</guid>
      <dc:creator>A.Acheson</dc:creator>
      <dc:date>2021-07-20T02:35:24Z</dc:date>
    </item>
    <item>
      <title>Re: Total qty in parts list</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/total-qty-in-parts-list/m-p/10482357#M47885</link>
      <description>&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jul 2021 13:37:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/total-qty-in-parts-list/m-p/10482357#M47885</guid>
      <dc:creator>GosponZ</dc:creator>
      <dc:date>2021-07-20T13:37:19Z</dc:date>
    </item>
  </channel>
</rss>

