Forum Discussion
PaulPeterson1
3 years agoQrew Assistant Captain
What queries have you tried so far? What is the field type you are trying to query?
The answer I always get from QB about formula queries is they don't work well for large data sets or tables with a large number of relationships.
------------------------------
Paul Peterson
------------------------------
- MikeTamoush3 years agoQrew CommanderI have 3 fields I can use in my query. An 'Amount' field, which if I queried should probably return a max of 100 results, a project ID field which could return up to 1200 results, and another text field that would return like 20k results. But all 3 should only return a couple results max. So i tried to query the Amount first, then the project ID. I shouldnt even need the last field to be honest. I also tried the reverse, query project ID then AMount.
I am trying to query on a synced table, so I am thinking maybe that is it? But I thought synced tables were just seen as straight data, so maybe its just the 60k records.
I cannot find a work around though for my issue. I might start a new thread with it.
------------------------------
Mike Tamoush
------------------------------- PaulPeterson13 years agoQrew Assistant Captain
There is a workaround that I used for a similar issue before formula queries were introduced. I created a text field to mirror the numeric field and created a combined text field using the mirror. It's not the most elegant solution, but it worked in the instance I used it.
I haven't tried a formula query on a Sync table, and you're right, that may be part of the issue.
------------------------------
Paul Peterson
------------------------------- MikeTamoush3 years agoQrew CommanderUnfortunately, the only way for me to get a combined text field is off the Project ID, and my combined text summary field would end up trying to grab about 1200 records....which is impossible, it maxes out at 150.
Hence my dilemma!
------------------------------
Mike Tamoush
------------------------------