Hello,
Is there any possibility in outsystems to give a mathematical expression in input and return the result, like the example :
(the result expression (7) is not related to the input, actually the result of input always return 0)
Thank you!
Hi Ruben,
Yes. There is, for instance, the Formula forge asset, which does that, including the possibility of using variables (e.g. x + 5, where x = 12; result = 17).
The asset includes a demo that you can also see how to use it.
Kind Regards,João
Works like a charm. Thank you!