...
* Rule Syntax: Write dynamic IF/THEN statements (e.g., if $N % 2 == 0 then 'Even' else 'Odd').
* Smart Evaluation: Assess dimensions ($Wd > $Hd), file sizes ($FileSize > 1048576), or match strings (if '$F' contains 'Draft' then 'DRAFT').
* Data-Driven Colors: Shift colors on the fly based on conditions (e.g., if $T > 50 then '#FF0000' else '#008000').
+ more ...
Please Refer to Manual !