-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
template: issueIssue report created by user, needs to be triagedIssue report created by user, needs to be triaged
Description
Description
With 3.22.1, when you write a query, any changes to the query (new fields, extension columns, etc) are added to the end of the query output and not in the order of the query. You have to copy and paste the query to a new query window or close/reopen the query file.
Tabular Editor 3 Version
3.22.1
Screenshots
Here is the first query I wrote:
I then modified it to include the Customer[Continent] field. It should be after Products[Brand] in the output, but it isn't. It is the far right of the query output.
Same thing if I add more calculations. Here Units should be before Sales, but it is now the last column in the output.
If I copy the query to a new window, I then get the columns in the order I want.
Steps to Reproduce
- Write a query and run it
- add a column somewhere in the middle of the query and run it
- The columns in the output are not in the order you wrote them in the query.
Expected behavior
No response
Crash Report
No response
Windows Version
No response
Metadata
Metadata
Assignees
Labels
template: issueIssue report created by user, needs to be triagedIssue report created by user, needs to be triaged