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

loyolafranklin67

Members
  • Posts

    11
  • Joined

  • Last visited

loyolafranklin67's Achievements

  1. HI Hozawa,Actually, we are using 4 subreports. So each time stored procedure call is reducing report performance. So that we moved to XML call. Instead of eash subreport calling stored procedure each time. One time XML call is fine for us. Is there any way to do this with XML datasource?
  2. Hi All, My XML input size is 120 MB. It contains 90,000 records. I am using JASPER studio6.2.1. Jasper report taking 20 min to execute the report. Some times it gets timed out. But i need the report to execute within 5 mins. Anybody have a solution for this?
  3. i gave pattern dd-MMM-yy hh:mm a to timestamp value. i need output like 12-Dec-16 12:35 PM, but i get 12-Dec-16 12:35 a Any solution for this?
  4. Hi, Image become blur while export report in EXCEL.
  5. No need to change any Strech type properties and all. Just increase your report height. 2nd subreports will be print in same page. if you want to print 2nd subreport into new page. just enable "Title On A New Page" property in 2nd subreport.
  6. Try this it is working for me. <style name="style.1pm_CET_UGL" mode="Transparent"> <conditionalStyle> <conditionExpression><![CDATA[$V{Trigger.1pm_CET_UGL}.doubleValue()>0]]></conditionExpression> <style forecolor="#FF0000"/> </conditionalStyle> </style>
  7. First convert integer variable into String (DATEFORMAT(new java.text.SimpleDateFormat("yyyyMMdd").parse($V{modified_Datetime_date}.toString()),"dd-MMM-YY hh:mm aaa")) "yyyyMMdd" = Change it based on your input format. "dd-MMM-YY hh:mm aaa" = Output format.
  8. Hi, In your report properties, please change the drop down When No Data Type from <NULL> to All Section No Detail. Hope it is working for me.
  9. Hi, Move to your report dataset. Click "Edit Query, filter ans sort options" button. You are able to view sorting option in down. Click the sorting option and in right side Add button will be there. Use that to add the field whatever you want to sort. Default it was an ascending order. If you want to change the order, click the order option to change it to desending.
  10. Hi, Move to your report dataset. Click "Edit Query, filter ans sort options" button. You are able to view sorting option in down. Click the sorting option and in right side Add button will be there. Use that to add the field whatever you want to sort. Default it was an ascending order. If you want to change the order, click the order option to change it to desending.
  11. Hi, Create your table under group header and enable the group band property "start new page". And increase your report height.
×
×
  • Create New...