Hi,
I have collection with columns A, B, C. While retrieving data with query I would like to have additional column D, which value is B+C. Also, D column I want to use for retrieved records sorting.
Is that possible? I can not find appropriate example how can I add additional field to query and make calculations in that field.