<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://communities.bentley.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>how to format properrty value in an annotation</title><link>https://communities.bentley.com/products/geospatial/desktop/f/bentley-map-forum/84964/how-to-format-properrty-value-in-an-annotation</link><description>I have a property containing a value with three decimal and I want to make an annotation with only one decimal. 
 How do I set op the PBA string in the Geospatial Administrator ? 
 TIA 
 Erik Wirring</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: how to format properrty value in an annotation</title><link>https://communities.bentley.com/thread/413762?ContentTypeID=1</link><pubDate>Fri, 26 May 2017 00:58:38 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:e7c81b24-d526-4607-ad5e-02af366969fe</guid><dc:creator>Rajendra Shelar</dc:creator><description>Hello frank, &lt;br /&gt;
I am also looking for something like this where users wants to view the results in Analyse tool with padding 0. &lt;br /&gt;
e.g. 123.1 show as 123.10 or 123 show as 123.00 etc, .&lt;br /&gt;
 &lt;br /&gt;
but before i try, will SEARCH function consider it as numeric value so that data can be searched as &amp;quot;area &amp;lt; 123&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Thanks &lt;br /&gt;
Rash&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Re: how to format properrty value in an annotation</title><link>https://communities.bentley.com/thread/239546?ContentTypeID=1</link><pubDate>Tue, 02 Apr 2013 23:37:13 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:f0b4923f-e6b7-44fd-866f-37df823bcc59</guid><dc:creator>wirring</dc:creator><description>&lt;p&gt;Thanks for the help :-)&lt;/p&gt;
&lt;p&gt;Erik&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Re: how to format properrty value in an annotation</title><link>https://communities.bentley.com/thread/239502?ContentTypeID=1</link><pubDate>Tue, 02 Apr 2013 19:55:11 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:51c0c877-843d-40bd-b0d4-21cc8d04ad52</guid><dc:creator>Dan Weston</dc:creator><description>&lt;p&gt;&lt;span style="color:#333399;font-family:arial,helvetica,sans-serif;font-size:small;"&gt;Use an XFM Expression Evaluator for the PBA string.&amp;nbsp; Here&amp;#39;s the Help file example:&lt;/span&gt;&lt;/p&gt;
&lt;table border="1"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;p&gt;Round&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;Round off a value.&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;double XFM.Round (double value, Int digits)&lt;/p&gt;
&lt;/td&gt;
&lt;td&gt;
&lt;p&gt;XFM.Round(3.141592654, 2) results in 3.14&lt;/p&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;span style="color:#333399;font-family:arial,helvetica,sans-serif;font-size:small;"&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#333399;font-family:arial,helvetica,sans-serif;font-size:small;"&gt;You can substitute&amp;nbsp;the Property Name for the value in that example:&lt;/span&gt;&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;XFM.Round(Geometry_Area, 2)&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#333399;font-family:arial,helvetica,sans-serif;font-size:small;"&gt;This expression also works in the Labeling tool to limit the number of decimal values.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description><enclosure url="https://communities.bentley.com/cfs-file/__key/telligent-evolution-components-attachments/00-5924-01-00-00-23-95-02/Capture5_5F00_SS1.JPG" length="278809" type="image/jpeg" /></item><item><title>Re: how to format properrty value in an annotation</title><link>https://communities.bentley.com/thread/239501?ContentTypeID=1</link><pubDate>Tue, 02 Apr 2013 19:50:20 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:57c986a4-fef2-4fab-a460-de5786f24ce2</guid><dc:creator>Frank Klein</dc:creator><description>&lt;p&gt;What about:&lt;/p&gt;
&lt;p&gt;TOSTR (n,i1,i2) &lt;/p&gt;
&lt;p&gt;Converts a number to a text string. The parameter “n” is the number (floating point or integer). i1 is the minimum text string width. i2 is the number of decimals to be used. &lt;/p&gt;
&lt;p&gt;Example: s = tostr(sin(50), 6, 4) results in the text “0.7660.” &lt;/p&gt;
&lt;p&gt;From the Geospatial Admin Help/Expressions, Operators and Basic Functions&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>