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

arno

Members
  • Posts

    7
  • Joined

  • Last visited

arno's Achievements

Rookie

Rookie (2/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. Hi Guys Is there a way that jasperserver can log which user accessed which report and when. I have a couple thousand users and would like to see which reports are the most popular amongst the users. Regards Arno
  2. Is there a way i can configure the order in which the reports are displayed on the listReports Screen. eg. a b c d e becomes b c a d e regards Arno
  3. Thanx sherman. What i have done though is disabled password encryption and save the password in plaintext. this way i can insert directly into the db. Not the best way of doing it , but it is doing what i want for the time being. ill wait for the release in dec , and then try the import. many thanx
  4. Maybe i should rephrase the question... is there any other way instead of using the front end of jasperserver to create users eg. is there a webservice or something like that i can use to create jasperserver users? Regards
  5. Hi All how does JS encrypt passwords? I need to create users in the JS db using a perl script that reads user from another db and creates users in JS db but i dont know which method is used to encrypt the password. The reason i wanna do it this way is that there are a couple of users and migrating them with a script will save alot of time instead of creating each user using the JS frontend. any help would be very much appreciated. Regards
  6. The LoggedInUser parameter is working fine in my reports. But my problem is that i should limit a dropdown list(based on the current logged in user) where a branch is selected from and then passed to the report. So this cancels out the LoggedInUser parameter. The second solution u suggested sounds more like what i need. The problem is just that i dont know exactly what to do. The way i understand it is that jasper will call this class (i have to define myself) everytime before it will execute a query and replace a specific string in the query(as i defined it in the class) with one of the parameters in the Map object the method in the class receives. This method then returns the altered query string to jasperserver which in turn then executes it. Is there documentation on this showing me examples? it would be really appreciated if u can point me in the right direction for examples. Many Regrads
  7. Im also looking for this solution. Im trying to pass the currently logged in user to the underlying sql query for the input control. I have a report but would like that needs a branch code as a parameter(that i can do) , but this branch code is selected form a drop down list which has underlying sql query which needs a username to determine which Branches are linked to the logged in user. eg the underlying query for the input control looks like this select * from Branches where username = $P!{currently loggedInUserName} A selection should be made from the available list of branches based on the current user that is logged in is there anyway i can pass the currently logged in user to the underlying query for the input control? It will save me a lot of time (and headaches :-) )if this is possible.
×
×
  • Create New...