Hi all! Since I’m experiencing some problems with Math.js (both plugin and connection via API Connector) in some situations (some times it works just fine), I’d like to move my complex calculations to a different system. I’ve taken a look at both Calculator (from Components plugin) and Expression (from Toolbox plugin).
However, I don’t see how to make them work properly. I just want to show in the interface the result of multiplying (using parenthesis, etc.) some values I have in the database. How should I use any of these tools to display the result? If possible, without doing crazy JS/HTML interconnection (or if so, how?)
Thanks a lot!