Hi, everyone!
I need your help: I have installed the scripting app, and I am trying to make a report going through all the records in one of my tables.
I would like to be able to compare the date in one of the columns (type Last Modified Time) with the current date (today), because I only want to output records that are 2 days old or less.
I’ve tried some scripts I’ve seen around here (if (DATETIME_DIFF (TODAY (), {theDate}, ‘d’)> 2)), but they don’t work for me.
Thank you.