跳到主内容

搜索

搜索

Reading Values And Substract

评论

1 条评论

  • Avatar
    Shotaro Ito

    Name each data source from small property button at next to Name box of data source, such as DATE1 and DATE2.

     

    [attachment=1378:NameDataSoucre.png]

     

    create another text as VB Script data source. 

    Select multi line and apply script below.

    
    Value = DateDiff("d", DATE1, DATE2)
    
    

    [attachment=1377:DateDiff.png]

    0

请先登录再写评论。