I created a Form that I want to have a special order when it populates.
I first created a View that has a couple Computed fields in it. One is called SortNode.
That View is called by a Query - which is Ordered By SortNode.
I then use the Query in another View since I am joining a few different tables.
But for some reason the sort order of the data that populates the form is by the original files tables index (HierarchTreeTable-HierarchyElementNumbIdx).
How do I get the Form to show the data in the order that I have it in the Query and not use the index. Or, is there some way to create an index for the View so I can tell the grid to use that index?
*This post is locked for comments
I have the same question (0)