I have the need to write a filter expression to identify the current user logged in. E.g. Email = 'Current User'
Is this possible in FDI?
Thanks
Scott
HI @Scott_Turner_
Did you applied the Expression filter at Dataset level or workbook level? Please apply in Dataset level and see are you able get the data.
For example - refer
Regards,
Arjun
Hi @Scott_Turner_
Welcome to FAW community. You can create an calculation as below and use the same as filter condition.
Hi Arjun @Mallikarjuna Kuppauru-Oracle ,
Thank you for your response, I am still experiencing an issue when I attempt to utilise User().
Example: I have a workbook where I am using Workforce Core and also imported some excel data. I am trying to populate a field which will return the Person Display Name from Workforce Core WHERE Reviewer Email = User()
Any ideas would be greatly appreciated.
Can you share me your Join condition or Expression filter , full syntax for review?
You can also try with : Email= NQ_SESSION.USER()
NQ_SESSION.USER()
Hi @Mallikarjuna Kuppauru-Oracle
I have attached images and further information in the attached document.
Rgds