Column string lenght (static & Dynamic)

thomas_r

New member
I would like to have , per column, the maximum string length (=max of strlen()).
Could this process be dynamic also ?

Thomas
 

Support

Administrator
Staff member
hi Thomas, it's easy! in the graph attached you can see that this is just a "calculator" to calculate the lengths and then an "aggregate" to take the "max()".

Then to make the same but dynamically: you can use the short flow below with a dedicated coded box, as input on pin 1, to pass the name of the columns whose max length should be calculated.
 
Top