Calculating Within Function
-
It appears the MIN/MAX functions are limited to accepting single values, is that correct? I attempted the following calculation and encountered a javascript error.
MAX( {:14} / 4, {:15} )
I was able to get around this by first calculating
{:14} / 4
in a separate field, then findingMAX
. Even so, thought I’d mention this as an improvement.Thanks for this plugin! Just what I’m needing at the moment.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Calculating Within Function’ is closed to new replies.