Support Board
Date/Time: Fri, 09 May 2025 23:25:25 +0000
Post From: Alert During Specific Time Period
[2015-12-22 18:04:12] |
Halco - Posts: 92 |
I have an alert I want to display only 16:00 to 2:59 - =AND((ID1.SG1>150),BARTIME >= ((16*60+00)/(24*60)), BARTIME <= ((02*60+59)/(24*60))) Written like this the alert does not show up at all. If I change the second time to 23:59 - =AND((ID1.SG1>150),BARTIME >= ((16*60+00)/(24*60)), BARTIME <= ((23*60+59)/(24*60))) the alert does show up during those times. The syntax in the first version, the one that doesn't work, appears to be the same as the one that does work. Is there perhaps some setting or something that is causing the first version not to work? Thanks! |