Max column width in count of characters

Support questions for Flow CSV Viewer and Editor.
Post Reply
RDews1
Posts: 1
Joined: Thu Nov 19, 2020 4:47 pm

Max column width in count of characters

Post by RDews1 »

Is there a way to see the maximum count of characters within a column?
Waveworks
Posts: 153
Joined: Thu Sep 05, 2019 1:05 pm

Re: Max column width in count of characters

Post by Waveworks »

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
Post Reply