example: I want to create a variable with this pseudo code:
var maxtime = Maximum (Column 'time', Set 'set').
I don' t see that you can acccess the data object during creation of a variable.
I tried also via the getDataSet() method:
this.getDataSet("set").getCachedResultSetColumns(). ... but something is not working as expected. I don' t lnow how to access the data rows with that.
So how to do it?