Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
help on auto detecting USER ID in Parameters
Rishabh Sharma
<p>Hi All,</p>
<p> </p>
<p>Can any one help me in knowing how to pass parameters which can auto detect the current User Id who is running the report.</p>
<p> </p>
<p>Regards,</p>
<p>Rishabh</p>
Find more posts tagged with
Comments
Clement Wong
<p>Are you using commercial BIRT, or open source BIRT? What version?</p>
<p> </p>
<p>If commercial BIRT, there are no parameters to pass. To get the user's name, you can access via:</p>
<pre class="_prettyXprint">
reportContext.getAppContext().get("ServerUserName)</pre>
<p>This appears to be related to your other post?</p>
<p><a data-ipb='nomediaparse' href='
http://developer.actuate.com/community/forum/index.php?/topic/39731-how-to-use-reporting-framework-to-getuseridandname/'>http://developer.actuate.com/community/forum/index.php?/topic/39731-how-to-use-reporting-framework-to-getuseridandname/</a></p>
;