跳至主內容

搜尋

搜尋

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

登入寫評論。