[question] [perspective] Table.props.column.numberFormat percent not respected with named query

Title explains it well. Can anyone else confirm this isn’t something I’m missing?

It looks like it is working for me.


Did you set the props.columns.field property to the column you are referring to? Also, did you set the props.columns.render property to number?

I was originally missing the render key, but I’ve changed it to number with the same results.

I can get it to work with the default table data just not this one which comes from a named query.

I am able to replicate this only if the column being returned is typed as a string instead of a number. If you look at your named query binding and change the return format to json and look at one of the rows returned is the Value column green like in the picture here?
string

3 Likes

Yes it is. Thanks @osolorzano !

1 Like