Filter Wildcard for user's email address
Hello,
As I tried around for a couple of hours now, this is my last chance...
I do have a custom text field, which is filled from an external data source with an email address.
Now I want to set up a filter in a project report to only show projects, where the value of the custom field is equal to the email address of the the current user.
Unfortunately the $$USER Wildcard does not provide the current users email, nor the username.
As the email addresses have the common format firstname.lastname@domain.com, I had the idea to do something like this:
DE:customFieldName=$$USER.firstName
DE:customFieldName_Mod=cicontains
AND:1:DE:customFieldName=$$USER.lastName
AND:1:DE:customFieldName_Mod=cicontains
But this approach does not work completely, as there are users with umlauts in their names and others with two or more first names, of which only one is included in the email address.
Changing the custom field to a TypeAhead-field is not possible, because not for all entered email addresses there is a user in Workfront.
I did not find anything helpful using the community search, although I cannot imagine, that nobody missed such a wildcard before...
I really hope, that someone has any idea leading me into the right direction!
Thanks in advance.
Regards
Lars