跳到主内容

搜索

搜索

Calculation Based On Fields

评论

2 条评论

  • 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

请先登录再写评论。