Uncategorized
petr_mlcoch
—
2016-07-11T04:31:17-04:00 —
#1
Is there any list of operators and functions which can be used in formulas?
I am trying to assign game points based on passed variable, but never go below 3:
max(3, $variable["storypoints"]/5)
rajan_rastogi
—
2016-08-06T23:49:21-04:00 —
#2
Nop, currently we don't have these functions as a part of our variable system.
However, not sure if it works for your use case, but you can always assign a minimum value to a metric white creating it.