Hi there,
I’m trying to compare #DH# but it doesn’t seem to be working as I intend it to.
Here’s an example using a text box (for debugging purposes):
#DH# $(#DH#<6)?100:0$
In this example, #DH# is 14. Logically, (14 < 6) is false so it should return 0.
Can anyone please help me? My intention is that once #DH# is 6AM or later, it should print the value 0.
Thanks.