<?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: How to create a lookup parameter in Dynamic Blocks Forum</title>
    <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/how-to-create-a-lookup-parameter/m-p/10665078#M8814</link>
    <description>&lt;P&gt;Post your drawing so we can have a look. Then we can suggest a workaround&lt;/P&gt;</description>
    <pubDate>Mon, 04 Oct 2021 12:47:40 GMT</pubDate>
    <dc:creator>h_s_walker</dc:creator>
    <dc:date>2021-10-04T12:47:40Z</dc:date>
    <item>
      <title>How to create a lookup parameter</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/how-to-create-a-lookup-parameter/m-p/10655095#M8810</link>
      <description>&lt;P&gt;Can anyone explain to me how to build a lookup parameter and lookup table from scratch in a dynamic block? The parameter type does not appear on the menu of dynamic block parameters. However, when I attempt to create a lookup action, I must select a "lookup parameter".&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Autocad help only tells me all the great things I can do with a lookup table, or how to edit it by selecting it, or how to modify the lookup action. But I can't do any of that until I create the table and the parameter, and even google can't help me find out how to do this. Please help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please don't ask for an example of my drawing, because it is just a dynamic block WITHOUT a lookup parameter.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;</description>
      <pubDate>Wed, 29 Sep 2021 13:27:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/how-to-create-a-lookup-parameter/m-p/10655095#M8810</guid>
      <dc:creator>mbickelVMG55</dc:creator>
      <dc:date>2021-09-29T13:27:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a lookup parameter</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/how-to-create-a-lookup-parameter/m-p/10655257#M8811</link>
      <description>&lt;P&gt;Scroll all the way down to the bottom of PARAMETER SETS and you'll find it there under VISIBILITY SET. See the image below&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.JPG" style="width: 205px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/971230iC9AD7CF04D239EB5/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.JPG" alt="Capture.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Sep 2021 14:18:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/how-to-create-a-lookup-parameter/m-p/10655257#M8811</guid>
      <dc:creator>h_s_walker</dc:creator>
      <dc:date>2021-09-29T14:18:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a lookup parameter</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/how-to-create-a-lookup-parameter/m-p/10655360#M8812</link>
      <description>&lt;P&gt;Here are a variety of ways to make a lookup parameter.&amp;nbsp; If a lookup does not have any table associated with it, if you double-click it, then a table will be added.&amp;nbsp; With a table added, double-click the table to enter the editing mode.&amp;nbsp; Add whatever input or lookup properties you want and fill out with the appropriate values.&amp;nbsp; See screencast:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV class="iframe-container" style="position: relative; height: 0px; margin: 0px; padding-bottom: 106.25%;"&gt;&lt;IFRAME src="https://screencast.autodesk.com/Embed/Timeline/5165f8fa-ddc8-4646-9a45-9ea6fc4ce806" width="640" height="680" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" style="position: absolute; left: 0; top: 0; width: 100%; height: 100%;"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 29 Sep 2021 14:51:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/how-to-create-a-lookup-parameter/m-p/10655360#M8812</guid>
      <dc:creator>Libbya</dc:creator>
      <dc:date>2021-09-29T14:51:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a lookup parameter</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/how-to-create-a-lookup-parameter/m-p/10665053#M8813</link>
      <description>&lt;P&gt;hwalker and Libbya,&lt;/P&gt;&lt;P&gt;Thank you both for your help. You have both answered my question, but... unfortunately the answer does not solve my problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to create a simple transform that would add a leading zero in front of integers from 1-9. (as in, 01, 02, etc.). The attached help screen led me to believe I could do this, if I could pass a computed integer through a lookup table. But apparently attributes can't be referenced; only parameters can. And it seems parameters can't have computations. If anyone has any insight into this, or if there are better answers under another topic, please let me know.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It seems that the screenshot references another type of table that must be updated manually. My transform must be automatic; however a manual overwrite option would be good also.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Oct 2021 12:39:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/how-to-create-a-lookup-parameter/m-p/10665053#M8813</guid>
      <dc:creator>mbickelVMG55</dc:creator>
      <dc:date>2021-10-04T12:39:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a lookup parameter</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/how-to-create-a-lookup-parameter/m-p/10665078#M8814</link>
      <description>&lt;P&gt;Post your drawing so we can have a look. Then we can suggest a workaround&lt;/P&gt;</description>
      <pubDate>Mon, 04 Oct 2021 12:47:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/how-to-create-a-lookup-parameter/m-p/10665078#M8814</guid>
      <dc:creator>h_s_walker</dc:creator>
      <dc:date>2021-10-04T12:47:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a lookup parameter</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/how-to-create-a-lookup-parameter/m-p/10665170#M8815</link>
      <description>&lt;P&gt;I will accept your solutions and start a new thread when I can.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Oct 2021 13:20:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/how-to-create-a-lookup-parameter/m-p/10665170#M8815</guid>
      <dc:creator>mbickelVMG55</dc:creator>
      <dc:date>2021-10-04T13:20:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a lookup parameter</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/how-to-create-a-lookup-parameter/m-p/10665181#M8816</link>
      <description>&lt;P&gt;You might potentially be able to add a second attribute, add a field that references the first attribute value and format the value to have your leading zero.&amp;nbsp; Hard to tell if that would work without seeing the block.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Oct 2021 13:23:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/how-to-create-a-lookup-parameter/m-p/10665181#M8816</guid>
      <dc:creator>Libbya</dc:creator>
      <dc:date>2021-10-04T13:23:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a lookup parameter</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/how-to-create-a-lookup-parameter/m-p/10665227#M8817</link>
      <description>&lt;P&gt;This is a very simple block that puts a matchline refererence to other sheets. My company references sheet numbers through the sheet title (system variable ctab). The desired text simply adds or subracts a number from ctab. That part is easy.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried many workarounds. The most frustrating part is that autocad has options for formatting the output. There are hundreds of possibilities simply with the formatting. But the closest I have found is to divide by 10 and make the decimal delimeter a space. That leaves a space in the numbers (0 1, 0 2, etc.).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have had success with property sets. However, they can only be referenced in labels that appear in model space. I have solved this problem where plan production matchlines can be used. But for our biggest client, I need a dumber matchline in paper space.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Referencing another attribute could possibly work, but I believe that may need a nested block, which could lock the variable to a constant...? If there is syntax to reference another attribute int he same block, I would like to know. It is possible to reference it in an instance of the block, but might be too complicated for some of my users.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Oct 2021 13:40:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/how-to-create-a-lookup-parameter/m-p/10665227#M8817</guid>
      <dc:creator>mbickelVMG55</dc:creator>
      <dc:date>2021-10-04T13:40:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a lookup parameter</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/how-to-create-a-lookup-parameter/m-p/10665327#M8818</link>
      <description>&lt;P&gt;Did you intend to attach a block?&lt;/P&gt;</description>
      <pubDate>Mon, 04 Oct 2021 14:31:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/how-to-create-a-lookup-parameter/m-p/10665327#M8818</guid>
      <dc:creator>Libbya</dc:creator>
      <dc:date>2021-10-04T14:31:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a lookup parameter</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/how-to-create-a-lookup-parameter/m-p/10689345#M8819</link>
      <description>&lt;P&gt;I have posted a block in a new topic. Thanks,&lt;/P&gt;</description>
      <pubDate>Thu, 14 Oct 2021 20:58:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/how-to-create-a-lookup-parameter/m-p/10689345#M8819</guid>
      <dc:creator>mbickelVMG55</dc:creator>
      <dc:date>2021-10-14T20:58:08Z</dc:date>
    </item>
  </channel>
</rss>

