Hi. I have a grid that I have some added fields, which are populated with computations using the onRecord event. All works great. What I want is for these added fields ( integer) to be sorted, so that the higher valued records float to the top of the grid. It does not seem to support sorting properties on added fields. I can only add a ORDER BY in the SQL for actual real fields in the DB table.
The records need to float to the top, in case the list is long. These are indicating conditions that require operator action.
These are actually counts from other tables. If I had to, I guess a join of some sort may reproduce a similar table, with the “added” fields being counts generated in the join???
Any ideas?
Thanks,
Jamie
