Hello,
I have a gallery which is pulling from two tables worker address and workers (parent table) - I want to just show the active users in the gallery are pulling from the workers table.
My current view has both active and inactive users, and I currently have a search filter set like this: so that I can search via users names. However, where would I add the status in this formula to only show active users in the gallery?
Filter('Worker Addresses', StartsWith('Worker (cdm_WorkerId)'.'Full Name', TextSearchBox1.Text))
Thank you,
Henry
Hi,
Can you open the Dataverse tables and grab the display names of the columns? Usually this is what you would use in your formulas (looks like you are using the logical names)
Hi @SBax ,
The column for the workerid for both tables is called cdm_workerid.
Worker table (cdm_worker):
It is classified as a look up in worker address table (cdm_workeraddress):
I used the names of the columns like you suggested, but the function seems to still be incorrect?
Just can't seem to get my head around this one.
Thank,
Henry