Get list of aggregates through databaseManager node

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… :roll:

Thanks in advance,

Ben

Best to file this as a feature request

Paul

Just filed Case # 274360.

Thanks Paul,

Ben

Any news on the status of this request?

Thanks,

Ben