How do I retrieve and display the user login ID in the report DBR.text?
How do I retrieve and display the user login ID in the report DBR.text?
(4 posts) (2 voices)-
-
myDBR includes a set of automatic parameters to the reports. One of those is the
inLogin
-parameter which includes the login id for the users. You can use that in your report.--
myDBR Team -
I am getting error "Could not execute the report. There was an error in the report.
Unknown column 'inLogin' in 'field list'"My dbr code is:
select 'DBR.text', inLogin; -
I figured it out finally. You can close the case. Thanks.
Reply
You must log in to post.