Using multiple functions in single expressions
So far, we have mostly concentrated on understanding various AppSheet functions. Most of the expressions we have used have mainly been based on single functions. You can combine various functions in a single expression to come up with more complex logic requirements in your apps.
We will learn about complex expressions based on some use cases and associated expressions to see how we can combine multiple functions in a single expression:
Table 4.49 – Using multiple functions in complex expressions – 1
Let us learn another expression that combines three functions of IN()
, TOP()
, and ORDERBY()
in a slice filter expression to filter rows based on certain criteria:
Table 4.50 – Using multiple functions in complex expressions – 2
You can configure much more complex expressions involving multiple functions in your app. However, it is always a better approach to configure...