<?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: PROBLEMS WITH MULTI-LINE FEATURE LABEL USING EXPRESSIONS in AutoCAD Map 3D Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-map-3d-forum/problems-with-multi-line-feature-label-using-expressions/m-p/7475556#M11668</link>
    <description>&lt;P&gt;So I cant use this with repeat position?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 19 Oct 2017 19:30:19 GMT</pubDate>
    <dc:creator>dwattersAMXH5</dc:creator>
    <dc:date>2017-10-19T19:30:19Z</dc:date>
    <item>
      <title>PROBLEMS WITH MULTI-LINE FEATURE LABEL USING EXPRESSIONS</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-forum/problems-with-multi-line-feature-label-using-expressions/m-p/7475413#M11666</link>
      <description>&lt;P&gt;I am trying to make a multi-line feature label using expressions. I have tried both of these expressions and yet the expression still will only show as one line.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Concat (&amp;nbsp; 'FQNID#:&amp;nbsp; ', FQN_ID&amp;nbsp; , '\P' , 'LENGTH: ',&amp;nbsp; CALCULATED )&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Concat (&amp;nbsp; 'FQNID#:&amp;nbsp; ', FQN_ID&amp;nbsp; , '\P LENGTH: ',&amp;nbsp; CALCULATED )&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;where&amp;nbsp; FQN_ID and CALCULATED are being pulled in from my shapefile&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;i have also tried "\n" in place of "\P" and have no change in results.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;my feature label is set as MTEXT, set to repeat along a poly line.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I wish to show&amp;nbsp;&lt;BR /&gt;FQNID#: 123456&lt;BR /&gt;LENGTH: 1234&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;but what I keep getting is&amp;nbsp;&lt;BR /&gt;FQNID#:123456 LENGTH:1234&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;AUTOCAD MAP3D 2018&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;Thanks for any help!&lt;/P&gt;</description>
      <pubDate>Thu, 19 Oct 2017 18:48:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-forum/problems-with-multi-line-feature-label-using-expressions/m-p/7475413#M11666</guid>
      <dc:creator>dwattersAMXH5</dc:creator>
      <dc:date>2017-10-19T18:48:10Z</dc:date>
    </item>
    <item>
      <title>Re: PROBLEMS WITH MULTI-LINE FEATURE LABEL USING EXPRESSIONS</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-forum/problems-with-multi-line-feature-label-using-expressions/m-p/7475544#M11667</link>
      <description>&lt;P&gt;1.Use "Plain text" for multiline labels&lt;/P&gt;
&lt;P&gt;2.Use '\n' for line break&lt;/P&gt;
&lt;P&gt;3.Set&amp;nbsp; label position "Fixed location"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kajar&lt;/P&gt;</description>
      <pubDate>Thu, 19 Oct 2017 19:26:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-forum/problems-with-multi-line-feature-label-using-expressions/m-p/7475544#M11667</guid>
      <dc:creator>kajar</dc:creator>
      <dc:date>2017-10-19T19:26:40Z</dc:date>
    </item>
    <item>
      <title>Re: PROBLEMS WITH MULTI-LINE FEATURE LABEL USING EXPRESSIONS</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-forum/problems-with-multi-line-feature-label-using-expressions/m-p/7475556#M11668</link>
      <description>&lt;P&gt;So I cant use this with repeat position?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Oct 2017 19:30:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-forum/problems-with-multi-line-feature-label-using-expressions/m-p/7475556#M11668</guid>
      <dc:creator>dwattersAMXH5</dc:creator>
      <dc:date>2017-10-19T19:30:19Z</dc:date>
    </item>
    <item>
      <title>Re: PROBLEMS WITH MULTI-LINE FEATURE LABEL USING EXPRESSIONS</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-forum/problems-with-multi-line-feature-label-using-expressions/m-p/7475616#M11669</link>
      <description>&lt;P&gt;It seems this depends what data type is the source.&lt;/P&gt;
&lt;P&gt;Workaround: try to use text as symbol instead using feature labels.&lt;/P&gt;
&lt;P&gt;Then you can also set repeat interval for text symbols.&lt;/P&gt;
&lt;P&gt;For SQLITE this text symbol trick works but seems not for SHP.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kajar&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Oct 2017 19:43:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-forum/problems-with-multi-line-feature-label-using-expressions/m-p/7475616#M11669</guid>
      <dc:creator>kajar</dc:creator>
      <dc:date>2017-10-19T19:43:23Z</dc:date>
    </item>
    <item>
      <title>Re: PROBLEMS WITH MULTI-LINE FEATURE LABEL USING EXPRESSIONS</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-forum/problems-with-multi-line-feature-label-using-expressions/m-p/7475624#M11670</link>
      <description>&lt;P&gt;ok, I'll look into that!&amp;nbsp;&lt;BR /&gt;Thanks so much!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;*EDIT*&lt;BR /&gt;This works for me with shapefiles and being able to set the interval is a huge bonus!&amp;nbsp;&lt;BR /&gt;again, thanks!!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Oct 2017 19:52:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-forum/problems-with-multi-line-feature-label-using-expressions/m-p/7475624#M11670</guid>
      <dc:creator>dwattersAMXH5</dc:creator>
      <dc:date>2017-10-19T19:52:31Z</dc:date>
    </item>
    <item>
      <title>Re: PROBLEMS WITH MULTI-LINE FEATURE LABEL USING EXPRESSIONS</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-forum/problems-with-multi-line-feature-label-using-expressions/m-p/7475671#M11671</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Glad this helped you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kajar&lt;/P&gt;</description>
      <pubDate>Thu, 19 Oct 2017 20:01:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-forum/problems-with-multi-line-feature-label-using-expressions/m-p/7475671#M11671</guid>
      <dc:creator>kajar</dc:creator>
      <dc:date>2017-10-19T20:01:46Z</dc:date>
    </item>
  </channel>
</rss>

