Aller au contenu principal

Recherche

Recherche

Customize Data

Commentaires

1 commentaire

  • Avatar
    Ian Cummings
    Modérateur

    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

Vous devez vous connecter pour laisser un commentaire.