メインコンテンツへスキップ

検索

検索

Split Price

コメント

1件のコメント

  • Avatar
    Ian Cummings
    モデレータ

    Under the "Transform" tab of the data source you can run an "OnProcessData" VB script to handle your conditional formatting.  Something along the lines below:

     

    If value = X Then
      value = Y
    Else
      value = Z
    End If
    

    Obviously you replace X/Y/Z with the relevant items as per your needs.

    0

サインインしてコメントを残してください。