![]() |
Sergey Kornilov admin 5/25/2022 |
I guess "Search Master and Details tables together" article in the manual is what you looking for. |
W
|
wfcentral author 5/25/2022 |
I was hopeful that was it... however, the scenario in your response only applies if my data was like this... user pets The help page you sent me to looks through the detail table (pets) to find the id of the user. In my situation I have data like this user pets When I create the dropdown for user I tell it to lookup table pets to get the value for the dropdown. Because of this when you see the data on the list page it shows cat,dog instead of 1,2 even though the data in the field is "1,2" However, when you search for "cat" it does not find it because the word "cat" does not exist in user table. If I join user table with pets table |