Is there any way to filter an entity using say multiple values in a gallery or entity. Like for example, I want to filter Users to only return data where the 'Full Name' matches the 'Name' of another entity or gallery?
I have an entity here that has a field called 'Copy To Full Name'
Is there anyway to filter Users so it only returns data where it's 'Full Name' matches the 'Copy To Full Name' field?
Solved! Go to Solution.
Hi @Mgodby ,
According to my test, it cannot be achieved directly, but you can try the workaround below:
1. Add a button, set its OnSelect property to:
ClearCollect(C1,Distinct('Purchase Requisition Copy Tos','Copy To Fulll Name'))
2. Set below formula in the Items property of your Users gallery:
Filter(Users,'Full Name' in C1.Result)
Regards,
Mona
Hi @Mgodby ,
According to my test, it cannot be achieved directly, but you can try the workaround below:
1. Add a button, set its OnSelect property to:
ClearCollect(C1,Distinct('Purchase Requisition Copy Tos','Copy To Fulll Name'))
2. Set below formula in the Items property of your Users gallery:
Filter(Users,'Full Name' in C1.Result)
Regards,
Mona
Hi @Mgodby ,
Have you checked on this issue recently?
Regards,
Mona
User | Count |
---|---|
236 | |
112 | |
94 | |
59 | |
31 |
User | Count |
---|---|
289 | |
130 | |
104 | |
62 | |
58 |