<?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: Door quantity text, schedules in Documentation</title>
    <link>https://community.graphisoft.com/t5/Documentation/Door-quantity-text-schedules/m-p/591504#M63178</link>
    <description>&lt;P&gt;The problem with 'Orientation' is it is either left or right (L or R).&lt;/P&gt;
&lt;P&gt;Even when you place a double door, you place it in the same manner as a single door, so as far as Archicad is concerned for the orientation, it is still left or right.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can schedule other parameters from the objects, maybe there is one that says 'double' or 'single'?&lt;/P&gt;
&lt;P&gt;Or as Ricardo has suggested (but doesn't work in this case, as it is just changing L to Left and R to Right), is to create a property object that you can use.&lt;/P&gt;
&lt;P&gt;I could be a property where you manually type what you want - you could just add a custom text field in the schedule for that, so I wouldn't necessarily do this in a property.&lt;/P&gt;
&lt;P&gt;It could be a property with an expression to determine if it is double or single based on the door settings - but if this is coming directly from a parameter in the object, then just schedule that parameter.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Barry.&lt;/P&gt;</description>
    <pubDate>Fri, 08 Mar 2024 00:35:39 GMT</pubDate>
    <dc:creator>Barry Kelly</dc:creator>
    <dc:date>2024-03-08T00:35:39Z</dc:date>
    <item>
      <title>Door quantity text, schedules</title>
      <link>https://community.graphisoft.com/t5/Documentation/Door-quantity-text-schedules/m-p/591469#M63173</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On schedules, is there a way to change the text that says R (1) to DBL (1)?&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="architect_0-1709762010141.png" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/54409iB55B62CF6E984CE3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="architect_0-1709762010141.png" alt="architect_0-1709762010141.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2024 16:21:33 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Documentation/Door-quantity-text-schedules/m-p/591469#M63173</guid>
      <dc:creator>architect</dc:creator>
      <dc:date>2024-03-07T16:21:33Z</dc:date>
    </item>
    <item>
      <title>Re: Door quantity text, schedules</title>
      <link>https://community.graphisoft.com/t5/Documentation/Door-quantity-text-schedules/m-p/591489#M63175</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.graphisoft.com/t5/user/viewprofilepage/user-id/66145"&gt;@architect&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You could create a new &lt;STRONG&gt;string&lt;/STRONG&gt; type property for doors with a &lt;STRONG&gt;conditional expression&lt;/STRONG&gt; where you could write whatever you wanted (ex: &lt;EM&gt;text1&lt;/EM&gt; and &lt;EM&gt;text2&lt;/EM&gt;).&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;IF ( {Property:Window\/Door/Orientation} = "R", "text1", "text2 )&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;This property must be available for doors (and also windows if you want)&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RicardoLopez_0-1709837475430.png" style="width: 964px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/54468i986F674A0B753317/image-dimensions/964x447?v=v2" width="964" height="447" role="button" title="RicardoLopez_0-1709837475430.png" alt="RicardoLopez_0-1709837475430.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards.&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;*NOTE: ";" or "," may differ in expression depending on operating system regional settings.&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2024 18:53:14 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Documentation/Door-quantity-text-schedules/m-p/591489#M63175</guid>
      <dc:creator>Ricardo Lopez</dc:creator>
      <dc:date>2024-03-07T18:53:14Z</dc:date>
    </item>
    <item>
      <title>Re: Door quantity text, schedules</title>
      <link>https://community.graphisoft.com/t5/Documentation/Door-quantity-text-schedules/m-p/591504#M63178</link>
      <description>&lt;P&gt;The problem with 'Orientation' is it is either left or right (L or R).&lt;/P&gt;
&lt;P&gt;Even when you place a double door, you place it in the same manner as a single door, so as far as Archicad is concerned for the orientation, it is still left or right.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can schedule other parameters from the objects, maybe there is one that says 'double' or 'single'?&lt;/P&gt;
&lt;P&gt;Or as Ricardo has suggested (but doesn't work in this case, as it is just changing L to Left and R to Right), is to create a property object that you can use.&lt;/P&gt;
&lt;P&gt;I could be a property where you manually type what you want - you could just add a custom text field in the schedule for that, so I wouldn't necessarily do this in a property.&lt;/P&gt;
&lt;P&gt;It could be a property with an expression to determine if it is double or single based on the door settings - but if this is coming directly from a parameter in the object, then just schedule that parameter.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Barry.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Mar 2024 00:35:39 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Documentation/Door-quantity-text-schedules/m-p/591504#M63178</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2024-03-08T00:35:39Z</dc:date>
    </item>
    <item>
      <title>Re: Door quantity text, schedules</title>
      <link>https://community.graphisoft.com/t5/Documentation/Door-quantity-text-schedules/m-p/600563#M63600</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.graphisoft.com/t5/user/viewprofilepage/user-id/66145"&gt;@architect&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Thanks to Ricardo and Barry's contribution here, we went through the steps to answer your question in our Insights blog with the Tip of the Month. Worth a check &lt;STRONG&gt;&lt;A href="https://community.graphisoft.com/t5/Graphisoft-Insights/Tip-of-the-Month-April-2024-Leverage-Properties-to-deliver/ba-p/599287" target="_blank" rel="noopener"&gt;here&lt;/A&gt;&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;Cheers!&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Apr 2024 12:21:02 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Documentation/Door-quantity-text-schedules/m-p/600563#M63600</guid>
      <dc:creator>Rubia Torres</dc:creator>
      <dc:date>2024-04-23T12:21:02Z</dc:date>
    </item>
  </channel>
</rss>

