Hello, I am looking for how to get the maximum value record on my dataset. I found this codeon google but this is not working with a dataset, it is suppose to work on a table, but I need to get the maximum value of a specific data that I put into a dataset.Code:(maximumRecord = myDataset.compute("Max(columnName)", ""))




Reply With Quote