Hi,
In one table (Table A) I’m using a Datetime_Diff function to calculate the difference (duration) between two date columns.
Each record of Table A is linked to a date in Table B (there can be multiple records in Table A with the same date in Table .
In Table B, I’m trying to use the Rollup function to “sum” the durations calculated in Table A so that I can see a “daily duration total”. This returns a NaN value no matter how I try and calculate/add midsteps.
Only work around is manually entering Table A’s duration as a duration field.
Example here is Equipment downtime.
Table A has the “time the equipment went down” and the “time the equipment returned to service”. This table also calculates the duration of time for each piece of equipment.
Table B is a daily summary, and I’d like to be able to Sum the downtime for all equipment.
Thanks in advance!