String Manipulation for Column Header

Hi guys,

I am trying to find a way to UPPERCASE all the column header. Is there any way to do this in an efficient way?

1 Like

Found solution: extract column header -> transpose -> string manipulation -> insert column header

1 Like

Hi there!

I would do it the same way :slight_smile:

Br,
Ivan

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.