Hello people
I'm trying to write an IIF statement that returns a string depending on the time
e.g
IIF(currentTime between 02.00 and 06.00, "Process time", "Process not running")
I know the syntax is wrong, any suggestion is much appreciated
Thank you in advance