Hi,
I am summarizing a jmp data table. In the summary table, I want the columns to have decimal places till 4.
However, jmp truncates everything after the decimal point.
![code2.JPG code2.JPG](https://community.jmp.com/t5/image/serverpage/image-id/6434i651C2CFF1F7AE786/image-size/large?v=v2&px=999)
When I try to retrieve the format for a column using jsl, it says the format is empty.
dt:Name("Median(A)")<< get property("Format");//Empty
dt:Name("Median(A)")<<Set property("Format", {"Scientific",12,2});//Scriptable[] but no change
Applying format through code doesn't work.
However, if I do this manually through column info dialogue box, by specifying decimal points, it does work.
I have like 50 columns and I wish to code this decimal format after selecting them.
Any help will be greatly appreciated.