跳到主内容

搜索

搜索

Customize Data

评论

1 条评论

  • Avatar
    Ian Cummings
    版主

    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

请先登录再写评论。