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

rameshinpower

Members
  • Posts

    56
  • Joined

  • Last visited

rameshinpower'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, Am Using 3 Groups in one of my Report.... in the last group i have place 5 feilds..... when the data exceeds in text feilds of that group its not stretching.... i kept all the options like stretch with overflow is true.. for all the textfileds in that group... and its working when i kept the text feilds in the detail band... Plzz Help me in this issue .. its very urgent Am using iReport 3.1.4 and i checked in 3.1.2 , 3.5.3 also ..but its not working.... Regards -Ramesh Post Edited by rameshinpower at 08/28/2009 04:57
  2. Hi All, In one of my Report there are 5 row groups and columns are dynamically Increases..so, for this i have used Crosstab. In the Crosstab the 5 row groups are displaying side by side... but mine requiremnet is to show one below the other Ex:- In Crosstab it shows like this group I group II group III group IV group V But i have to shown in my report is as follows.. group I group II group III group IV group V For this I have used One Subreport for the Row Groups and Crosstab for the Dynamic Columns .. when am trying to Integrate both it not synchronising.... i have attached the PDF.. If anyone knows Plzz help me .. -Regards Ramesh Post Edited by rameshinpower at 08/19/2009 08:01
  3. Hi Jyothi, just simply put this in ur text feild expression $P{valueFlag}.equals("zero")) ? "<style backcolor='red'>"+$P{valueFlag}+"</style> " : "<style backcolor='blue'>"+$P{valueFlag}+"</style> " if the parameter valueFlag is of type Integer then put $P{valueFlag}.intValue() == 0 ? "<style backcolor='red'>"+$P{valueFlag}+"</style> " : "<style backcolor='blue'>"+$P{valueFlag}+"</style> " and u have to set the mark up language as Styled.(For the Text Feild) else try the above Regards -Ramesh
  4. Replace the jar files(related to charts like jfreechart.. etc., ) of 3.1.4 with the 3.0.0
  5. Hi mjvinoth, Wat u do is .. put the legend where ever u want ( top or bottom or left or right) in the 3.1.4 and compile dat jrxml in the 3.0.0 version Hope dis Helps Regards -Ramesh
  6. In the Text Feild Expression.......
  7. Thanks for ur Reply Baggy Its not overlapping with any other..... i put the line in the summary band and in that band other than line no other feild is there Regards -Ramesh
  8. Hi All, Me using lines in my report.. wen i tried to export report in pdf or word the lines are displaying but wen it comes to html the lines are not displaying Me using the dummy blocks of text with black background( alternative ). I've searched the forum but found nothing like this. Any Help will be greatly appreciated Thanks in advance. Regards -Ramesh
  9. Hi Pradeep Try dis one new DecimalFormat("###0.00;-###0.00").format( ur feild (String) ) Hope dis Helps........... Regards -Ramesh
  10. Thank u very much giulio Regards -Ramesh Post Edited by rameshinpower at 06/30/2009 12:02
  11. Hi Everyone, I have a parameter(Date Class) in my Report and am passing date to that parameter, in my report i need date to be added by one. suppose if i give date as 15-06-2009 ,i need in my reports at 16-06-2009. Me tried using the "( Calendar.getInstance().setTime(new SimpleDateFormat("dd-MM-yyyy").parse($P{TO_DATE})) ).add(Calendar.DAY_OF_MONTH, +1).getTime()" but it is giving error. Any Help would be appreciated. Regards -Ramesh
  12. Hi fabridp, If u using crosstab then give padding to the crosstab boxes( works in 3.1.4 or higher version) not to the text fileds and and go to Properties > Common > Stretch Type > Set this to "RelativeToBandHeight" Regards -Ramesh
  13. Hi All, I have Jaspre report with Charts developed. When I test it in iReport it works fine, but When I genereate report from my spring application the chart is exported fine but legend is not visible. I am using iReports 3.1.4 . Can naybody help me out in this regard. Any help is greatly appreciated. - Ramesh Badam
×
×
  • Create New...