Community Spring Cleaning week is here! Join your fellow Maveryx in digging through your old posts and marking comments on them as solved. Learn more here!

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Length of String

rakshabhat
7 - Meteor

Hi team,

 

I am working on a large Alteryx Database with about 350 fields and 40 million lines. 

I would like to know the length of all the string fields without having to write length formula for each field. I know that in Summarize, there is an option to get Max of a field, but it only works for numeric data type. 

 

Any help is appreciated. Thanks in advance!

2 REPLIES 2
afv2688
16 - Nebula
16 - Nebula

Hello @rakshabhat ,

 

Within the summarize tool, on the string functions there is one called "longest". This will give you the longest string on each field.

 

Regards

rakshabhat
7 - Meteor

Thanks a lot 😊

Labels