Calculation by B-O-D-M-A-S method ?

Solved5.28K views
0

I have observed that ValQ supports BODMAS very nicely. This is the foundation of every Mathematical Calculation as we know.

Just curious to understand if there are any functions available that can help me with a little more complex formulas ?

For example: Counting a Range, Pulling Max/Min Value from the set of data, Converting Negative to Positive (Absolutes) ?

Question is closed for new answers.
Selected answer as best
0

Yes. valQ lets you use the all native JavaScript expressions. You could achieve your requirements by simply using Math.min(), Math.max, Math.abs() etc. in the formula expression.

Would you need more support on Formula expressions, please feel free to write to us @ support@valq.com

Selected answer as best