How do I center my Termination Note?

The Expression I have in my User System Data tab is as follows:

<<ListBuildSepTrim(<<cr>>,_
<<DelimitData(_
)>>_
Bottom of <<IIf(<<User System Data.Is Test Pit>>,test pit,borehole)>> at _
<<Format(<<POINT.HoleDepth>>,0.0)>> feet.
)>>

How do I edit this expression to center my Termination Note?

Parents
  • Hi Connor,

    You can change the USD expression to this:

    <<C>>Bottom of <<IIf(<<User System Data.Is Test Pit>>,test pit,borehole)>> at _
    <<Format(<<POINT.HoleDepth>>,0.0)>> feet.

    The ListBuildSepTrim() and DelimitData() functions aren't doing anything in your expression so can be deleted.

    Also note the <<C>> Formatting Code to center the text. Formatting Codes can be found in the right hand side of the Data Tool. Just change the "System" to Formatting Codes.

    Regards,
    Jesse

    Answer Verified By: Connor Kirkland 

Reply
  • Hi Connor,

    You can change the USD expression to this:

    <<C>>Bottom of <<IIf(<<User System Data.Is Test Pit>>,test pit,borehole)>> at _
    <<Format(<<POINT.HoleDepth>>,0.0)>> feet.

    The ListBuildSepTrim() and DelimitData() functions aren't doing anything in your expression so can be deleted.

    Also note the <<C>> Formatting Code to center the text. Formatting Codes can be found in the right hand side of the Data Tool. Just change the "System" to Formatting Codes.

    Regards,
    Jesse

    Answer Verified By: Connor Kirkland 

Children
No Data