<?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: Creating a custom ID from multiple parameters in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/Creating-a-custom-ID-from-multiple-parameters/m-p/240132#M5049</link>
    <description>I think you can get shaft you want using Ifc dats mapping</description>
    <pubDate>Tue, 24 Oct 2017 21:18:32 GMT</pubDate>
    <dc:creator>alemanda</dc:creator>
    <dc:date>2017-10-24T21:18:32Z</dc:date>
    <item>
      <title>Creating a custom ID from multiple parameters</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Creating-a-custom-ID-from-multiple-parameters/m-p/240131#M5048</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;R&gt;Good evening ArchiCAD people.&lt;BR /&gt;
&lt;BR /&gt;
I've been struggling with scheduling a custom object lately. It's a fire sprinkler, and I use a schedule as the legend of my drawings.&lt;BR /&gt;
It has seven parameters which define the sprinkler type, and right now I have nine columns in my schedule (2D preview, the 7 parameters and quantity).&lt;BR /&gt;
Is there any way to generate an ID from the seven parameters, so that my schedule only contains three columns?&lt;BR /&gt;
&lt;BR /&gt;
My solution right now has an awful lot of gaps in the text &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_sad.gif" style="display : inline;" /&gt;&lt;/R&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 24 Oct 2017 18:29:24 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Creating-a-custom-ID-from-multiple-parameters/m-p/240131#M5048</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-24T18:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a custom ID from multiple parameters</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Creating-a-custom-ID-from-multiple-parameters/m-p/240132#M5049</link>
      <description>I think you can get shaft you want using Ifc dats mapping</description>
      <pubDate>Tue, 24 Oct 2017 21:18:32 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Creating-a-custom-ID-from-multiple-parameters/m-p/240132#M5049</guid>
      <dc:creator>alemanda</dc:creator>
      <dc:date>2017-10-24T21:18:32Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a custom ID from multiple parameters</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Creating-a-custom-ID-from-multiple-parameters/m-p/240133#M5050</link>
      <description>There is no way to get such an ID, with a code in the master script for example?</description>
      <pubDate>Wed, 25 Oct 2017 05:41:09 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Creating-a-custom-ID-from-multiple-parameters/m-p/240133#M5050</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-25T05:41:09Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a custom ID from multiple parameters</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Creating-a-custom-ID-from-multiple-parameters/m-p/240134#M5051</link>
      <description>You already have the 7 parameters in the object.&lt;BR /&gt;
&lt;BR /&gt;
Create a new one (in the master or parameter script) that is an amalgamation of those 7 - i.e. new_parameter = parameter 1 + parameter 2 + parameter 3, etc.&lt;BR /&gt;
PARAMETER new_parameter = new_parameter &lt;BR /&gt;
&lt;BR /&gt;
If any of them are numerical parameters rather than strings you will need to convert them to a string value.&lt;BR /&gt;
&lt;BR /&gt;
You can control the spacing between the names by adding new_parameter = parameter 1 + " "+ parameter 2 + " " + parameter 3, etc.&lt;BR /&gt;
&lt;BR /&gt;
Or new_parameter = parameter 1 + "-"+ parameter 2 + "-" + parameter 3, etc.&lt;BR /&gt;
&lt;BR /&gt;
Then just schedule the new parameter rather than all 7.&lt;BR /&gt;
&lt;BR /&gt;
Barry.</description>
      <pubDate>Wed, 25 Oct 2017 06:43:55 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Creating-a-custom-ID-from-multiple-parameters/m-p/240134#M5051</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2017-10-25T06:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a custom ID from multiple parameters</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/Creating-a-custom-ID-from-multiple-parameters/m-p/240135#M5052</link>
      <description>Thank you very much! It works perfectly &lt;IMG src="https://community.graphisoft.com/legacyfs/online/emojis/icon_smile.gif" style="display : inline;" /&gt;</description>
      <pubDate>Wed, 25 Oct 2017 17:04:54 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/Creating-a-custom-ID-from-multiple-parameters/m-p/240135#M5052</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-25T17:04:54Z</dc:date>
    </item>
  </channel>
</rss>

