Show 2 digit float value for all the column in powertable

Hi guys,
I have power table where i have nearly 15 columns. i want to show 2 digit after decimal value

its is possible i adding every column name in column attributes. But column name will be changing dynamically

Is there any alternative way to fix it?

can we able to fix this through scripting?

Yes, you need to generate the entire columns property dynamically. This is usually easiest if the source data is in dataset format (so column names are available, in order, and data types are available) in a custom property. You might find this comment helpful:

In addition to showing off the performance of the new features of my free module, it has a skeleton of the kind of scripting you need.

1 Like

Out of curiosity, how is your table being populated?

Hi from database through named query