Back to: Index of cards
Cards in this section return and display strings.
Takes as input an object and displays a property on a card. Supported property types are Numeric, Time, and String.
Takes a string column from a transform table as input, and returns an array of the string values.
Returns the set of unique values for a low cardinality, text property over an object set. This can also be used for filtering. Note that only the top 1,000 values will be used.
Creates a multiselect dropdown menu parameter based on values from an object set property.
Create a string input field which can be used as a parameter in other cards (filters, for example).
Takes the substring of a string starting at a given start index and with a given length.
Returns the first value that is not null, or null if all inputs are null.
Returns a string by combining input string array values (string delimiter optional).
Returns a string from a code function.
Uses a visual function to save repeatable logic that returns a string from an object property.
Uses a visual function to save repeatable logic that returns a string.
Replaces matched string values with a different string.
Converts a string to all lowercase (non-alphabetic characters are unchanged).
Converts a string to all uppercase (non-alphabetic characters are unchanged).