Jump to content
Changes to the Jaspersoft community edition download ×

Can I search for only reports created by me


Recommended Posts

Hi,

I want to use the resourcesSeach function to return a list of reports. I'm using the code:

var search = v.resourcesSearch({    folderUri: "/",    recursive: true,    types:["reportUnit"],   success: function(repo) {... get report list here},    error: function(err){ alert('error: ' + err);}  });[/code]

What I want to do is only list the reports that I (the logged on user) created. Is there a parameter I can set to limit the list returned?

Thanks,
Mike

 

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

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...