I want to create an issues tracker base.
One column will be a manually entered submission date.
Column next to it will be “Time elapsed” field to show how long this issue has not been solved yet (in days).
How can I calculate the “time elapsed field” in days since the date entered in the “submission date field”.
I found this question here already:
But this works only with the creation date of the entry. It’s important to me that I can select the submission date manually, so this field should be a normal date field.
