How to Add Row Legend to Control Chart Report & Hide Data Table
Hello, Once i've created a control chart script, how do i:1) Add a Row Legend to the PLOTS window based on TOOL?2) Hide the data table, but keep the PLOTS screen visible?
dt = Open Database( "Database1",
"SELECT
MEAS1,
TEST_DATE,
TOOL
FROM Data_Table_1
where Test_Date > sysdate - 365
order by test_date asc
",
"dt"
);
dt << Color by Column( :TOOL, Color Theme( "J...
steve_reinhart
dale_lehman