Forum Discussion
MCFNeil
9 years agoQrew Captain
Unfortunately there is not a native way to do it based on a lookup field.
However, you can make that list display values based on a value from a different table, which means your "Employee Name" list. But, this list will not be filtered at all, and could grow large.
Take a look at this option and see if it solves your problem.
(pardon my scribbles)
However, you can make that list display values based on a value from a different table, which means your "Employee Name" list. But, this list will not be filtered at all, and could grow large.
Take a look at this option and see if it solves your problem.
(pardon my scribbles)
- AndreonnaGarret9 years agoQrew Assistant CaptainThis works ok. I just wish there was a way to base this off of a report so it pares the list down. This specifically points to a list of hundreds of contacts now, when I only need it to point to like 10 of them based off of a specific report that was created.
- QuickBaseCoachD9 years agoQrew CaptainYou could create a QuickBase to QuickBase Sync table and just sync across records which are flagged as being eligible.
- AndreonnaGarret9 years agoQrew Assistant CaptainYou mean set up another table that would have similar fields, and only pull the records information if it meets specific criteria?
- QuickBaseCoachD9 years agoQrew CaptainYes, another table that would sync every hour automatically with the selected choices from the real table. Or skip that complexity and just make a regular separate table for your choices.
- AndreonnaGarret9 years agoQrew Assistant CaptainDefinitely, a thought to consider. Thank you for the suggestion.