跳到主内容

搜索

搜索

Noob - Calculate A Value Based On Difference Between Data Entry Fields

评论

1 条评论

  • Avatar
    Shotaro Ito

    You need to get value from data sources, which linked to data entry fields.

     

    On template, you need to name data source. then you can create a text with VB script source, like

     

    Value = EndNo - StartNo + 1.

     

     

    0

请先登录再写评论。