application scripting... Group by , variable
I am creating an application which allows the user to select a few options before running a script which involves a few SQL queries and then making some graphs... nothing too crazy. A radio button control is used to set the value of a variable named "type".. I want one of the "fit where" options for a bivariate graph to be the contents of this variable... Bivariate(
Y( :Current),
X( :Voltage),
Sh...