📈
Knowledge base
  • Getting started (placeholder)
  • Basics
    • Intro (placeholder)
      • "Hello world of PWA!" app
      • Testing the App
      • How to hide / show screen elements
      • Create user actions: switch screens, change data and make API calls
      • Screens
      • Show any platform Data in app ellements
      • Showing Data in app - Filters
      • Loops - display multiple line results in app
      • Automating Business Processes & Funnels via Triggers
      • Send and Receive data via external API integrations
      • Chaining API calls
      • Use MathJS formulas
  • PWAbility
    • PWAbility
      • App distribution
      • Saving Mobsted PWA App
      • Smart Messaging
      • Guaranteed delivery
      • Offline Mode
  • Messengers
    • Intro (placeholder)
      • Set up VK bot
      • Set up Facebook bot
      • Set up Telegram Bot
      • Set up Viber bot
  • Data
    • Import data (placeholder)
    • Export data (placeholder)
  • References
    • Intro(placeholder)
      • Constructor elements to build your app
      • Filter any backend and Object data
      • Manage app users and objects
      • Events
      • Statuses
      • Hashtags
      • Variables
      • Lists (placeholder)
      • User Access
      • API Description (placeholder)
Powered by GitBook
On this page

Was this helpful?

  1. Basics
  2. Intro (placeholder)

Use MathJS formulas

PreviousChaining API callsNextPWAbility

Last updated 5 years ago

Was this helpful?

Formulas are used to perform mathematical operations within app. Mobsted platform supports all arithmenical functions and all formulas.

Use to access data from any part of platform and build math expressions with it.

Example:

=(  #hashtag1# + #hashtag2# )=

OR

  =( 3 + #hashtag2# )=

Use case:

In the example below we can see that the sum of two fields is dynamically updated when we enter the new value to the one of the inputs.

________________________

AVAILABLE FORMULAS

Action

Example

SUM / Multiply

=( #hashtag1# + #hashtag2# )= / =( 5 * 2 )=

Subtract / Divide

=( #hashtag1# - #hashtag2# )= / =( 6 / 2 )=

Modulus

=( #hashtag1# % #hashtag2# )=

Exponentiation

=( #hashtag1# - #hashtag2# )= ^ =( #hashtag1# / #hashtag2# )=

Square root

=( sqrt(#hashtag1#) )=

Factorial

=( #hashtag1#! )=

You can check the set up of some of the above functions on screen - 4 Math expressions & operations in Demo App in your profile.

MENTIONED ARTICLES

RECOMMENDED ARTICLES

Hashtags
Constructor elements
Mathjs library
MathJS
Hashtags
User formulas to perform mathematical operations within the Mobsted SaaS PWA Mobile App Builder.