1.

Explain concurrent function.

Answer»

Multiple formulas are evaluated at the same time using the Concurrent function. Multiple formulas are usually evaluated by chaining them together with the ; operator, which evaluates each one in turn. USERS WAIT for less for the same outcome when the app executes activities concurrently.

Syntax for concurrent function: Concurrent( Formula1, Formula2 [, ...] )

Formula(s) – These are required. Formulas for evaluating multiple variables at the same time. At least TWO formulas must be provided.

We can UTILISE the Concurrent function to run many formulas simultaneously. Instead of utilising numerous formulas with a semicolon (;), you can use Concurrent to collect data from many tables during Page Load, which will SIGNIFICANTLY shorten the overall load time of the screen.



Discussion

No Comment Found