Forum Discussion
Is it possible to do a sub query based on a selected value?
- Anonymous4 years ago
Hi Eason,
Thanks for following up, you're a star! ⭐
Basically in Table 1 (Find all the clients this worker ID has been in contact with) this is working as it should to return all the clients that worker W3 has visited during that time period selected. But my issue, in Table 2, is I want to return all the workers that each of the clients listed in Table 1 as a result of selecting worker W3 is from that date onwards.
For example, in Table 1 we see W3 worker saw Anne and Mandy both on 6/10 and 10/10. But in Table 2, it returns records that are earlier than the time range selected ie 5/10 which shouldn't be there. I confirmed it does do this despite my screenshot provided earlier. I have issues parsing the date parameter to the second table but the client parameter is not an issue because it uses the table relationship between ClientIDs from both tables.
Hope that makes sense.
Hi, Anonymous
I don't see any errors in your screenshots, isn't it working properly?
Does your data all come from the same table?You can consider copying a new table and establishing the following relationship to filter the data.
Please check my attached sample file. Please let me know if I misunderstood anything.
Best Regards,
Community Support Team _ Eason