It is possible to compare the same field with current date and from previous day in formula?
I must check integer field from yesterday with current day.
Like
1 comments
12:35 Dec 01, 2023
Hello,
Since the field contains only current value, it is not possible to gather the previous values in formula. However, it is possible to resolve using the development tools. For example, create a copy of this integer field and implement a code on the page that will copy previous value to it when the field is modified.
Show all comments