Part of my script makes a subset of my data. At the very end of my script I try to graph of the subset of data.
Everything else runs fine except for I don't get a graph built for my Subset data table. ...
And I don't get any error. Any ideas what is wrong?
Thanks
First part is making the subset
Second is calling the subset to make the graph
//MAKE CANCELLED INTO SUBSET
// New column: Column 1
Data Table( "Work Order Log" ) << New Column( "Column 1",
Numeric,
"Continuous",
Format( "Best", 12 ),
Set Selected
) <
atlas100