Modifying the format for all columns in a custom table

I understand that one can use format to modify any given column as documented here. I am however adding a table with many columns of similar type (pc-loadings) and I’d like to set the default format to “{:,.2f}”.

How can I change the default format, either for the entire report, or for a particular table? is it possible?

I resolved this myself:

add the format key to the pconfig section:

 pconfig:            
   format: "{:,.2f}" 
1 Like