<?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 Dropdown fields for variable block attributes in Dynamic Blocks Forum</title>
    <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/dropdown-fields-for-variable-block-attributes/m-p/7490828#M20944</link>
    <description>&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to create a&amp;nbsp;drop down list for variable attributes? The blocks I have in my drawing have multiple variable attributes – for example ‘height adjustable’ attribute for ‘chair' blocks - where in the value field one would enter ‘Yes’ or ‘No’. I was wondering if there is a way to have a dropdown list in the value&amp;nbsp;field for the variable attributes? So, when you insert a block, rather than a person manually&amp;nbsp;typing in the&amp;nbsp;values for the multiple variable attributes (when sometimes spelling mistakes can occur), there is a drop down list of predefined answers to choose from.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please note, some of the prompts for variable attributes are more complex than 'yes' 'no' answers, hence why I want to eliminate spelling mistakes by having a dropdown list to choose from for multi-users.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Someone has mentioned visibility states - but not sure how this would work with block attributes? Bearing in mind I will be extracting the attribute data in a table format using a&amp;nbsp;Extract Data&amp;nbsp;tool.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you could direct me to any info for this, it would be much appreciated!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 25 Oct 2017 16:07:29 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-10-25T16:07:29Z</dc:date>
    <item>
      <title>Dropdown fields for variable block attributes</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/dropdown-fields-for-variable-block-attributes/m-p/7490828#M20944</link>
      <description>&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to create a&amp;nbsp;drop down list for variable attributes? The blocks I have in my drawing have multiple variable attributes – for example ‘height adjustable’ attribute for ‘chair' blocks - where in the value field one would enter ‘Yes’ or ‘No’. I was wondering if there is a way to have a dropdown list in the value&amp;nbsp;field for the variable attributes? So, when you insert a block, rather than a person manually&amp;nbsp;typing in the&amp;nbsp;values for the multiple variable attributes (when sometimes spelling mistakes can occur), there is a drop down list of predefined answers to choose from.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please note, some of the prompts for variable attributes are more complex than 'yes' 'no' answers, hence why I want to eliminate spelling mistakes by having a dropdown list to choose from for multi-users.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Someone has mentioned visibility states - but not sure how this would work with block attributes? Bearing in mind I will be extracting the attribute data in a table format using a&amp;nbsp;Extract Data&amp;nbsp;tool.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you could direct me to any info for this, it would be much appreciated!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Oct 2017 16:07:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/dropdown-fields-for-variable-block-attributes/m-p/7490828#M20944</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-25T16:07:29Z</dc:date>
    </item>
    <item>
      <title>Re: Dropdown fields for variable block attributes</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/dropdown-fields-for-variable-block-attributes/m-p/7490940#M20945</link>
      <description>&lt;P&gt;Yes, you can add that functionality.&amp;nbsp; The method I would recommend would be to add a lookup for each attribute you want selectable in predefined states.&amp;nbsp; Add the various lookup properties and add a field to each attribute, displaying its lookup property.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Oct 2017 16:42:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/dropdown-fields-for-variable-block-attributes/m-p/7490940#M20945</guid>
      <dc:creator>Libbya</dc:creator>
      <dc:date>2017-10-25T16:42:07Z</dc:date>
    </item>
    <item>
      <title>Re: Dropdown fields for variable block attributes</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/dropdown-fields-for-variable-block-attributes/m-p/7490982#M20946</link>
      <description>&lt;P&gt;Look into using Lookup&amp;nbsp;parameter and/or a Block Table.&amp;nbsp; Options vary with each.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The lookup&amp;nbsp;method uses a field&amp;nbsp;as the attribute's value to access the lookupstring value. You can have multiple lookups and you can have more than one attribute us the same lookup value.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The block table method supplies the values to the attributes by including the attribute in the table. You only get one of these tables per block. The table can supply unique values to more than one attribute at a time. The selection menu/list for a block table can branch to subselections in order to get to a unique selection.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Oct 2017 16:55:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/dropdown-fields-for-variable-block-attributes/m-p/7490982#M20946</guid>
      <dc:creator>MMcCall402</dc:creator>
      <dc:date>2017-10-25T16:55:33Z</dc:date>
    </item>
    <item>
      <title>Re: Dropdown fields for variable block attributes</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/dropdown-fields-for-variable-block-attributes/m-p/7491039#M20947</link>
      <description>&lt;P&gt;Here's a screencast showing the lookup version.&amp;nbsp; As mentioned block properties will work also and will avoid the regen, but the selection process with the nested dropdown menus in this case would be a real turnoff for me.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;DIV class="iframe-container"&gt;&lt;IFRAME src="https://screencast.autodesk.com/Embed/Timeline/2973a1c1-1193-4207-835d-1d113669a224" width="640" height="710" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" style="display: inline;"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 25 Oct 2017 17:11:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/dropdown-fields-for-variable-block-attributes/m-p/7491039#M20947</guid>
      <dc:creator>Libbya</dc:creator>
      <dc:date>2017-10-25T17:11:41Z</dc:date>
    </item>
    <item>
      <title>Re: Dropdown fields for variable block attributes</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/dropdown-fields-for-variable-block-attributes/m-p/7492245#M20948</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/358705"&gt;@Libbya&lt;/a&gt; wrote:&lt;BR /&gt;&lt;P&gt;Here's a screencast showing the lookup version.&amp;nbsp; As mentioned block properties will work also and will avoid the regen, but the selection process with the nested dropdown menus in this case would be a real turnoff for me.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;DIV class="iframe-container"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;I saw you write command M2P+space .. what is it sir?&lt;BR /&gt;thank you so much if you can answer my question&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Oct 2017 04:02:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/dropdown-fields-for-variable-block-attributes/m-p/7492245#M20948</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-26T04:02:54Z</dc:date>
    </item>
    <item>
      <title>Re: Dropdown fields for variable block attributes</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/dropdown-fields-for-variable-block-attributes/m-p/7492406#M20949</link>
      <description>&lt;P&gt;M2P is "midpoint of two points."&amp;nbsp; It works when you are in another command and the host command asks for you to enter a point.&amp;nbsp; If you enter the command M2P, it will then prompt you to enter the 'first point of mid' and 'second point of mid'.&amp;nbsp; Once you have selected those two points, the original command will resume as though your original point selection was the mid of the two points.&amp;nbsp; Here's a screencast to show it working:&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;DIV class="iframe-container"&gt;&lt;IFRAME src="https://screencast.autodesk.com/Embed/Timeline/1396b758-8cfb-453e-a372-88f67c70666e" width="640" height="650" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" style="display: inline;"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 26 Oct 2017 06:17:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/dropdown-fields-for-variable-block-attributes/m-p/7492406#M20949</guid>
      <dc:creator>Libbya</dc:creator>
      <dc:date>2017-10-26T06:17:29Z</dc:date>
    </item>
    <item>
      <title>Re: Dropdown fields for variable block attributes</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/dropdown-fields-for-variable-block-attributes/m-p/10122041#M20950</link>
      <description>&lt;P&gt;THANK YOU THIS IS GREAT!!!!!!!!&lt;/P&gt;</description>
      <pubDate>Mon, 01 Mar 2021 23:21:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/dropdown-fields-for-variable-block-attributes/m-p/10122041#M20950</guid>
      <dc:creator>rbh1</dc:creator>
      <dc:date>2021-03-01T23:21:02Z</dc:date>
    </item>
    <item>
      <title>Re: Dropdown fields for variable block attributes</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/dropdown-fields-for-variable-block-attributes/m-p/11973953#M20951</link>
      <description>&lt;P&gt;Hi &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/358705"&gt;@Libbya&lt;/a&gt;&lt;BR /&gt;I have create a block with drop-down attributes and i want some qty in front of the&amp;nbsp; Block field attributes. But in some of the field attributes, i am unable to add any details. And also i am sharing the screen shoot for your reference.&lt;/P&gt;</description>
      <pubDate>Thu, 18 May 2023 21:35:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/dropdown-fields-for-variable-block-attributes/m-p/11973953#M20951</guid>
      <dc:creator>pramod_mekhuri6313</dc:creator>
      <dc:date>2023-05-18T21:35:30Z</dc:date>
    </item>
  </channel>
</rss>

