Quantcast
Channel: User LastCodebender - Stack Overflow
Viewing all articles
Browse latest Browse all 25

How do I specify minutes range between 55 and 60 (both inclusive) in kusto

$
0
0

So, I was storing the current time in a variable and extracting the minute for it.

For eg

let current_time=now():let current_minute=datetime_part("minute", current_time);RequiredTime=iff(current_minute between (55 .. 00), variable1, variable2)

So, I want to check range between 55th and the 60th minute. Should I refer to it as 00 (I doubt this since ideally it should get confused looking for a range between 55 and 00) or is there any other way to handle this case?


Viewing all articles
Browse latest Browse all 25

Latest Images

Trending Articles



Latest Images