<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> </div>
<div>I’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> </div>
<div>The expression I have is: Concat ( Precinct , '\n' , Pct_Hispan ) </div>
<div>Precinct is text: ‘Corizo’</div>
<div>Pct_Hispan is text: ‘2.1 %’</div>
<div> </div>
<div>I tried a URLENCODE(Pct_Hispan) thinking maybe the space and % were hanging things up. No Joy.</div>
<div> </div>
<div>Finally, I tried a very simple Concat ( 'Line 1' , '\n' , 'Line 2' ) and get back a label of ‘Line 1Line 2’</div>
<div> </div>
<div>Any pointers in the right direction would be greatly appreciated.</div>
<div> </div>
<div>Tom</div>
<div> </div>
<div> </div>
</span></font>
</body>
</html>