show logged-in user

I have a user table created with their respective passwords. Depending on the logged-in user, some fields of the application are displayed or hidden.

Is there a way to display the logged-in user in the desktop version of the application? 

For example, next to the application name, the search bar,  the refresh button... 

Thanks in advance!!

Solved Solved
0 2 142
1 ACCEPTED SOLUTION

Not directly.  The best way might be to utilise the display name of the view and put their name in there.

Simon, 1minManager.com

View solution in original post

2 REPLIES 2

Not directly.  The best way might be to utilise the display name of the view and put their name in there.

Simon, 1minManager.com

Perfect. It has served me for what I was looking for.

With a CONCATENATE("name display-- ",USERSETTINGS(User)), problem solved.

Thank you very much 🙂

Top Labels in this Space