How can logged in user can be obtained from built-in parameters to qualify the available selection values on query-based input controls for report unit deployment in JasperReports Server.
Release : 16.0.2
Component :CLARITY
The information can be found in TIBCO JasperReports® Server Administrator Guide Software Release 7.8 document, section "Built-in Parameters for Query-based Input Controls".
For example:
select * from table where user_login_id = $P{LoggedInUserEmailAddress}