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

zhuolin

Members
  • Posts

    14
  • Joined

  • Last visited

zhuolin's Achievements

Apprentice

Apprentice (3/14)

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

Recent Badges

0

Reputation

  1. uncheck 'ignore pagination' and set a report properties 'net.sf.jasperreports.export.xls.one.page.per.sheet' to false
  2. Maybe you were using java Date which only has date information (no time) when you run the report parameter for Date/Time value in iReport.
  3. thanks for your reply, the problem is solved now.
  4. Hi All, I am working on a dashboard which contains two reports on left and right sides. I have added a hyperlink in one of the reports and it links to another dashboard. All works perfectly except when I click the link it opens the new page limited to the square of the left report. What I want is the whole page to load the new link not the report square. I tried different hyperlink but none works like I want. One type 'Blank' opens link in a new window but I would like to only reload the same page. Can anyone help me out Cheers
  5. Anyone has the same issue? I jump from iReport 3.7 to 4.0.1 and have no ideas of what changed in the releases between them.
  6. Hi , I installed win7 64-bit OS and try to re-install Ireport 4.0.1 ( windows installer ). The Ireport is working properly except there is no fusion maps, charts. I also checked the setting and could not find the module. However, when I re-install an older version (3.7.0.1), everything are there ( charts pro, maps, widgets). Do I need to install the fusion module separately? Has anybody else had the same issue? Regards,
  7. thanks to your suggestion. that would fit my situation. Is it possbile to suggest jasperserver support for default value in schedule reporting?
  8. if the parameters are visible in general report execution, then there are avaliable input options for those parameters when set schedule reporting. If I leave blank, when the schedule reporting actived, it will take blank as parameter input, not a null value which I am after. But I need those parameter input be visible as the report is running on occasion basis as well. Is there any option for schedule report to use default value of any parameters?
  9. Hi All, Not sure if this was asked before, but I could not get anything from keyword search on this topic. I have a report run on occassion basis and it has two dynamic inputs - today's date and six days before. They are all mandatory fields and set with default values and works perfectly on every clicks. I am now going to have a scheduling report job on it but when i was at the step of setting input parameters, I could not find a way to pass by dynamic dates. I tried leave blank but server not allows that because it is mandatory fields. I also made couple tries with mandatory flag removed. But I found the report would take empty value as inputs if I leave blank in the schedule settings. I can solve this problem by creating a same report with no input controls for scheduling but I am interested that is there a way of doing those thing in one report Cheers,
  10. I have other question no related to this topic. It is about scriptlet. How many scriptlet can we define in one report? Usually we have SCRIPTLET-->REPORT and we define a class to it. To use it, write: $P{REPORT_SCRIPTLET}.method(); Now I have defined SCRIPTLET-->myScriptlet. How can we use it in our report?
  11. Hi Carl, I have tried something similar to your second advice yesterday. It did help solving the problem and it is better to feed simple data to a map. Thanks for your reply. Very appreciate that.
  12. Hi All, I have a problem with doing calculation of amount percentage in fusion map, here is my dataset:WORK_STATE STATETOTAL PERSONNUMBER STATE VALUE New South Wales 4473 Australian Capital Territory 75713 Northern Territory 1803 Tasmania 4537 Victoria 13289 Queensland 45909 Western Australia 4537 South Australia 12362 the result is grouped by 'state' with each state's total value number. I want the percentage value of each state to show on the map as the value expression. like: single state value / sum[all states value]. but I am getting the result as: percentage1 = state1 value / state1 value percentage2 = state2 value / state1 + state2 percentage3 = state3 value / state1 + state2 + state3...................... I am not sure it is the problem of evalution time, but can we set that inside a map expression? Hope anyone can help me out. cheers
  13. Just an idea, I did not try that in practice. Why not write a script to determine the weekday. Give a input day of week and return a boolean or something you want. You can always reuse this code. To the shade of column, is 'styles' a good way to solve the problem. Depending on the output value of your script, different styles will be actived.
×
×
  • Create New...