Max column width in count of characters
Max column width in count of characters
Is there a way to see the maximum count of characters within a column?
Re: Max column width in count of characters
Hello, yes you can create a new formula:
char_count = len(x)
where x is the name of the column/variable. After that, you can select char_count (click its name), and its max value will show below the plots. Does that work for you?
Notice that if the column header has spaces or other non-variable characters in it, the name of the variable is different from the column header. In that case, the variable name is printed in the message view when you open the csv file.
Best regards,
Gustaf
char_count = len(x)
where x is the name of the column/variable. After that, you can select char_count (click its name), and its max value will show below the plots. Does that work for you?
Notice that if the column header has spaces or other non-variable characters in it, the name of the variable is different from the column header. In that case, the variable name is printed in the message view when you open the csv file.
Best regards,
Gustaf