How to add userName who execute the report in birt -


i used develop report in ssrs , newbie in birt, there're bunch of handy global functions in ssrs can used can't found in birt. tried develop report needs show sysuser executing report can't find easy way implement in birt. can suggest me easy way it? need install maximo , use para username? thank in advance!

you can use following javascript:

packages.java.lang.system.getproperty("user.name") 

this run java method system.getproperty("user.name") returns current user.


Comments

Popular posts from this blog

java - Intellij Synchronizing output directories .. -

git - Initial Commit: "fatal: could not create leading directories of ..." -