Date Difference

Viewing 1 reply thread
  • Author
    Posts
  • March 7, 2022 at 11:24 AM #46951

    smokie1234
    Participant

    I want to add a field that would tell me the difference between the date today and the field that shows the date of the project. Thus showing me how many days I have left to work on the project.
    Thanks for any help
    Ron Fawn

    March 7, 2022 at 12:53 PM #46953

    Sam Moffatt
    Participant

    I’ve used a calculation field that does something like:

    DAYS(TODAY(); [Field Placeholder])
    

    That gives me days from today to the value of the field. You get a field placeholder by inserting it in the calculation editor.

    One problem with this is that Tap Forms doesn’t regenerate the calculation field value unless a referenced field changes so you would need to refresh the records to update the calculation field.

Viewing 1 reply thread

You must be logged in to reply to this topic.