<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 am trying to display an address as part of my identify parcel template.  The template works fine for parcels that have a valid address.  However, for parcels that do not have an address a “0” is displayed (the zip field is a integer).  How can I change
the results so that either nothing, or a message such as “no site address” is displayed?</div>
<div> </div>
<div> </div>
<div>When I try to use pattern:</div>
<div> </div>
<ul style="margin:0;padding-left:36pt;">
<li>[item name="PHYZIP" pattern=/^[1-9]/]   - displays the address if there is one, or “1/]” is there is not an address.</li><li>[item name="PHYZIP" pattern=”/^[1-9]/”]  - crashes</li></ul>
<div> </div>
<div>Nullformat appears to only work with strings that are null, not integers that are 0.  Is there a way to set a nullvalue, for example:</div>
<ul style="margin:0;padding-left:36pt;">
<li>[item name=”PHYZIP” nullformat=”No Physical Address” nullvalue=”0”]</li></ul>
<div> </div>
<div>Thanks</div>
<div> </div>
<div> </div>
<div> </div>
<div> </div>
<div>Mark Volz</div>
<div>GIS Specialist</div>
<div> </div>
<div> </div>
</span></font>
</body>
</html>