How to remove an specific label at the end of each boring log?

Hello,

GINT is showing an "AASHTO" label at the end of each boring log. Can anyone explain how to remove this?. Please refer to the file attached.

ThanksPDF 

Parents
  • The end text is likely part of the material description entity. Open the entity which is a Text vs depth entity, select the Boundary text tab, The expression that generates the text is in the Text below last line property.  Modify this expression to say what you want it to or delete if you don't want any text at the end of the boring.  This is normally used to add some sort of termination note such as "Boring terminated at 25 ft" or "Refusal on rock at 20 ft" or simply "End of boring".  See picture below for more clarification.

  • Thanks a lot.

    Currently I have "<<User System Data.Termination Note en español>>". If I remove that expression GINT shows nothing at the end of the page. However, there is an expression that i want to be shown, refer to the file attached.

    That AASHTO label showed up out of the blue. Please let me know.PDF

  • You will have to look at what the referenced  user system expression is doing to see where the "AASHTO" text is coming from.  To look at the expression go to data design, select user system data tab and select the termination note in the yellow drop down.  This will tell you where the note is pulling its data from and how it is assembling it.  I am guessing that it is pulling data from a field in your data structure that you have entered some text in accidentally but it could be inherent the expression itself.  The text didn't come out of the blue.

  • Thanks a lot. Most likely the AASHTO text was something I clicked accidentally.

    Yes, this is what I found:

    <<AASHTO_Group_Index()>><<ListBuildSepTrim(<<cr>>,_
    <<DelimitData(_
    <<c>>Refusal at ,_
    <<Format(<<POINT.Refusal Depth>>,0.0)>>,_
    " feet."_
    )>>,_
    <<c>>Fin del <<IIf(<<User System Data.Is Test Pit>>,calicata,sondeo)>> a los _
    <<Format(<<POINT.HoleDepth>>,0.0)>> pies._
    )>>

    I see the AASHTO text there. 

    Do you have any advise on how to remove it?, I don;t think it is just removing the top line. Please let me know.

  • You have added a defined function  <<AASHTO_Group_Index()>> with no referenced arguments to the front the  user expression. It is the first item in  the function selector list so it is easy to click the button to add it by accident. You should be able to just delete the extraneous function, leaving the <<ListBuildSepTrim(<<cr>>,_ function as it is on the first line.  It is curious that this expression is half in english (refusal depth expression) and half in spanish (end of boring expression).  I am guessing that you do not use the refusal depth field in the point table but it is a problem could pop up in the future.

Reply
  • You have added a defined function  <<AASHTO_Group_Index()>> with no referenced arguments to the front the  user expression. It is the first item in  the function selector list so it is easy to click the button to add it by accident. You should be able to just delete the extraneous function, leaving the <<ListBuildSepTrim(<<cr>>,_ function as it is on the first line.  It is curious that this expression is half in english (refusal depth expression) and half in spanish (end of boring expression).  I am guessing that you do not use the refusal depth field in the point table but it is a problem could pop up in the future.

Children
No Data