Forum Discussion
Anonymous
6 years agoNot applicable
Sort a column with repeated values based on another column
Hi there. For my requirement, I've got a specific layout for a report. To simplify, the series of Categories should present the Areas in a particular order (financial information). Ev...
- 6 years ago
Hi Anonymous ,
I have a trick to avoid this error.
You could import the data whose category is "A" at first. Then import other data and you will have two queries.
Sort your first table based on another column, then append these two tables ( not as new ).
v-eachen-msft
6 years agoCommunity Support
Hi Anonymous ,
I have a trick to avoid this error.
You could import the data whose category is "A" at first. Then import other data and you will have two queries.
Sort your first table based on another column, then append these two tables ( not as new ).