Variability Chart - Cannot Add Line For Each Data Point In Each Group
I plot variability chart and want to add line to connect each data point for each group to show the trend.However, the line cannot be added.Could you take a look if I missing anything in my code?dt= Current Data Table();
Rp = dt << Variability Chart(
Y( :Qty ),
X( :Product, :Lot, :Defect, :Sublot, :workweek ),
Max Iter( 100 ),
Conv Limit( 0.00000001 ),
Number Integration Abscissas( 128 ),
N
...