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

jrechter

Members
  • Posts

    46
  • Joined

  • Last visited

jrechter's Achievements

Enthusiast

Enthusiast (6/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Collaborator Rare

Recent Badges

0

Reputation

  1. Hi all, I'm using v4.5. When I click on a column heading to sort, I continue to be prompted by the input control dialog box. Are there other settings that have to be made? Also, in the documentation, it says that if you right click on a column heading, you are given filtering options. Yet, when I right click on a column heading, nothing happens. How do I get access to the filtering feature? Thanks, Jay
  2. Figured it out. Need to set the directory that I'm saving the report in to permission=read/write/delete
  3. The 'Save' button is disabled when trying to save an Adhoc report to any folder. I log in as a specific user who has read-only permission rights to the Topic and the Domain. Thus, in the Adhoc designer, it allows me to create the report. But when I try to save it, any folder I select disables the 'Save' button. The directories selected have read-only permissions for this user. So why can't I save the adhoc report to these directories? I'm using JS 4.01.
  4. The URL looks correct. The drilldown report is in the Reports/ZDrilldown/ directory. http://192.168.28.120:8080/jasperserver-pro/flow.html?_flowId=viewReportFlow&BNumber=bin1&BinID=1002&reportUnit=%2FReports%2FZDrilldown%2FPhysicalBinsDetail&_eventId_drillReport=&_flowExecutionKey=e4s2&reportLocale=en_US When I log in as JasperAdmin, the drilldown report runs properly from the hyperlink. It fails from the hyperlink when I log in as a user with read_only permissions. Because each report by themselves run properly when I log in as the user with read_only rights, I've assumed that I've set up permissions properly on all objects involved (ie: datasources, datatypes, images, jar files, input controls, etc.)
  5. I've set up two reports, summary and drilldown. Each has a ROLE_INVENTORY permission with read_only access. Separately, when I log in as a user with ROLE_INVENTORY permission, they run fine. But when I set a Sefl-ReportExecution hyperlink from the summary to the drilldown report, I get a denied access error message. Seeing that I can run each separately, it seems I've set the permissions correctly. I'm concerned as to why the hyperlink doesn't see it the same way.
  6. Is there a way to add a 'Refresh' button to the report screen that would simply refresh an existing report. There are times when I run a report, then add a transaction to the database, and have the need to run the report again to see the new data without changing any of the parameters. The only options are to select 'Options' which brings up the parameter dialog box (which I don't need), or 'Back', which takes me to the report list (which I don't want). I was able to do this is Version 3.5 by adding an image to the repository and altering some code in various jsps and javascript files. However, I'm not a programmer by trade and the process isn't as obvious in Jasper Version 4.0.2.
  7. Thanks, the Regular Expression pattern worked, so that's a start.
  8. I'm trying to create an Input Control, Single Value, DataType=text, with a pattern of 00:00:00 (Time in hours, minutes, seconds). When I run the report and type in 01:23:57 for this input control, it tells me my input does not match the pattern. I've put quotes around the pattern string ("00:00:00") but that didn't work. Does anyone know how to set up the pattern string so that the user is forced to enter in the pattern of "00:00:00"?
  9. I have a summary report that list totals of various categories. It filters the data by two parameters, Start and End dates. I've added a Self-ReportExecution hyperlink on the total numbers that, when clicked, passes the Start and End dates, and points to a report that gives the detail data of the category that the total numbers represent. All works well. Once in the detail report, when I hit the BACK button on the browser to go back to the summary report, it then prompts me for the Start and End dates (with the default values - not the values that were originally passed into the detail report) before returning to the summary report. I'm now using JS4.01. Previously in JS3.71, it never prompted me, it just returned back to the summary report. I cannot turn the 'Prompt Always' flag off the summary report because of the Start and End date parameters are required. And I don't want to create a second summary report with a 'Prompt Always' flag turned off. Is there a way to return to the summary report without prompting me for the start and end dates?
  10. I'm having a problem returning to the summary report after hyperlinking down to a drilldown/detail report. The summary report takes on a Start Date and End Date as parameters with the Always Prompt flag=true. In this report, there is a hyperlink (Self-ReportExecution) that passes the Start and End Date and generates a detail report of the selected hyperlink. The problem occurs when you try to go back to the summary report from the detail report. In version 3.71, hitting the Back arrow on the browser returns you directly to the summary report. In version 4.01, hitting the Back arrow brings up the prompts for the Start and End dates with default values (which often differs from selected values) before allowing you to get back to the Summary report. If I turn the Always Prompt flag off, the problem is eliminated, but in this case I can't do that because the summary report requires the Start and End Date parameters. Does anyone know a way to return to the summary report from the detail report without setting a Self/ReportExecution hyperlink in the detail report that points to a second version of the summary report where the only difference is that the Always Prompt flag is off?
  11. I can't seem to get this permission to work. I log in as User1 with Group1 permissions. Group1 has 'Read Only' permissions throughout the repository. I run the Account report and no problem, all works fine. I then log out, log in as Administrator, go to the Repository, right click on Input Controls, and set Group1 permissions to 'Execute Only'. I then log out, log back in as User1 (with Group1 permissions). When I try to run the Account report, I get the 'Access Denied' error. I thought that 'Execute Only' was similar to 'Read Only' rights with the benefit that it would be hidden from view in the repository. I don't want people in Group1 to see the Input Controls (or DataSources, or DataTypes, etc) when running reports from the repository.
  12. That worked. It's back on the left. Thanks.
  13. That didn't seem to work for me. But somehow I got it to dock outside the editor frame in its own frame below the editor. I just kept clicking and dragging here and there, and eventually, presto, it docked outside the editor. I couldn't tell you the steps that made it work. I still can't make it dock to the left side of the screen. I have added the issue as a bug. Thus far, QA has been unable to reproduce the problem. Thanks for taking time to help.
  14. Attached is what I see. Either it's docking the inspector in the editor, revealing no attributes, or its undocking. It won't allow me to drag the inspector to any other place other than the editor frame.
  15. In the new version of iReport 4.0.2, I can't seem to dock the report inspector on the left side of the screen, it only docks in the editor section. As a result, the only way to see the attributes of a report is to undock it. Any suggestions, or is this a bug.
×
×
  • Create New...