<?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>Expression</title><link>https://communities.bentley.com/products/geotechnical1/f/keynetix-forum/219329/expression</link><description>Hi 
 
 I need to add a greater than symbol (&amp;gt;) as a prefix to any result of 14 for in-situ cbr. I have tried the following two expressions, neither of which are working. 
 
 if(count([InsituCBR.CBRValue])=14,&amp;#39;&amp;gt;14&amp;#39;,&amp;quot;) 
 &amp;#39;&amp;gt;&amp;#39; + if([In.SituCBR.CBRValue]=14</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Expression</title><link>https://communities.bentley.com/thread/671260?ContentTypeID=1</link><pubDate>Fri, 10 Sep 2021 20:40:34 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:2117fe9d-c8b3-4f0e-b4e6-764a93a29ad8</guid><dc:creator>Jesse Greenwald</dc:creator><description>&lt;p&gt;Hi Richard, I didn&amp;#39;t test this, but looking quick, try something&amp;nbsp;like this:&lt;/p&gt;
&lt;p&gt;&lt;span&gt;if([InsituCBR.CBRValue]&amp;gt;=14,&amp;#39;&amp;gt;14&amp;#39;,fixed([InSituCBR.CBRValue],1, false))&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;If I don&amp;#39;t have any typos, that should show the value if it is less than 14. If the value is 14 or greater, it will just print &amp;gt;14.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>