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.
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.