For some reason, every time I try to sort by a column on this report, the whole file is disrupted. the data and descriptions disappear
This category is for how to, recommended workflows, advice, and troubleshooting a Google Sheets template or solution other than the Foundation Template.
If you need help with a bank connection, missing transactions, using the Tiller Money Feeds add-on, or questions about the Foundation Template please reach out to our support team via the chat tool on the Console at https://sheets.tillerhq.com/auth/login
Did you already search the community for your question? Help us keep duplicate threads about the same question/content under control by searching before you post
Click the in the upper right of this page to search.
There is a formula in cell A5. If you sort the columns it breaks the sheet.
It’s a query function that selects columns Y, Z, AA, AB and is sorted by column AA.
=if(counta(Y2:Y)>0,query(Y:AC,"SELECT Y, Z, AA, AB WHERE Y IS NOT NULL AND AC <> ‘Hide’ ORDER BY AA LABEL Y ‘’,Z ‘’, AA ‘’, AB ‘’ ",-1),iferror(1/0))
If you expand the columns to see beyond column E, you will see what each column is. If you want to sort it differently you might want to change the Order by part of the formula to the column you want. Just change Order by AA to Order by (column Y,Z AA or AB) depending on your needs. It is case sensitive, be sure to use capital letters.
My Annual Comparison report doesn’t currently offer any sorting flexibility. It shows the Income then Expense Groups and their Categories, sorted alphabetically.
Thank you for this @PCB , I will try what you explain here. @Cowboy13 in my opinion, sorting by Difference or Totals would be more relevant than alphabetical fwiw.