<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Exchange Server">
<!-- converted from rtf -->
<style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style>
</head>
<body>
<font face="Calibri" size="2"><span style="font-size:11pt;">
<div>Hello,</div>
<div>&nbsp;</div>
<div>I&#8217;m working in AIMS 2012 and trying to create a multiline label for a polygon and cannot get the newline to work. What am I doing wrong?</div>
<div>&nbsp;</div>
<div>The expression I have is:&nbsp; Concat ( Precinct , '\n' , Pct_Hispan&nbsp; ) </div>
<div>Precinct is text: &#8216;Corizo&#8217;</div>
<div>Pct_Hispan is text: &#8216;2.1 %&#8217;</div>
<div>&nbsp;</div>
<div>I tried a URLENCODE(Pct_Hispan) thinking maybe the space and % were hanging things up. No Joy.</div>
<div>&nbsp;</div>
<div>Finally, I tried a very simple&nbsp; Concat ( 'Line 1' , '\n' , 'Line 2'&nbsp; ) and get back a label of &#8216;Line 1Line 2&#8217;</div>
<div>&nbsp;</div>
<div>Any pointers in the right direction would be greatly appreciated.</div>
<div>&nbsp;</div>
<div>Tom</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
</span></font>
</body>
</html>