Skip to main content

Search

Search

Fill out multiple line rich text field by using a symbol.

Comments

1 comment

  • Avatar
    Peter Thane

    If the values form part of the same the field in the database then you would need some VB to split them, but if not you could achieve this without using VB.

     

    For this add the database field on to the label (probably off to the side so it will not print) but either give it a Name or else make a note of the Object Name (which is Text 2 in the image above).

    For the actual label field, this needs to be made up of two sub strings, both which are configured as Object Value field and then linked to the field above.

     

    For the first sub string, via the Transforms tab set  the Character Filter to Alpha Only. The Character filter for the 2nd string should be set to custom with a string range of 1234567890_.% 

    Also configure the Number of Characters to however many characters minimum this needs to be with a left padding of _ but disable the warning and hopefully that should be it.

     

     

    0

Please sign in to leave a comment.