Good morning,
So I have an app designed to have evaluations. And I put a dropdown filtering a dataverse table the human ressources appartement made with all the names (identifiant) and the status (En_Activité) of all the employes, whether they are working or not on the company.
Now, I have designed whether a person can evaluate or not another person, but even if this person can evaluate another one, this person could also be evaluated. So a person could be evaluated by another person but themselves.
So, this dropdown list is useful to choose who is the person you will be evaluating, but I want to hide the value according to the full name of the person who is using the app to evaluate according to the currentUser().FullName.
For the moment I have this code on the dropdown value:
SortByColumns(Filter(
'suivi de personnel dimension personnel';
En_activité = 'En_activité (suivi de personnel dimension personnel)'.Oui); "cr915_identifiant"; Ascending)
So in other words, I want to put something like "If (cr915_identifiant=currentUser().FullName)), hide"
Thanks for your help
Solved! Go to Solution.
I ended up using 'Nom employé'<>Blank()) in my same filter. Thanks !
Hi @PowerAppsMx ,
If I am reading this correctly, on the Visible of the control
!(cr915_identifiant = currentUser().FullName)
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
Visit my blog Practical Power Apps
I ended up using 'Nom employé'<>Blank()) in my same filter. Thanks !
User | Count |
---|---|
258 | |
111 | |
95 | |
48 | |
41 |