Zum Hauptinhalt gehen

Suche

Suche

VB Script

Kommentare

1 Kommentar

  • Avatar
    Peter Thane

    Hi Steve,

    I think you are not selecting the Value option for the field from the Template Objects list and so the 1st line is

    If Format.Objects("Text 20").Value .......

    You could also use the VB option from the Transforms tab within Text 2 itself and end up with something like this

    If Format.Objects("Text 20").Value >"4" then
    Value = ""
    end if
    Value = Value

    Although to be honest I would  just use the Conditional Suppression option in the Transfroms tab for Text2 to do this, although you would need to give Text 20 a name first (from the Change Name button on the Data Source tab) . Then in the field to be suppressed click on Transforms and use the bottom option and the drop downs to build the expression.

     

    Pete

    0

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.