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

honeybakliwal

Members
  • Posts

    78
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Downloads

Everything posted by honeybakliwal

  1. Please follow the following steps to open the hyperlinked report without using JasperReport Server :- 1) Keept the compiled jrxml of the hyperlinked report ready to use. 2) While creating the hyperlink report pass the path of the compiled jrxml to the parameter _report. 3)Then try executing the main report. I hope this will help you out. Thanks Honey
  2. Using xAxis.labels.style.fontSize = 10 property you can set the size of the font of X axis. Go to advanced properties and set the above property. In palce of numeric value you can assign your own value. Thanks Honey
  3. You will need a JAVA programme for this
  4. Hello Buddy What I understood from your graphical presentation is that the dates are coming from some subreport. So what you can do is just select your subreport and set the following properties stretch with overflow = true and also select from the dropdown "Relative to tallest Object " from the stretch type property. Thanks Honey
  5. Hello Buddy Try changing the -J-Xms -J-Xmx parameters. You will find these parametrs in ireportpro.conf file.Path to the file is as under iReportInstallationDir/etc/ireport.conf Thanks Honey
  6. Hello Buddy Create an another variable say $V{Variable1} keep its expression value as ($V{Report_Count}+1). You are done starting the variable with one. Now use $V{Variable1} where you need to use $V{Report_Count}. Thanks Honey
  7. Hi There is nothing wrong with your excel output just you need to take care of little bit of formatting. Just try to make the size of all the columns so that the overlapping is no more there. Thanks Honey
  8. You can use report parameter named as $P{LoggedInUser} in the report to track whcih user has logged in Thanks Honey
  9. Can you please help me. I need to implement same but not able to get the next option to change the page
  10. Hello Buddy I would suggest you to remove the border from all the fields and keep an another empty textfield box with border on your textfields. Thanks Honey
  11. Hello Buddy Try this out ($F{FULLNAME} .equals(null)?" ":$F{FULLNAME} ) +" " + $F{PLACE_OF_BIRTH}.equals(null)?" ":$F{PLACE_OF_BIRTH} Thanks Honey
  12. Try exploring Scale Image options : Clip, Fill Frame, Retain Shape , Real size and Real Height Thanks Honey
  13. Hello Just create a custom font using the ttf file of Times Of New Roman and upload that ttf file in ireport or JasperStudio and check the checkbox embed the font in pdf . Then just closed your iReport or JasperStudio and start it again. You will be able to see the desired font in pdf export. Hope it works :) Thanks Honey
  14. Hello You can select those text field and mark it position to float . Thanks Honey
  15. jrxml, jrctx,jrtx are the extensions. .jrxmls : this extension is for the report created in ireport say .jrctx : is extension for chart template .jrtx : is for report template The templates once can be designed and saved if they are supposed to be used multiple time for different reports Thanks Honey
  16. I have a report which takes around half an hour to generate a report. Please suggest some solution, In the report I have 95 fields with 25 variables and one scriplet and no subreport. The report has one group also . attaching the ireportpro.conf file details default_options="-J-Xms256m -J-Xmx2048m -J-Dorg.netbeans.ProxyClassLoader.level=1000 -J-XX:MaxPermSize=512m" Attaching the code of report also
  17. Select * from whereDATEADD(second,19800, dateadd(second,"", 'Jan 1, 1970'))between $P{StartDate} and $P{EndDate} here data is in epoc time that is in INTEGER datatype Hope this can help ..........:) RegardsHoney
  18. You can add the field into the range say $F{FieldName}+new Integer(10) this will give you the dynamic value to your range value
×
×
  • Create New...