I really like the Tags Report as written in the Community Solutions. A couple of years ago, I wanted to see something similar by Payee (Description). This was before the Transaction Tracker report was available.
I copied the Tags Report, named it Payee Report, and changed field A9 to reference Q6 (Description) instead of Q9 (Tags). Changed the words Tags to Payee as appropriate and I had an easy new report that gave me the detail I was looking for.
This was working great for me until the end of May. I am not getting the list of Total Payees in Cols ABC, but columns D-L are working as expected (but locked in to the last Payee/Description previously selected). I have looked at version histories and the transactions I downloaded on 5/30/24 appear to be when the issue started. I donât think itâs the data itself because if I use a smaller date range, the sheet populates as expected (with those 5/30 transactions included). I tried adding blank lines at the bottom of the sheet to give it more room, but that doesnât make any difference.
I think it has something to do with field O10 (the letter O) which is labeled Query Range with =â'â&N$4&â'!$â&CHAR(64+MIN(O5:O9))&â2:â&CHAR(64+MAX(O5:O9)) that translates to âTransactionsâ!$B2:G (which is what I want). Iâm not sure what the MIN/MAX is trying to do.
I think the problem is with the quantity of data that it is trying to organize for Cols ABC. I was trying to look at 2024 transactions (there are about 2600 of those) and my Transactions sheet is about 9700 transactions from 2021-2024 (I have 2019-2020 in a different sheet).
Does anyone have any ideas for me for an easy fix? I am not a Google Sheets expert and this may be some Google limitation as well.
Thanks in advance for any suggestions on what to try next.
Hi @martha.rudkin - thatâs an interesting use case. I agree with @Mark.S that I think it has to do with the A9 and related formulas. Specifically I think it has to do with a limitation on the JOIN function which creates a single text string before it splits the string back out again. I understand it may have a 50,000 character limitation so youâre probably hitting that after your latest data load. Itâs possible that you donât need the JOIN and SPLIT for your case. I suspect when it was designed for Tags, it was because they were designed for multiple entry and separated by commas. So it was natural to split them. For your description/payee field, you probably donât need it. So you could just remove that part and see if that resolves the problem. Try something like this in A9: