Reading Values And Substract
Dears ,
I need to extract Second Date from First Date,I tried to write Vbscript code,actually it fails,here is my Code
Datediff(d,cdate(value),cdate(value)
i dont know how to access other field value ,it shows an error message,
looking for your support,
0
-
Shotaro Ito
★ BarTender Hero ★
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.
Comments
1 comment