Manipulating text with text functions and expressions
In any app, as in the real world, we deal with a lot of text data. We then obviously need to manipulate the text to get just the right format for the app user to easily understand it. At times, you may need to only use part of the text, or at times, you might want to combine the data from multiple columns into a text string to create a meaningful message or information for the app user. You can use the AppSheet text functions to manipulate the text in an app just the way you want. In this section, let us understand the most common text functions that allow us to perform this text manipulation.
Let us start by understanding the CONCATENATE()
function, which returns a longer text string by combining column values or other text strings:
Table 4.11 – The CONCATENATE() text function
Let us next learn about a few text functions that help you find out the length of a text string and extract a certain...