I have a PostgreSQL layer in QGIS, and I have organized the attribute table fields as desired. However, when I copy the features from the attribute table and paste them into an Excel sheet, the organization of the fields does not match what I set in QGIS. I have tried searching for solutions, but nothing has helped.
Here are the methods I have tried:
- I used the Refactor tool, but it created another layer, which is not what I wanted for my PostgreSQL layer.
- I attempted to use Python code, but I am not experienced with Python and could not find a solution.
- I downgraded to QGIS 2.14 to use the Table Manager, but my files always crash in this version of QGIS.
Currently, my only option is to rebuild my project file from scratch. However, I am wondering if QGIS is still unable to reorder PostgreSQL layer fields.
I tried these resources : Changing fields order in QGIS