Jump to content
We've recently updated our Privacy Statement, available here ×

How to get information from web to Jaspersoft Studio?


mingyun

Recommended Posts

Hi all.

There are many clients. if one of clients want to see his reports, we have to  make reports using information about him. How can I get his infromation from website to jaspersoft Studio and MySQL query? e.g : His unique Key in Database table.

Link to comment
Share on other sites

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

If you are using the multi-tenancy feature then you can access the organisation id in a report query by creating this parameter in your report:

$P{LoggedInUserTenantId}

Similarly if you assign attributes to users you can access these using:

$P{LoggedInUserAttribute_myAttributeName}

where

myAttributeName is the name of the attribute you have defined on the server.

 

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...