<?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 Zones with \n showing up in area schedule - AC 23 in Documentation</title>
    <link>https://community.graphisoft.com/t5/Documentation/Zones-with-n-showing-up-in-area-schedule-AC-23/m-p/304893#M47468</link>
    <description>&lt;P&gt;Hi there.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I use the line separator \n function to create a line break for zone names, the '\n' still appears in the area schedule.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to hide the '\n' in the schedule?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;EX:&lt;/P&gt;&lt;P&gt;Cleaner\nStore (typed name for zone name)&lt;/P&gt;&lt;P&gt;Cleaner Store (displayed in zone name in plan)&lt;/P&gt;&lt;P&gt;Cleaner\nStore (displayed in schedule, but should display as Cleaner Store)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 17 May 2023 15:30:57 GMT</pubDate>
    <dc:creator>mmbrajohan</dc:creator>
    <dc:date>2023-05-17T15:30:57Z</dc:date>
    <item>
      <title>Zones with \n showing up in area schedule - AC 23</title>
      <link>https://community.graphisoft.com/t5/Documentation/Zones-with-n-showing-up-in-area-schedule-AC-23/m-p/304893#M47468</link>
      <description>&lt;P&gt;Hi there.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I use the line separator \n function to create a line break for zone names, the '\n' still appears in the area schedule.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to hide the '\n' in the schedule?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;EX:&lt;/P&gt;&lt;P&gt;Cleaner\nStore (typed name for zone name)&lt;/P&gt;&lt;P&gt;Cleaner Store (displayed in zone name in plan)&lt;/P&gt;&lt;P&gt;Cleaner\nStore (displayed in schedule, but should display as Cleaner Store)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 May 2023 15:30:57 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Documentation/Zones-with-n-showing-up-in-area-schedule-AC-23/m-p/304893#M47468</guid>
      <dc:creator>mmbrajohan</dc:creator>
      <dc:date>2023-05-17T15:30:57Z</dc:date>
    </item>
    <item>
      <title>Re: Zones with \n showing up in area schedule - AC 23</title>
      <link>https://community.graphisoft.com/t5/Documentation/Zones-with-n-showing-up-in-area-schedule-AC-23/m-p/304904#M47477</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did you try to create a expression property with SUBSTITUTE command ?&lt;/P&gt;</description>
      <pubDate>Mon, 06 Sep 2021 12:08:49 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Documentation/Zones-with-n-showing-up-in-area-schedule-AC-23/m-p/304904#M47477</guid>
      <dc:creator>Christophe Fortineau</dc:creator>
      <dc:date>2021-09-06T12:08:49Z</dc:date>
    </item>
    <item>
      <title>Re: Zones with \n showing up in area schedule - AC 23</title>
      <link>https://community.graphisoft.com/t5/Documentation/Zones-with-n-showing-up-in-area-schedule-AC-23/m-p/305393#M47570</link>
      <description>&lt;P&gt;Hi Christophe.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm not sure how to do that?&lt;/P&gt;</description>
      <pubDate>Thu, 09 Sep 2021 08:04:12 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Documentation/Zones-with-n-showing-up-in-area-schedule-AC-23/m-p/305393#M47570</guid>
      <dc:creator>mmbrajohan</dc:creator>
      <dc:date>2021-09-09T08:04:12Z</dc:date>
    </item>
    <item>
      <title>Re: Zones with \n showing up in area schedule - AC 23</title>
      <link>https://community.graphisoft.com/t5/Documentation/Zones-with-n-showing-up-in-area-schedule-AC-23/m-p/305436#M47577</link>
      <description>&lt;P&gt;What I think Christophe means is that you could go to the Property Manager Dialog and you could create a new Property for your Zone. This Property would be used for scheduling purposes, not the Zone Name.&amp;nbsp; The Property would be defined by an Expression, in which you take the &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;Zone Name&lt;/STRONG&gt;&lt;/FONT&gt; and substitute the &lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;"\n"&lt;/FONT&gt;&lt;/STRONG&gt; text within it with a &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;SPACE&lt;/STRONG&gt; &lt;/FONT&gt;character.&lt;/P&gt;
&lt;P&gt;The below screenshot shows the exact Expression to use and the result in a Schedule.&lt;/P&gt;
&lt;P&gt;One thing I found:&lt;/P&gt;
&lt;P&gt;In the SUBSTITUTE command, I had to write &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;"\\n"&lt;/STRONG&gt;&lt;/FONT&gt; instead of &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;"\n"&lt;/STRONG&gt;&lt;/FONT&gt;&amp;nbsp;because in the case of the latter it did not consider the &lt;STRONG&gt;"&lt;FONT color="#FF0000"&gt;\&lt;/FONT&gt;"&lt;/STRONG&gt; character.&lt;/P&gt;
&lt;P&gt;Probably writing &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;\\&lt;/STRONG&gt;&lt;/FONT&gt; is the way to explicitly tell the Expression Editor that you really meant the &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;\&lt;/STRONG&gt;&lt;/FONT&gt; character. &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="PropertyExpression-Substitute.png" style="width: 999px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/4677i698868DF008AFEC4/image-size/large?v=v2&amp;amp;px=999" role="button" title="PropertyExpression-Substitute.png" alt="PropertyExpression-Substitute.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Sep 2021 12:42:46 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Documentation/Zones-with-n-showing-up-in-area-schedule-AC-23/m-p/305436#M47577</guid>
      <dc:creator>Laszlo Nagy</dc:creator>
      <dc:date>2021-09-09T12:42:46Z</dc:date>
    </item>
    <item>
      <title>Re: Zones with \n showing up in area schedule - AC 23</title>
      <link>https://community.graphisoft.com/t5/Documentation/Zones-with-n-showing-up-in-area-schedule-AC-23/m-p/305774#M47596</link>
      <description>&lt;P&gt;Hi guys.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That is exactly what I'm looking for...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks Laszlo for the tip, but I am really struggling to get this right. I keep on getting an error for the command. I have watched a few tutorials on this, but it is still going over my head.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would you be so kind as to tell me step by step how to this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So sorry for the inconvenience...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 12 Sep 2021 20:48:05 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Documentation/Zones-with-n-showing-up-in-area-schedule-AC-23/m-p/305774#M47596</guid>
      <dc:creator>mmbrajohan</dc:creator>
      <dc:date>2021-09-12T20:48:05Z</dc:date>
    </item>
    <item>
      <title>Re: Zones with \n showing up in area schedule - AC 23</title>
      <link>https://community.graphisoft.com/t5/Documentation/Zones-with-n-showing-up-in-area-schedule-AC-23/m-p/305809#M47600</link>
      <description>&lt;P&gt;Show me a screenshot of where you get the error message and what it says.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Sep 2021 04:17:36 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Documentation/Zones-with-n-showing-up-in-area-schedule-AC-23/m-p/305809#M47600</guid>
      <dc:creator>Laszlo Nagy</dc:creator>
      <dc:date>2021-09-13T04:17:36Z</dc:date>
    </item>
    <item>
      <title>Re: Zones with \n showing up in area schedule - AC 23</title>
      <link>https://community.graphisoft.com/t5/Documentation/Zones-with-n-showing-up-in-area-schedule-AC-23/m-p/305874#M47610</link>
      <description>&lt;P&gt;I dont have permission to upload images...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The error reads as a syntax error...&lt;/P&gt;</description>
      <pubDate>Mon, 13 Sep 2021 13:41:12 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Documentation/Zones-with-n-showing-up-in-area-schedule-AC-23/m-p/305874#M47610</guid>
      <dc:creator>mmbrajohan</dc:creator>
      <dc:date>2021-09-13T13:41:12Z</dc:date>
    </item>
    <item>
      <title>Re: Zones with \n showing up in area schedule - AC 23</title>
      <link>https://community.graphisoft.com/t5/Documentation/Zones-with-n-showing-up-in-area-schedule-AC-23/m-p/305881#M47612</link>
      <description>&lt;P&gt;There should be no problem attaching images.&lt;/P&gt;
&lt;P&gt;Save your image file and then attach with the camera (image) icon when you compose your message.&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-center" image-alt="BarryKelly_0-1631233685576.png" style="width: 680px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/4697i0E55CF30FF1D5AF7/image-size/large?v=v2&amp;amp;px=999" role="button" title="BarryKelly_0-1631233685576.png" alt="BarryKelly_0-1631233685576.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I also discovered if you use a screen capture program, you can just capture the image to your clipboard and paste it in the reply.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Barry.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Sep 2021 14:22:50 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Documentation/Zones-with-n-showing-up-in-area-schedule-AC-23/m-p/305881#M47612</guid>
      <dc:creator>Barry Kelly</dc:creator>
      <dc:date>2021-09-13T14:22:50Z</dc:date>
    </item>
    <item>
      <title>Re: Zones with \n showing up in area schedule - AC 23</title>
      <link>https://community.graphisoft.com/t5/Documentation/Zones-with-n-showing-up-in-area-schedule-AC-23/m-p/305883#M47613</link>
      <description>&lt;P&gt;Ok... Here goes...&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="mmbrajohan_0-1631543357132.png" style="width: 400px;"&gt;&lt;img src="https://community.graphisoft.com/t5/image/serverpage/image-id/4815iA7DF7EE00BA4C6D2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="mmbrajohan_0-1631543357132.png" alt="mmbrajohan_0-1631543357132.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;It didn't before... Sorry guys&lt;/P&gt;</description>
      <pubDate>Mon, 13 Sep 2021 14:29:38 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Documentation/Zones-with-n-showing-up-in-area-schedule-AC-23/m-p/305883#M47613</guid>
      <dc:creator>mmbrajohan</dc:creator>
      <dc:date>2021-09-13T14:29:38Z</dc:date>
    </item>
    <item>
      <title>Re: Zones with \n showing up in area schedule - AC 23</title>
      <link>https://community.graphisoft.com/t5/Documentation/Zones-with-n-showing-up-in-area-schedule-AC-23/m-p/305893#M47615</link>
      <description>&lt;P&gt;What happens if you replace the COMMA ("&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;,&lt;/STRONG&gt;&lt;/FONT&gt;") characters in the expression with SEMICOLONS ("&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;;&lt;/STRONG&gt;&lt;/FONT&gt;")?&lt;/P&gt;</description>
      <pubDate>Mon, 13 Sep 2021 15:11:51 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Documentation/Zones-with-n-showing-up-in-area-schedule-AC-23/m-p/305893#M47615</guid>
      <dc:creator>Laszlo Nagy</dc:creator>
      <dc:date>2021-09-13T15:11:51Z</dc:date>
    </item>
  </channel>
</rss>

