I want to add User Name (Report Run Name ) in OTBI Report.
I need this field at Report Title Level . I have used this command "Report Run By: @{NQ_SESSION.USER} | Run Date: @{system.currentTime}" but it is not giving results for Report Run By.
We've similar requirement, Upvoted!
Upvoted. Essential feature!
Hello @Shripad Patwardhan-Oracle
Try this: @{user.id}
Thanks!