I have a big query that just got too big. When I try to run it, I get an error message: “System Resource Exceeded”.
The query is almost all calculated fields that rely on other calculated fields within the query. So, I’m having a hard time splitting it apart.
I actually tried to take out the largest (and the ‘root’) calculation and run it in another query, then reference that query (subquery), but I get the same error message.
Any ideas?