Aller au contenu principal

Recherche

Recherche

Reading Values And Substract

Commentaires

1 commentaire

  • 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

Vous devez vous connecter pour laisser un commentaire.