Forum Discussion

jtech1343's avatar
jtech1343
Frequent Visitor
1 year ago
Solved

Date Diff between two separate tables

I'm trying to calculate the time between two dates, but the two dates are in separate tables that I've imported from an SQL Server. The tables are linked by a column called WORKORDERID as a one to many relationship.  The Request Table has only blanks for the WORKORDERID and the WorkOrder Table has distinct values for the WORKORDERID column.  

 

I want to find the time it takes from the Request table Initiate Date (in Date AND Time format) to the WorkOrder table initiate date (in Date AND Time format). 

2 Replies