Reports conditional format rule in script
Hi,I am trying to use a variable as value with reports and conditional formatting rules, please see the example below. I cannot get this to work. My best guess is to use eval() the get this work, but no success so far. Has anyone solved this kind of issue? limit = 10;
Preferences(
Conditional Formatting Rules(
RuleSet(
RuleName( "Red limit" ),
GreaterThan( Value( limit ), Inclusive( 0 ),
...