Skip to main content

Search

Search

Customize Data

Comments

1 comment

  • Avatar
    Ian Cummings
    Moderator

    In a data source, you can run an OnProcessData VB script to modify the value under certain conditions.  For example:

     

    If value = "Blue" Then

      value = "Sky"

    End If

    0

Please sign in to leave a comment.