decimal places in summary table
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 cha
...