OPAL ReferenceOPAL helpful hintsHow do I find the size of a column?To get the size of a column, you can use strlen to measure its length. make_col questionLength:strlen(question) sort desc(questionLength) You may also want to cast as a string, or concatenate multiple columns before using strlen.Updated 25 days ago How do I test for multiple values in a dashboard parameter?How do I format large numbers for readability?