I have 8 sections in a report. Each section has it's own Created datetime field and a Modified datetime field. In section 1, I can create a formula of CurrentDateTime-{SafetyReportA.ModifiedDate}, which shows me how long it's been since this section has been updated.
To keep in simple, Section 2 is the same CurrentDateTime-{SafetyReportB.ModifiedDate} along with Sections 3 to 8.
At first, I created a formula as:
(CurrentDateTime-{SafetyReportA.ModifiedDate} + CurrentDateTime-{SafetyReportB.ModifiedDate})/2
I could have did the same for all sections and divide in by 8 instead. However, that does not reach my goal.
How can I evaluate all 8 sections and then give one correct answer of the last time the entire report was last modified. In theory, I could evaluate all 8 Modified dates and go with the lowest whole number result of CurrentDateTime-{SafetyReport?.ModifiedDate}. Is there an easy way evaluate all 8 ModifiedDate?
TIA
To keep in simple, Section 2 is the same CurrentDateTime-{SafetyReportB.ModifiedDate} along with Sections 3 to 8.
At first, I created a formula as:
(CurrentDateTime-{SafetyReportA.ModifiedDate} + CurrentDateTime-{SafetyReportB.ModifiedDate})/2
I could have did the same for all sections and divide in by 8 instead. However, that does not reach my goal.
How can I evaluate all 8 sections and then give one correct answer of the last time the entire report was last modified. In theory, I could evaluate all 8 Modified dates and go with the lowest whole number result of CurrentDateTime-{SafetyReport?.ModifiedDate}. Is there an easy way evaluate all 8 ModifiedDate?
TIA