Forum Discussion
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__You
Qrew Legend
5 years agoOK, 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
------------------------------
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
------------------------------