Is this possible? Logically, when I do:
var _table = databaseManager.getTable(_server[i], newValue);
var _values = _table.getColumnNames();
I get back a lit of the actual database columns, but what if I need to let the user choose among the aggregates for the table, and show them a list via a drop-down menu? This is needed for a solution that will use the solutionModel to position the selected aggregates on a form.
As a matter of fact, while we’re on the subject, could we not also obtain a listing of calculations for a particular table? That way, all the different table components would be exposed to us, and we could then manipulate them on our forms as need be…
Thanks in advance,
Ben