printing variable to textbox in variability chart
when i run the following script, the charts are producted for each sample, however the textbox print sampleName instead of actually printing the value of the sample name. how do i get around this?
thanks!
// Create a new window with variability charts for each sample name
New Window("whiteshirts - Variability Chart",
V List Box(
Current Data Table(summaryTable);
For Each Row(
summary
...