Issues with recognizing an argument in the script
Hi,
Can someone please have a look at my script and give me an idea what I'm doing wrong.
Trying to select and argument using comb box which ten is incorporated into the column name and based on that column im trying to generate control chart using the adjusted column name but it doesn't work.
Names Default To Here( 1 );
New Window( "Data selection",
<<Modal,
Panel Box( "Select a Date Ra
...