Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Is there a way to create a check box that you can turn on and off a reference line on a chart?
~Norman Rea
I just created it in the UI under variable overview, but you ideally want to create this in the script
SET vshow = 1;
in the script editor
Joe