Summary
In this chapter, you were introduced to AppSheet functions. You learned about what functions are and how you can build expressions using various AppSheet functions. We discussed around 51 functions with associated examples.
You were introduced to the different types of functions, including Yes
/No
functions, conditional functions, list functions, math functions, and time and date functions. With each of these function types, you learned how to construct expressions using these functions with the help of practical use cases.
While learning about these functions and expressions, you were also given important points to note about those functions.
You learned the difference between column-level functions, such as SELECT()
, SORT()
, MIN()
, and MAX()
, and associated row-level functions, such as FILTER()
, ORDERBY()
, MINROW()
, and MAXROW()
.
You learned about miscellaneous functions, such as USERSETTINGS()
and CONTEXT()
. We discussed in detail what user settings are, how to...