<?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 Creating a dynamic legend with fields in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/creating-a-dynamic-legend-with-fields/m-p/9238042#M117690</link>
    <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to create a legend using insertable blocks. The aim is to have a block that when inserted will prompt for a few entries of information and calculate some values. Namely:&lt;/P&gt;&lt;P&gt;Field entries:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Item no - to be entered by user&lt;/LI&gt;&lt;LI&gt;Quantity - to be entered by user&lt;/LI&gt;&lt;LI&gt;Power value one - to be entered by user&lt;/LI&gt;&lt;LI&gt;Power value two - to be entered by user&lt;/LI&gt;&lt;LI&gt;Total power - to be calculated as quantity x (sum of 3+4)&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Can anyone suggest how I might achieve the above?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
    <pubDate>Wed, 08 Jan 2020 16:05:50 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-01-08T16:05:50Z</dc:date>
    <item>
      <title>Creating a dynamic legend with fields</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/creating-a-dynamic-legend-with-fields/m-p/9238042#M117690</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to create a legend using insertable blocks. The aim is to have a block that when inserted will prompt for a few entries of information and calculate some values. Namely:&lt;/P&gt;&lt;P&gt;Field entries:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Item no - to be entered by user&lt;/LI&gt;&lt;LI&gt;Quantity - to be entered by user&lt;/LI&gt;&lt;LI&gt;Power value one - to be entered by user&lt;/LI&gt;&lt;LI&gt;Power value two - to be entered by user&lt;/LI&gt;&lt;LI&gt;Total power - to be calculated as quantity x (sum of 3+4)&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Can anyone suggest how I might achieve the above?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jan 2020 16:05:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/creating-a-dynamic-legend-with-fields/m-p/9238042#M117690</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-01-08T16:05:50Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a dynamic legend with fields</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/creating-a-dynamic-legend-with-fields/m-p/9238184#M117691</link>
      <description>You will need to customize with LISP if a simpler predefined TABLE object (where you users are trained to enter the required data) is not an option.&lt;BR /&gt;&lt;BR /&gt;Can you show us a sample as a DWG file?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Jan 2020 16:53:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/creating-a-dynamic-legend-with-fields/m-p/9238184#M117691</guid>
      <dc:creator>pendean</dc:creator>
      <dc:date>2020-01-08T16:53:24Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a dynamic legend with fields</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/creating-a-dynamic-legend-with-fields/m-p/9238308#M117692</link>
      <description>&lt;P&gt;Hello - file attached. The aim would be to add in another "column" for the load total. Then make each option for connections a pull down option list of standard text. Unless you could add pull down options in a cell within a table, much like callouts in excel?&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jan 2020 17:33:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/creating-a-dynamic-legend-with-fields/m-p/9238308#M117692</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-01-08T17:33:57Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a dynamic legend with fields</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/creating-a-dynamic-legend-with-fields/m-p/9239140#M117693</link>
      <description>&lt;P&gt;How about creating the entire legend &amp;amp; calculations in Excel, then using the &amp;lt;Link Data&amp;gt; command on the Annotate ribbon to link to and insert the Excel as a table in your drawing.&amp;nbsp; Then if any entries have to be edited or updated, once the Excel file is edited and saved, the Data Link will update the drawing automatically.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jan 2020 23:37:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/creating-a-dynamic-legend-with-fields/m-p/9239140#M117693</guid>
      <dc:creator>jeff_rivers</dc:creator>
      <dc:date>2020-01-08T23:37:28Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a dynamic legend with fields</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/creating-a-dynamic-legend-with-fields/m-p/9239647#M117694</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes that is the way we currently do it. Unfortunately this causes us a lot of problems when transferring drawings to other companies. Some don't use excel, some only use cad 2010 etc.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2020 08:57:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/creating-a-dynamic-legend-with-fields/m-p/9239647#M117694</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-01-09T08:57:13Z</dc:date>
    </item>
  </channel>
</rss>

