Skip to main content

Search

Search

Calculation Based On Fields

Comments

2 comments

  • Avatar
    Shotaro Ito

    Give sharename to Length and Width (from Name in data source), then create a text with VBScript multiline source like

    Value = Format.NamedSubStrings("LENGTH").Value * Format.NamedSubStrings("WIDTH").Value 
    

     

    0
  • Avatar
    Legacy Poster

    Perfect! Thanks for the help.   :D

    0

Please sign in to leave a comment.