How to get function UserFullName() dynamic?
Hello,
I want to use the function UserFullName() for some expressions in my workplace. But this function is not dynamic, so it does not work with the logover functionality of 800xA. The function only works at display start up. Is there a way to make this work with the logover functionality?
Voted best answer
please try this expression:
UserFullName() + (if (_Now#Second | 1) = 1 then "" else "")
The change of time forces the recalculation of the IF-clause and the UserFullName function.
Add new comment