Skip to main content

Search

Search

Single Line Text - Multiple Styles

Comments

1 comment

  • Avatar
    Ian Cummings
    Moderator

    This is a bit convoluted but it will work.

     

    1. Create a named data source (not associated with a design object) and set it to be the value of your global variable.

     

    2. Create two single line VB script data sources in the data of your text object.  In the VB script expression make a reference to the named data source: Format.NamedSubStrings("DataSourceName").Value

     

    3. You can either use a string function in the VB script expression to get the part of data you want, or the "Truncation" options under  the "Transforms" tab of the data source.

    0

Please sign in to leave a comment.