I have a form with a list of Newsletter issue dates in UK format, each entry is an issue.
In a view I want to display numbers of days between the sequential entries. The view is sorted by Issue date.
Publication date -------------- Number of days since last issue
Entry 1 - 7 March 2024 ----------------- 0
Entry 2 - 14 March 2024 --------------- 7 IE 14/3/24 - 7/3/24 (from Entry 1)
Entry 3 - 29 March 2024 --------------- 15 IE 29/3/24 - 14/3/24 (from Entry 2)
Is it possible to do this? I have hunted through documentation and cannot see a way to do it but equally I cannot find a specific place where it says it cannot be done.
Many thanks,
Michael.
Please login or Register to submit your answer