IR Chart label and LCL
I have the following script which works well, it creates multiple IR charts based off values in a list generated from the unique values from a datatable. I would like to label each chart the same as the value in the list it was generated from. I would also like to set all my lower control limits to 0. I can't see how to do this. summarize(SNTime2, UnitNames = by(Column("Sub_name")));
count_Unit...
drc_lewis