Add index number on properties of entities or structures
870
Views
3
Comments
On our RadarOn our Radar
Backend

In some cases for example when developing query's you need to count the number of columns of your entity/structure to know why there is a mismatch between the number of columns SELECT'ed and the output structure, instead of counting the number of columns of an entity and then comparing with the selected columns you have on your query, It would be nice to know right away the index of a column. 

ex: (If you have a structure of 20 columns, selecting last column index would be index number 20, avoiding to count it) 

Or something to help visualize which SELECT'ed columns are ending up in which Structure/Attribute...


J.Ja

Showing the line number on query editor was also very helpful.

This idea is implemented, the status should be changed.

Now when you select all attributes from an object, you are able to see the number of selected elements