Forum Discussion
Anonymous
4 years agoNot applicable
Shorten or lenghten column
Hi, I want to determine the width of matrix-columns, which are added/ deleted by the user. The "0000000"- solution does not work as some names are longer, others are shorter. I am trying to s...
- 4 years ago
So a custom column like this?
Text.Replace(Text.Start([Column], 15), "X", Character.FromNumber(173))
AlexisOlson
Super User
4 years agoSo a custom column like this?
Text.Replace(Text.Start([Column], 15), "X", Character.FromNumber(173))