Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hey,
I want to change the number format of all columns in my Table.
For example: Every number is formatted like this:"12,5","100,5",... and I want to change the format to "12,50","100,50",...
I don't want to change it column by column, I want to change every column at once (e.g. 12 columns to change).
Is it possible to do this in an table Extension or in an other way?
Thank you very much for the help!
I suppose it's possible to create an extension that creates a new kind of table that allows you to change the format properties of all the columns. Afaik such an extension does not exist yet.
I suppose it's possible to create an extension that creates a new kind of table that allows you to change the format properties of all the columns. Afaik such an extension does not exist yet.
Thanks for the answer!