<?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>Shift the borehole (negative depth?)</title><link>https://communities.bentley.com/products/geotechnical1/f/geotechnical-forum/188151/shift-the-borehole-negative-depth</link><description>I have a few soil borings performed in open water. The depths recorded on the field log are from the mudline, and all associated lab testing is referencing depth from the mudline. Is there a quick way to show say 10 ft. of water above the mudline without</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Shift the borehole (negative depth?)</title><link>https://communities.bentley.com/thread/553044?ContentTypeID=1</link><pubDate>Wed, 06 Nov 2019 17:17:53 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:fe0220d1-f1d2-4efe-98cf-5eae39b92ebe</guid><dc:creator>George Segre</dc:creator><description>&lt;p&gt;Kirk,&lt;/p&gt;
&lt;p&gt;Thank you so much. This worked perfectly.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Shift the borehole (negative depth?)</title><link>https://communities.bentley.com/thread/553036?ContentTypeID=1</link><pubDate>Wed, 06 Nov 2019 16:29:52 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:ccdacad5-1687-4237-83c8-fcf826c7c2c5</guid><dc:creator>Kirk Johnson</dc:creator><description>&lt;p&gt;Hi George,&lt;/p&gt;
&lt;p&gt;The reference elevation can be used. Under Report design click on the report properties and goto the report structure tab. Here is the Help topic from gINT describing use of the property.&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/283906/reference-elev.png" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;div class="mainbody"&gt;
&lt;h1 class="title topictitle1"&gt;&lt;span style="background-color:#0078d7;color:#ffffff;"&gt;Reference Elevation&lt;/span&gt; (report property)&lt;/h1&gt;
&lt;div class="body conbody"&gt;
&lt;p class="p"&gt;&lt;/p&gt;
&lt;p class="p"&gt;&lt;span class="ph uicontrol"&gt;Applicability (Entity/Page Type - dialog tab):&lt;/span&gt;&lt;/p&gt;
&lt;p class="p"&gt;Log - report structure&lt;/p&gt;
&lt;p class="p"&gt;&lt;span class="ph uicontrol"&gt;Description:&lt;/span&gt;&lt;/p&gt;
&lt;p class="p"&gt;If set, the report determines the log starting depth as the difference between the surface &lt;span style="background-color:#0078d7;color:#ffffff;"&gt;elevation&lt;/span&gt; and this value. This is a value or (more likely) an expression that evaluates to an &lt;span style="background-color:#0078d7;color:#ffffff;"&gt;elevation&lt;/span&gt; value. This allows you to move the 0 depth line below the normal top of the log body.&lt;/p&gt;
&lt;p class="p"&gt;Using the &lt;span style="background-color:#0078d7;color:#ffffff;"&gt;Reference Elevation&lt;/span&gt; Property&lt;/p&gt;
&lt;p class="p"&gt;Let&amp;#39;s say you have a project with boreholes along the center line of a bridge alignment that crosses a river. The borehole surface &lt;span style="background-color:#0078d7;color:#ffffff;"&gt;elevations&lt;/span&gt; at the abutments are at a maximum value of 200 feet and those in the river bed are about 170 feet. You could specify the &lt;span style="background-color:#0078d7;color:#ffffff;"&gt;reference elevation&lt;/span&gt; as 200 feet for all the boreholes. This would give the same relative scale to all the logs and allow a direct comparison that shows the relative vertical positions of the strata. In the case of the holes in the river bed, where logging starts, i.e., zero depth, would be about 30 feet down on the page.&lt;/p&gt;
&lt;p class="p"&gt;Generally, when the &lt;span style="background-color:#0078d7;color:#ffffff;"&gt;reference elevation&lt;/span&gt; is used a field is set up in the PROJECT table to set a value and a comparable field is set up in the POINT table to override the value in the PROJECT table. This is for holes that may be so different in &lt;span style="background-color:#0078d7;color:#ffffff;"&gt;elevation&lt;/span&gt; (much higher or much lower than the typical range in the project) that you do not want to follow the same &lt;span style="background-color:#0078d7;color:#ffffff;"&gt;reference elevation&lt;/span&gt; used by all the other holes. This is to avoid having blank pages before the 0 depth is encountered or chopping off the top of the hole. Let&amp;#39;s say we called this field &amp;quot;&lt;span style="background-color:#0078d7;color:#ffffff;"&gt;Reference Elevation&lt;/span&gt;&amp;quot; in both the PROJECT and POINT tables. The &lt;span style="background-color:#0078d7;color:#ffffff;"&gt;Reference&lt;/span&gt; &lt;span style="color:#ffffff;"&gt;&lt;span style="background-color:#0078d7;"&gt;Elevation&lt;/span&gt;&lt;/span&gt; expression in the Log Report properties would read:&lt;/p&gt;
&lt;pre class="pre codeblock"&gt;&amp;lt;&amp;lt;FirstData(_
  &amp;lt;&amp;lt;POINT.&lt;span style="background-color:#0078d7;color:#ffffff;"&gt;Reference Elevation&lt;/span&gt;&amp;gt;&amp;gt;,_
  &amp;lt;&amp;lt;PROJECT.&lt;span style="background-color:#0078d7;color:#ffffff;"&gt;Reference Elevation&lt;/span&gt;&amp;gt;&amp;gt;_
)&amp;gt;&amp;gt;&lt;/pre&gt;
&lt;p class="p"&gt;i.e., use the value in the POINT table if it exists, otherwise use the value in the PROJECT table.&lt;/p&gt;
&lt;p class="p"&gt;Notes:&lt;/p&gt;
&lt;p class="p"&gt;When setting up log reports where you have multiple logs on a page vertically or horizontally this property is not used and must be blank.&lt;/p&gt;
&lt;p class="p"&gt;Note that in logs, the &lt;span class="ph uicontrol"&gt;&lt;span style="background-color:#0078d7;color:#ffffff;"&gt;Reference Elevation&lt;/span&gt;&lt;/span&gt; property will push down the 0 depth line if the &lt;span class="ph uicontrol"&gt;&lt;span style="background-color:#0078d7;color:#ffffff;"&gt;Reference Elevation&lt;/span&gt;&lt;/span&gt; is above the surface &lt;span style="background-color:#0078d7;color:#ffffff;"&gt;elevation&lt;/span&gt; or start the log at a depth deeper than 0 if the &lt;span class="ph uicontrol"&gt;&lt;span style="background-color:#0078d7;color:#ffffff;"&gt;Reference Elevation&lt;/span&gt;&lt;/span&gt; is below the surface &lt;span style="color:#ffffff;"&gt;&lt;span style="background-color:#0078d7;"&gt;elevation&lt;/span&gt;&lt;/span&gt;. There are cases where you may wish to push down to the 0 depth line not based on a &lt;span class="ph uicontrol"&gt;&lt;span style="background-color:#0078d7;color:#ffffff;"&gt;Reference Elevation&lt;/span&gt;&lt;/span&gt; but just a depth. You could implement that by adding a field in the POINT table to specify the offset, let&amp;#39;s call it Depth Offset. Then the &lt;span style="background-color:#0078d7;color:#ffffff;"&gt;Reference Elevation&lt;/span&gt; field would be:&lt;/p&gt;
&lt;pre class="pre codeblock"&gt;&amp;lt;&amp;lt;Calc(&amp;lt;&amp;lt;POINT.&lt;span style="background-color:#0078d7;color:#ffffff;"&gt;Elevation&lt;/span&gt;&amp;gt;&amp;gt; + &amp;lt;&amp;lt;POINT.Depth Offset&amp;gt;&amp;gt;)&amp;gt;&amp;gt;&lt;/pre&gt;
&lt;p class="p"&gt;This will work. However, if you don&amp;#39;t have an &lt;span style="background-color:#0078d7;color:#ffffff;"&gt;elevation&lt;/span&gt; for the Point then this technique will fail.&lt;/p&gt;
&lt;p class="p"&gt;The correct way is to use the Top Depth Expression property. You would make the Depth Offset negative in this case.&lt;/p&gt;
&lt;p class="p"&gt;Note that a print button &lt;a class="link-anchor" name="GUID-2DBF14A7-3D77-98F2-5F12-5C20D6A4AE94__IMAGE_5340054922AF4CED862DBC30AD7EA48A"&gt;&lt;/a&gt;&lt;!-- --&gt; appears at the bottom of the &amp;quot;zoomed&amp;quot; field dialog, that is, the dialog that appears on clicking the button with the ^ right of memo fields in dialogs. This allows you to print complex expressions for review on paper.&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>