Username on Reports
Posted: Sat May 01, 2021 1:32 pm
Hi,
what is the easiest way to show the current username on a report?
BR,
Oli
what is the easiest way to show the current username on a report?
BR,
Oli
Code: Select all
nuSetProperty('USER_NAME',nuUserName());
Code: Select all
nuSetProperty('USER_NAME',nuUserName(), true);