Select Assets with a given User Flag in any Properties Field
Allow assets to be selected/sorted (SQL or Grid View) based on a flag value in any properties field. This would make some model build and QA tasks much easier.
For example, data may be needed to properly model a serwerage pumping station but isn't available yet. An engineering judgement may be made with a user flag showing the data has been requested but that an engineering judgement has been made in the interim to allow model build to proceed. The ability to select/sort assets with this user flag in any property field would make user flags much more useful both as a way to display where or how reliable the information is and also as a way to select assets that have been influenced by that data set or reliability score in any field.
-
Saul Bradford commented
In Grid view, right-click and 'Sort by flag' or 'Sort on Selected Columns by Flag'?
In SQL:
SELECT OID, flags.name where flags.value="XX"