Getting control limits from column property
I found this topic earlier for pulling the spec limits from the column properties.https://community.jmp.com/t5/Discussions/Get-column-Property-and-store-as-list/td-p/50885 I need to do similar however with the control limits as well. For this however the same principle doesn't work.CTRL = Column(colname) << Get Property( "Control Limits" );LCL = CTRL["LCL"];Returns: Name not found. in access or e...