Using a variable as a column name
This should be a really easy question, but it has been frustrating me for a couple hours now and I can't figure it out. I have a script that loops through a list of columns and builds various charts for each. It also adds a distribution to the lineup box using this line of code.This line works perfectly when I type in the column name manually:lub << append( Panel Box( "Distribution", db_Data << ...
atlas100