I would like to request some features:
- use variables (template variables, template partials, low variables) & exp:tags (like stash) as number values to do calculations on
- eg:
{exp:mx_calc expression="{grid_field:numbers_column} * {template_variable} + {exp:stash:get:value} / {template_partial}"} where the variables are numeric values
- support
parse='inward' for above example
- be able to set the number of decimals
- eg via a parameter:
decimals='2'
- be able to force decimals if round number
- eg via parameter:
force_zeros='yes'
- set decimals separator:
decimal_seperator=','
- set thousands separator:
thousand_seperator='.'
I would like to request some features:
{exp:mx_calc expression="{grid_field:numbers_column} * {template_variable} + {exp:stash:get:value} / {template_partial}"}where the variables are numeric valuesparse='inward'for above exampledecimals='2'force_zeros='yes'decimal_seperator=','thousand_seperator='.'