I would like to create a dropdown with dyniamic choices which are values from multiple entries in some of DB fields (its a project assigned to customer). For now its look like this:
And I would like to make every item from list as a seperate choice. The trick is that i need it in one type of data as it have relationships with user. Is it possible?
Unfortunetly not, as I know how to show everycustomer which I have in my DB in a dropdown. Problem is that I dont know how to show list of projects which this customer have. As this filed is a list of text:
Thanks guys for help. I made it as another data type and make a relationship between those two data types and resolve it little bit different. Thanks for involving!