Update Rules.md (#9156)

This commit is contained in:
Vitali Kari
2018-09-05 14:24:07 +02:00
committed by Tony Murray
parent f67a380ea9
commit daeadbc4e3

View File

@@ -41,9 +41,9 @@ __Conditions__ can be any of:
- Less or Equal `<=`
- Regex `REGEXP`
__Values__ can be an entity or any data.
__Values__ can be an entity or any data. If using macros as value you must include the macro name into backticks. i.e. \`macros.past_60m`
__Note__: Regex supports MySQL Regular expressions
__Note__: Regex supports MySQL Regular expressions.
Arithmetics are allowed as well.