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)
getting URL values to BIRT
SKantipudi
Hello all,
below is my requirement.
i need to get the user id from the URL and then using this user id i need to populate dynamically one of the report parameter.
e.g. employee id will be passed in the URL and based on the employee i should be able to populate all the roles that the employee has been assigned to in a report pramater dynamically.
how do i get the user id from the URL?
Thanks,
Sailaja.K
Find more posts tagged with
Comments
johnw
reportContext.getHttpServletREquest().getParam should work.
Also, you wont be able to dynamically populate the parameter list. Your better off using an external dialog box for this purpose.