Forum Discussion

_JGM_'s avatar
_JGM_
Copper Contributor
Feb 24, 2021

Setup alert when a variable is greatter than X

Hello,

 

I'm creating a little Kusto code, the purpose of which is to compare the amount of transactions today with the same day a week ago. Finally, if the variance is greater than 20% an alert will be triggered.

 

I have found the transactions volumes from both days and I have stored the variance in a variable. My question is, how can I transfer this variable to the alert and trigger this alert when it's grater than 20?

 

Regards.