<?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 ROOM_NUMBER vs. Zone Number in Libraries &amp; objects</title>
    <link>https://community.graphisoft.com/t5/Libraries-objects/ROOM-NUMBER-vs-Zone-Number/m-p/160284#M12628</link>
    <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;I'm trying to push a (previously set) custom parameter into the ROOM_NUMBER field by adding:&lt;BR /&gt;
&lt;BR /&gt;
PARAMETERS ROOM_NUMBER = [custom parameter name]&lt;BR /&gt;
&lt;BR /&gt;
into the Parameter Script of a Zone Stamp object so that I can list library parts belonging to the Zones identified by the custom Zone Numbers. I'd like to use the interactive schedule adding the Zone Number from the General Available Parameters. For some reason the&lt;BR /&gt;
&lt;BR /&gt;
PARAMETERS ROOM_NUMBER = [custom parameter name]&lt;BR /&gt;
&lt;BR /&gt;
does not populate the Zone Number field even after re-loading the library and updating the zones. Why is that? Why is the same field named differently? (ROOM_NUMBER vs Zone Number). What is the correct parameter to use to populate the Zone Number field?&lt;/T&gt;&lt;/DIV&gt;</description>
    <pubDate>Thu, 24 Apr 2014 18:39:56 GMT</pubDate>
    <dc:creator>adamrendek</dc:creator>
    <dc:date>2014-04-24T18:39:56Z</dc:date>
    <item>
      <title>ROOM_NUMBER vs. Zone Number</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/ROOM-NUMBER-vs-Zone-Number/m-p/160284#M12628</link>
      <description>&lt;DIV class="actalk-migrated-content"&gt;&lt;T&gt;I'm trying to push a (previously set) custom parameter into the ROOM_NUMBER field by adding:&lt;BR /&gt;
&lt;BR /&gt;
PARAMETERS ROOM_NUMBER = [custom parameter name]&lt;BR /&gt;
&lt;BR /&gt;
into the Parameter Script of a Zone Stamp object so that I can list library parts belonging to the Zones identified by the custom Zone Numbers. I'd like to use the interactive schedule adding the Zone Number from the General Available Parameters. For some reason the&lt;BR /&gt;
&lt;BR /&gt;
PARAMETERS ROOM_NUMBER = [custom parameter name]&lt;BR /&gt;
&lt;BR /&gt;
does not populate the Zone Number field even after re-loading the library and updating the zones. Why is that? Why is the same field named differently? (ROOM_NUMBER vs Zone Number). What is the correct parameter to use to populate the Zone Number field?&lt;/T&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 24 Apr 2014 18:39:56 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/ROOM-NUMBER-vs-Zone-Number/m-p/160284#M12628</guid>
      <dc:creator>adamrendek</dc:creator>
      <dc:date>2014-04-24T18:39:56Z</dc:date>
    </item>
    <item>
      <title>Re: ROOM_NUMBER vs. Zone Number</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/ROOM-NUMBER-vs-Zone-Number/m-p/160285#M12629</link>
      <description>Hello,&lt;BR /&gt;
&lt;BR /&gt;
ROOM_NUMBER is a string, is the pushed &lt;BR /&gt;
parameter a string as well?</description>
      <pubDate>Sat, 26 Apr 2014 14:27:59 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/ROOM-NUMBER-vs-Zone-Number/m-p/160285#M12629</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-26T14:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: ROOM_NUMBER vs. Zone Number</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/ROOM-NUMBER-vs-Zone-Number/m-p/160286#M12630</link>
      <description>Hi Juha,&lt;BR /&gt;
&lt;BR /&gt;
Yes, the pushed parameter is a string. For some reason the Zone Number fields are empty in the schedule, but when I open the individual zones the Zone Number field displays the correct value.&lt;BR /&gt;
&lt;BR /&gt;
I'm scheduling library parts and I'd like to get their zone relations captured in the schedule, but I still have trouble with it.</description>
      <pubDate>Sat, 26 Apr 2014 18:22:36 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/ROOM-NUMBER-vs-Zone-Number/m-p/160286#M12630</guid>
      <dc:creator>adamrendek</dc:creator>
      <dc:date>2014-04-26T18:22:36Z</dc:date>
    </item>
    <item>
      <title>Re: ROOM_NUMBER vs. Zone Number</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/ROOM-NUMBER-vs-Zone-Number/m-p/160287#M12631</link>
      <description>Hello,&lt;BR /&gt;
&lt;BR /&gt;
Interactive schedules are a bit troublesome.&lt;BR /&gt;
&lt;BR /&gt;
You might try updating the location only&lt;BR /&gt;
when the context is settings dialog, floor plan or&lt;BR /&gt;
3D and avoid updating when context is&lt;BR /&gt;
calculation. This can be done with global &lt;BR /&gt;
parameter GLOB_CONTEXT.&lt;BR /&gt;
&lt;BR /&gt;
Check the documentation for values, for example;&lt;BR /&gt;
settings dialog GLOB_CONTEXT= 1&lt;BR /&gt;
floor plan GLOB_CONTEXT= 2&lt;BR /&gt;
3D window GLOB_CONTEXT= 3&lt;BR /&gt;
calculation / listing GLOB_CONTEXT= 5</description>
      <pubDate>Sun, 27 Apr 2014 09:01:09 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/ROOM-NUMBER-vs-Zone-Number/m-p/160287#M12631</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-27T09:01:09Z</dc:date>
    </item>
    <item>
      <title>Re: ROOM_NUMBER vs. Zone Number</title>
      <link>https://community.graphisoft.com/t5/Libraries-objects/ROOM-NUMBER-vs-Zone-Number/m-p/160288#M12632</link>
      <description>So. I turned out that the solution was deleting the Zone Number value manually in the zone settings dialogue. Once I did that, the PARAMETERS command was able to populate the field consistently with whatever I wanted it to.</description>
      <pubDate>Tue, 29 Apr 2014 18:23:18 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Libraries-objects/ROOM-NUMBER-vs-Zone-Number/m-p/160288#M12632</guid>
      <dc:creator>adamrendek</dc:creator>
      <dc:date>2014-04-29T18:23:18Z</dc:date>
    </item>
  </channel>
</rss>

