79336406

Date: 2025-01-07 14:58:07
Score: 0.5
Natty:
Report link

You can force a context transition using CALCULATE as shown below.

Valid = CALCULATE(
var h = min(HOUR([timestamp_high]))
var l = min(Hour([timestamp_low]))
return  IF(h > l,"Bad","Good")
)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: k13