<?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 Dynamic Block Dependent List in Dynamic Blocks Forum</title>
    <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/dynamic-block-dependent-list/m-p/11700945#M6144</link>
    <description>&lt;P&gt;I am tinkering with making a dynamic block for standard culvert sizes.&amp;nbsp; The geometry of the block will be dependent on 3 variables.&amp;nbsp; Height, Span and Fill Height.&amp;nbsp; One solution is to write out every possible combination in a table.&amp;nbsp; The problem with this is when you click on the block to select your culvert the list would be HUGE.&amp;nbsp; I was trying to figure out a way to reduce the size of the pick list on the screen.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Fill height list is consistent for all culverts at the following set increments 0.6, 1, 1.5, 2, 2.5, 3, 4, 5, 6 (m)&lt;/P&gt;&lt;P&gt;Eligible sizes are bases on the table below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="private2at1_0-1674544954590.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1166288i94697F0DDF9833BA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="private2at1_0-1674544954590.png" alt="private2at1_0-1674544954590.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So while spans of 2 to 6 m are possible, heights of 3.5 m are not available for each span.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In excel I an achieve this through dependent drop down lists and set it to go look at a table based on the three choices. Using lookup functions I can pull the wall and slab thickness required to generate a cross sectional drawing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However I cannot figure out how to do this in a dynamic block while keeping the list short.&amp;nbsp; There are 45 standard culvert sizes which in my source book have their own table.&amp;nbsp; In each table there is a column for fill each of the 9 fill heights.&amp;nbsp; If I would to list each combination for a table selection, that would leave the CAD operator scrolling through a list of 405 names.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way for them to pick the span, then based on the chosen span only see the available heights for another choice?&amp;nbsp; and then finally a third pick for fill?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;UPDATE:&amp;nbsp; The attached file is what I have tried so far.&amp;nbsp; It only has the entries for 6.0 m of fill.&amp;nbsp; I have the 405 entries in an excel table that was easy to generate that I could copy and paste in, but currently do not see how that work with the look up action.&amp;nbsp; I can not get my look up actions to work with my dimension constraints, and I cannot get my dimension constraints to work work with parameters in the formula.&amp;nbsp; I tried deleting the span dim constraint and replaced it with a linear parameter for a lookup action.&amp;nbsp; But then when I tried to use the linear parameter in the formula for the out to out dimension it would not work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 24 Jan 2023 19:57:56 GMT</pubDate>
    <dc:creator>private2at1</dc:creator>
    <dc:date>2023-01-24T19:57:56Z</dc:date>
    <item>
      <title>Dynamic Block Dependent List</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/dynamic-block-dependent-list/m-p/11700945#M6144</link>
      <description>&lt;P&gt;I am tinkering with making a dynamic block for standard culvert sizes.&amp;nbsp; The geometry of the block will be dependent on 3 variables.&amp;nbsp; Height, Span and Fill Height.&amp;nbsp; One solution is to write out every possible combination in a table.&amp;nbsp; The problem with this is when you click on the block to select your culvert the list would be HUGE.&amp;nbsp; I was trying to figure out a way to reduce the size of the pick list on the screen.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Fill height list is consistent for all culverts at the following set increments 0.6, 1, 1.5, 2, 2.5, 3, 4, 5, 6 (m)&lt;/P&gt;&lt;P&gt;Eligible sizes are bases on the table below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="private2at1_0-1674544954590.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1166288i94697F0DDF9833BA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="private2at1_0-1674544954590.png" alt="private2at1_0-1674544954590.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So while spans of 2 to 6 m are possible, heights of 3.5 m are not available for each span.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In excel I an achieve this through dependent drop down lists and set it to go look at a table based on the three choices. Using lookup functions I can pull the wall and slab thickness required to generate a cross sectional drawing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However I cannot figure out how to do this in a dynamic block while keeping the list short.&amp;nbsp; There are 45 standard culvert sizes which in my source book have their own table.&amp;nbsp; In each table there is a column for fill each of the 9 fill heights.&amp;nbsp; If I would to list each combination for a table selection, that would leave the CAD operator scrolling through a list of 405 names.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way for them to pick the span, then based on the chosen span only see the available heights for another choice?&amp;nbsp; and then finally a third pick for fill?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;UPDATE:&amp;nbsp; The attached file is what I have tried so far.&amp;nbsp; It only has the entries for 6.0 m of fill.&amp;nbsp; I have the 405 entries in an excel table that was easy to generate that I could copy and paste in, but currently do not see how that work with the look up action.&amp;nbsp; I can not get my look up actions to work with my dimension constraints, and I cannot get my dimension constraints to work work with parameters in the formula.&amp;nbsp; I tried deleting the span dim constraint and replaced it with a linear parameter for a lookup action.&amp;nbsp; But then when I tried to use the linear parameter in the formula for the out to out dimension it would not work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2023 19:57:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/dynamic-block-dependent-list/m-p/11700945#M6144</guid>
      <dc:creator>private2at1</dc:creator>
      <dc:date>2023-01-24T19:57:56Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Block Dependent List</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/dynamic-block-dependent-list/m-p/11701411#M6145</link>
      <description>&lt;P&gt;Have a look at this block (drawing attached) for the way forward. This was from an idea from&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/358705"&gt;@Libbya&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Create 9 visibilty states for your heights. Then in each visibility state put a lookup which only lists the available other information in that height.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2023 11:19:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/dynamic-block-dependent-list/m-p/11701411#M6145</guid>
      <dc:creator>h_s_walker</dc:creator>
      <dc:date>2023-01-24T11:19:16Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Block Dependent List</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/dynamic-block-dependent-list/m-p/11702562#M6146</link>
      <description>&lt;P&gt;I think I understand the concept, but after looking at your sample drawing, I really need to go back and look at LOOKUP to make sure I understand how it works before I progress with this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was trying to use a Block Table to reduce the number of time the culvert is drawn.&amp;nbsp; I tried doing a block table per visibility state since you can name the block table I though you could have more than one but apparently according to &lt;A href="https://forums.autodesk.com/t5/dynamic-blocks-forum/multiple-block-properties-tables/td-p/6863418" target="_blank" rel="noopener"&gt;this article&lt;/A&gt;, you can only have one.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2023 18:54:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/dynamic-block-dependent-list/m-p/11702562#M6146</guid>
      <dc:creator>private2at1</dc:creator>
      <dc:date>2023-01-24T18:54:12Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Block Dependent List</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/dynamic-block-dependent-list/m-p/11702728#M6147</link>
      <description>Added my block to the question and added some of the problems I am having trying to use look ups.</description>
      <pubDate>Tue, 24 Jan 2023 19:58:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/dynamic-block-dependent-list/m-p/11702728#M6147</guid>
      <dc:creator>private2at1</dc:creator>
      <dc:date>2023-01-24T19:58:57Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Block Dependent List</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/dynamic-block-dependent-list/m-p/11705162#M6148</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/13412277"&gt;@private2at1&lt;/a&gt;&amp;nbsp;You've almost got it you need to move the SPAN column to the front. The first two images are your list at the moment and what it looks like in the block properties table. The third image shows the span column moved and the final image shows you the result.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.JPG" style="width: 917px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1167117i4A19DA298B663AD4/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.JPG" alt="Capture.JPG" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture1.JPG" style="width: 835px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1167118i4A6CBA4946B45306/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture1.JPG" alt="Capture1.JPG" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture2.JPG" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1167119iEEC165B8C2E4A50B/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture2.JPG" alt="Capture2.JPG" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture3.JPG" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1167116iE164AEAB4A15607C/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture3.JPG" alt="Capture3.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jan 2023 16:48:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/dynamic-block-dependent-list/m-p/11705162#M6148</guid>
      <dc:creator>h_s_walker</dc:creator>
      <dc:date>2023-01-25T16:48:07Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Block Dependent List</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/dynamic-block-dependent-list/m-p/11708546#M6149</link>
      <description>&lt;P&gt;SERIOUSLY!!!! (^(&amp;amp;%)@+#*(&amp;amp;^@&amp;nbsp; I was so close!&amp;nbsp; I did not know that is how you made dependent drop down lists.&amp;nbsp; I went back and tried to convert everything to parameters and tried using Triple look ups.&amp;nbsp; My vertical dimensions worked just fines but my horizontals are giving me serious grief.&amp;nbsp; Not to mention the number of time I have to keep re-entering the table is a royal pain in the arse!&lt;BR /&gt;&lt;BR /&gt;Let me give this option a go as it looks almost exactly what I need.&amp;nbsp; Can it do three layers of choices?&amp;nbsp; Ie Fill Height, Span, and Height?&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jan 2023 21:00:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/dynamic-block-dependent-list/m-p/11708546#M6149</guid>
      <dc:creator>private2at1</dc:creator>
      <dc:date>2023-01-26T21:00:39Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Block Dependent List</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/dynamic-block-dependent-list/m-p/11709547#M6150</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/13412277"&gt;@private2at1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yeah you just need to move the columns around. If F is Fill Height move that to the front, then have Span as the second column and Height as the third. You can get rid of the Size column.&lt;/P&gt;
&lt;P&gt;A shortcut to continually filling/ unfilling them is to do all the hard work in excel and then copy and paste the information into the table&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jan 2023 09:59:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/dynamic-block-dependent-list/m-p/11709547#M6150</guid>
      <dc:creator>h_s_walker</dc:creator>
      <dc:date>2023-01-27T09:59:29Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Block Dependent List</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/dynamic-block-dependent-list/m-p/11710311#M6151</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/65473"&gt;@h_s_walker&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That is what was killing me with the parameters method.&amp;nbsp; You can only copy one cell at a time.&amp;nbsp; The block property table was a simple copy paste from excel.&amp;nbsp; It was a thing of beauty&amp;nbsp; The final product wound up being column 1 as a visibility state to control looking at either an open footing culvert, or a box culvert.&amp;nbsp; Column 2 wound up being user parameter Fill Height.&amp;nbsp; Next was SPAN, followed by fill height.&amp;nbsp; The things now works as intended.&amp;nbsp; Admittedly something was glitchy with the visibility state the first 4 or 5 times I tried it, but it worked in the end oddly enough the same way I tried it the first time.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;F is actually Minimum Footing width.&amp;nbsp; I reused the variable in the table for Bottom Slab Thickness for the box culvert&lt;BR /&gt;&lt;BR /&gt;Thank you for the assist on this.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jan 2023 14:40:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/dynamic-block-dependent-list/m-p/11710311#M6151</guid>
      <dc:creator>private2at1</dc:creator>
      <dc:date>2023-01-27T14:40:30Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Block Dependent List</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/dynamic-block-dependent-list/m-p/13166496#M6152</link>
      <description>&lt;P&gt;So I am trying to do this exact thing with three drop downs. I have a block "horizontal.dyn" which has several different size horizontal beams. There are metric and imperial beams. There are 4 applications which the beams can be used in. Only certain beams can be used in certain applications.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried to make this work, but I am stuck in how to get three drop down menus to work with the method used in "drawing3.dwg" above.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can see in the chart below that 265mm is only used with splays, 500 mm is only used in flooring etc, but 1000 mm can be used in either flooring or seating. (Obviously this is only a sample. My blocks have way more options.)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want three menus: Equipment Type, Measurement, and Sizes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Metric Sizes&lt;/TD&gt;&lt;TD&gt;Imperial Sizes&lt;/TD&gt;&lt;TD&gt;Flooring&lt;/TD&gt;&lt;TD&gt;Seating&lt;/TD&gt;&lt;TD&gt;Stairs&lt;/TD&gt;&lt;TD&gt;Splays&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;265 mm&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;X&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;500 mm&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;X&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1000 mm&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;X&lt;/TD&gt;&lt;TD&gt;X&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2000 mm&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;X&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;10'&lt;/TD&gt;&lt;TD&gt;X&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;66"&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;X&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like the menus to flow like the following:&lt;/P&gt;&lt;P&gt;&lt;U&gt;Equipment Type -&amp;gt; Measurement -&amp;gt; Sizes&lt;/U&gt;&lt;/P&gt;&lt;P&gt;Flooring -&amp;gt; Metric -&amp;gt; 500 mm&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&amp;gt; 1000 mm&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&amp;gt; Imperial -&amp;gt; 10'&lt;/P&gt;&lt;P&gt;Seating -&amp;gt; Metric -&amp;gt; 1000 mm&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&amp;gt; 2000 mm&lt;/P&gt;&lt;P&gt;Stairs -&amp;gt; Imperial -&amp;gt; 66"&lt;/P&gt;&lt;P&gt;Splays -&amp;gt; Metric -&amp;gt; 265 mm&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If someone can help me figure this out, this would help me in programming my other blocks that have similar structures. I think it would greatly make the blocks much more user friendly for those in my team.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have attached a copy of my block and the spreadsheet I used to program it.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Nov 2024 19:41:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/dynamic-block-dependent-list/m-p/13166496#M6152</guid>
      <dc:creator>hroatch4PJ2V</dc:creator>
      <dc:date>2024-11-21T19:41:45Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Block Dependent List</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/dynamic-block-dependent-list/m-p/13174211#M6153</link>
      <description>&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Flooring&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;Metric&lt;/TD&gt;&lt;TD&gt;500 mm&lt;/TD&gt;&lt;TD&gt;500&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Flooring&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;Metric&lt;/TD&gt;&lt;TD&gt;1000 mm&lt;/TD&gt;&lt;TD&gt;1000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Flooring&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;Imperial&lt;/TD&gt;&lt;TD&gt;10'&lt;/TD&gt;&lt;TD&gt;10&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Seating&lt;/TD&gt;&lt;TD&gt;Metric&lt;/TD&gt;&lt;TD&gt;1000 mm&lt;/TD&gt;&lt;TD&gt;1000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Seating&lt;/TD&gt;&lt;TD&gt;Metric&lt;/TD&gt;&lt;TD&gt;2000 mm&lt;/TD&gt;&lt;TD&gt;2000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Stairs&lt;/TD&gt;&lt;TD&gt;Imperial&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;66"&lt;/TD&gt;&lt;TD&gt;66&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Splays&lt;/TD&gt;&lt;TD&gt;Metric&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;265 mm&lt;/TD&gt;&lt;TD&gt;265&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Set up you data so that every row is unique in terms of its parameters.&amp;nbsp; I know it works for numbers, but not sure if it works for text.&amp;nbsp; Essentially the first column will become a list of unique values.&amp;nbsp; So from the above table, even though Flooring is repeated 3 times and seated twice, you should still only see a list of contain unique values (ie. no repeats).&amp;nbsp; The next flyout menu will be a list of unique value for whatever what picked.&amp;nbsp; If you picked flooring you see Metric and Imperial, but if you picked Seating, you should only see Metric.&amp;nbsp; Think of the first set of X columns as being the number of drop down menus you expect.&amp;nbsp; The remaining columns after the first X will be all your parameters.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the example above, I would make the 3rd column a string and think of it as a name.&amp;nbsp; Namely because your units are changing and you want a way to readily distinguish between 10 mm, 10", 10' 10 m etc.&amp;nbsp; Place the actual dimension in a separate column.&amp;nbsp; as for your parameter data, you have two choices.&amp;nbsp; Option 1 is to keep all your parameters in dimensions that correspond to the same units that were picked.&amp;nbsp; ie. keep inches in inches so the block drops in at the right size in an imperial drawing.&amp;nbsp; Option 2 is to make all the parameters&amp;nbsp; the same unit regardless of name picked.&amp;nbsp; So if 66" was picked, the actual value in your parameter data would be the value of 66x25.4.&amp;nbsp; Since I really do not know how your block will be used its hard to say what the best approach is.&amp;nbsp; Just letting you know you have options.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The main thing is, each entry needs it own row.&amp;nbsp; I could not make heads or tales out of your spreadsheet with the time I had available, or I would have reorganized it for you.&amp;nbsp; Hopefully the reorganization of your sample data gives you an idea as to what you need to do.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Nov 2024 08:54:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/dynamic-block-dependent-list/m-p/13174211#M6153</guid>
      <dc:creator>dwerner</dc:creator>
      <dc:date>2024-11-26T08:54:04Z</dc:date>
    </item>
  </channel>
</rss>

