I have a table with [Date From], [Date to] and [Duration] fields.
The [Duration] field calculates the difference between the two date fields. It works fine however, If I add a new row in the table, I get an error message in [Duration] field in the new row. The error message disappears once I fill the values of the date fields in the new row.
I have two questions:
1. How can I prevent this error from showing up?
2. Outside the table, I have a field called [Overall Duration]. I want to calculate the sum of [Duration] in the table rows. I tried =SUM(TableVariable.Duration) but it did not work. I did not get any error just the value Zero. How can I achieve this?
Thanks.