You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During some tests I noticed that a NTTable built using qsrv (it seems to happens on qsrv2 also) will have its column showed in the alphabetical order (if +putorder is not set). Not sure if here is the place, maybe is an issue of showing the table (the same issue appears on pvget and phoebus).
$ pvget TESTLABEL:RefEvents-SP
TESTLABEL:RefEvents-SP
Name Code
SeqEnd 127
$ pvget TESTLABEL:RefEvents-RB
TESTLABEL:RefEvents-RB
Name Code
127 SeqEnd
For the second NTTable, the columns are being displayed ordered by the name of the column (code, name), but I miss a way to display them as name, column.
The text was updated successfully, but these errors were encountered:
During some tests I noticed that a NTTable built using qsrv (it seems to happens on qsrv2 also) will have its column showed in the alphabetical order (if +putorder is not set). Not sure if here is the place, maybe is an issue of showing the table (the same issue appears on pvget and phoebus).
A database example:
On that example, I would get:
For the second NTTable, the columns are being displayed ordered by the name of the column (code, name), but I miss a way to display them as name, column.
The text was updated successfully, but these errors were encountered: