Forum Discussion
MarkShnier__You
Qrew Legend
5 years agoYes, the cut off is 1,000 records. Above that they force the dreaded record picker. They have to have some limit as what if you had 1 million records, that is too much to populate to a drop down list.
A possible work around is to make this a conditional drop down where you first enter the first letter of the store name, and then the dropdown list would be much smaller. Or select a range like A-L or M-Z. This would take some easy setup, but might be worth it.
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
A possible work around is to make this a conditional drop down where you first enter the first letter of the store name, and then the dropdown list would be much smaller. Or select a range like A-L or M-Z. This would take some easy setup, but might be worth it.
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
MarissaTorres
5 years agoQrew Trainee
Hi Mark - thanks for your feedback!! Are you able to provide any details on how to achieve this - either the first letter trick or splitting up into a range? I'm not sure how to get there using the conditional values option in the field settings.
------------------------------
Marissa Zepeda
------------------------------
------------------------------
Marissa Zepeda
------------------------------
- MarkShnier__You5 years ago
Qrew Legend
OK, sure, I'm pretty sure that this will work in grid edit. (i know it will work on a form).
On your table of stores make a field called [First Letter]. then formula will be
Left([store name],1)
Make a field called [First Letter] on the child invoice record table. This field will just be a text field.
on the relationship between invoices and stores for the field [Related Store] make that Conditional where [First Letter] matches the [First Letter] in Stores.
test that works on a form. ie when you enter "C", you only get stores like "City of .."
If you add that [First Letter] column to the Invoices Grid Edit report, then it should work.
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------