Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Formulas are used to perform mathematical operations within app. It works at the FRONT of you app. Mobsted platform supports all arithmetical math functions and all MathJS formulas.


Where Math is available

...

You can use Math formulas at ANY ELEMENT on the platform. For example - on Screens, in Elements Values or backend names, in Variables, on Elements hide/show conditions and in Actions, in Custom JS, basically anywhere where the platform need to work on any kind of text field.

...

=( #hashtag1# + #hashtag2# )=   OR    =( 3 + #hashtag2# )=


Sample Use case

...

In the example below you can see that the Text field with the Formula has the =(........)= notation sum of two fields is dynamically updated when we enter the new value to the one of the inputs.

...