Hello,
The data connected to my dashboard is a list of construction projects with start and end dates.
I am trying to write a data expression that will return a list of projects "active" on a specified date, i.e., projects in which the specified date is on or after the project start date and before the project end date.
Can anyone point me in the right direction? I am new to scripting.
Thank you!