Question

Date/Time

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 0

Like

1 comments

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