Auto exclude a certain item from the legend
Hello, I am trying to create a GraphBuilder plot, with a "Flag" column being used in the "Color" section as show below I want my script to autoexclude a particular category, lets say "PASS" in this case. I am not sure on how to do that. Any suggestions would be very helpfulThank you.For(i = 1, i <= N Items(y_cols), i++,
y_name = Char(y_cols[i]);
x_name = Char(x_col[1]);
gb = dt << Graph Build
...