how to loop through by variable while plotting variable plots
Hi,I am trying to plot multiple variable charts where Y axis is different columns containing MIP in the column name.I have a column called step name and I need these plots for different step names.Eg: MIP1 for stepA and stepB and so on.I can use "By" variable while creating the plots.But how do I extend this to multiple steps. dt = Open( "C:\REPORT.csv" );
a = "MIP_";
col = dt << get column names
...