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

reenaacharya35

Members
  • Posts

    18
  • Joined

  • Last visited

reenaacharya35'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. Hi, My report query is : select * from instance where (CUSTNAME = $customer) The Input control parameter name is customer. But still I am not able to achieve the desired result.
  2. Hi, Is it required to use sub dataset, as this is a simple report with single select query based input control. All I want to acheive is, display report based on the value that is selected by user. Any suggestion on this will be very helpful. Thank You!
  3. Hi, I am new to Jasper reports. I am trying to create report which accepts input value from user and displays reports based on the value that is selected. For this purpose I created single select input control. Can anyone suggest what will be the best way to achieve this?
  4. Hi, I have kept IC id and report query parameter name same. Report query : select * from instance where (CUSTNAME = $P{customer}) Input Control details as follows: Can anyone suggest where I am missing? Thank You
  5. Hi, I have created report with following query: select * from instance where (CUSTNAME = $P{customer}) I have create query based input control of type "Single Select Query (Radio)" with name "customer". But still I am not able to link input control with parameter. Any suggestion on this issue will be very helpful. Thank You!
  6. Thank You KKriplani The problem resolved. The information specified in "Value and Visible column" was not complete.
  7. The problem resolved after restarting the studio. Can you please specify location for temporary files? Thank You
  8. Hi, I am using Jasper Studio for creating reports. But suddenly i noticed that ouline view has turned blank.It does not show any data for fields,parameters etc., Any help on this will be very helpful. Thank You.
  9. Hi, I followed these steps for creating query based input controls. After completing these steps,"Next" and "Finish" button are disabled. Any suggestion for this issue. Thank You
  10. Hi, I selected sql and also typed the query. Also selected the appropriate datasource. But as you can see the screenshot(above), NEXT or Finish button is not highlighted. Once the query is given it doesn't show the option for mentioning the value and visible columns. I don't know where I am missing.
  11. Hi, I am creating Jasper reports using Jasper Studio. I tried creating query based input control but I am not able to proceed further on it. Any help on this issue will be very helpful.
  12. Hi, I did changes to "applicationContext.xml" file and added the following lines: <bean class="com.jaspersoft.jasperserver.api.engine.common.service.impl.GZipVirtualizerFactory"id="fileVirtualizerFactory"><property name="maxSize" value="300" /></bean> Now I am not getting error of "GC overhead limit exceeded" But I am getting following error:- 1 - Error filling report java.lang.Exception: 1 - Error filling report at com.jaspersoft.ireport.jasperserver.ws.WSClient.runReport(WSClient.java:403) at com.jaspersoft.ireport.jasperserver.ws.WSClient.runReport(WSClient.java:320) at com.jaspersoft.ireport.jasperserver.ReportRunner.run(ReportRunner.java:70) at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:572) at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:997) Any help on this will be greatly appreciated. Thank You!
  13. Hi, I am not creating reports using java program.I using ireport to create jasper reports. Can you please tell me how to increase jvm? Thank You
  14. Thanks KKriplani for quick reponse. Actually I am not using eclipse for generating reports.I am creating reports using dataset and table option of iReport. I read somewhere of using virtualizer in report.But I dont know how to use it. Any idea how to use virtualizer in iReport designer.
×
×
  • Create New...