Skip to main content

Search

Search

Reading Values And Substract

Comments

1 comment

  • 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

Please sign in to leave a comment.