Jump to content
Changes to the Jaspersoft community edition download ×

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. This is jaspersoft bug. This is incapability of Jaspersoft
  2. Create a variable with variable expression as Field1 !=null || Field2 !=""||Field3 !="" and set the calculation type to count Thanks Honey
  3. <paragraph lineSpacing="AtLeast" lineSpacingSize="0.03" leftIndent="5"/>
  4. There are 2 ways to achieve this 1) You can convert the date time to date in sql query iteslef and create a group of that field in the report and pass the date field to the chart rather then datetime. 2) Other way to achieve this if you can not change the query, in that case create a new variable and convert the datetime field to date datatype and then use that variable for grouping and passing to the chart Regards Honey
  5. $F{Field1} != ""|| $F{Field2} != "" ....... and so on considering the $F{Field1} is of string datatype. Jaspersoft accept one liner IF Else statement for eg (Condition) ? True :False Regards Honey
  6. Can anyone please explain the use of number in the dataaset entity of the report "14 World Map " in jasperreport server $F{sales country}=="USA" ? '20' : ( $F{sales country}=="Mexico" ? '16' : '05') Thanks in advance It is very urgent Thanks Honey
  7. http://community.jaspersoft.com/documentation/tibco-jasperreports-server-administration-guide/v62/using-log-collectors-0 With the above url I was able to create the log collector but unfortunately it encrypt and create logs and there is no way to decrypt the logs. So can anyone guide why are we getting an encrypted log file and if the output has to be in encrypted format than Please guide me how can we decrypt that. Thanks Honey
  8. Mr djohnson53 your link does not specify what should be the hardware requirement
  9. Hello All Can anyone tell me the hardware requiremet based on number of concurrent users to the jasperreport server. Its really very important . I did not find anything on the website also Thanks Honey
  10. I have a report with 7 group header with variable expression as new Integer(1). My requirement is group 7 header data should always start from a new page. I have used the property of group as Start from New Page. I kept this value to true even than it is not starting from the new page. Please help me with this. i am using JasperStudio 6.1 professional version. Attaching the screenshot. In screenshot the red circle header should start from new page
  11. http://community.jaspersoft.com/wiki/creating-your-custom-visualization-components-v60x I did exactly what is told in the above link but the link has an output while I got an error. So request you to guide me Thanks Honey
  12. I faced this error Please help me with the solution to this net.sf.jasperreports.engine.JRRuntimeException: net.sf.jasperreports.engine.JRRuntimeException: Error while executing the javascript file to generate the SVG image: External process did not end properly; exit value: 500; process output: SCRIPT_ERROR Script did not produce any SVG within 3 seconds. Possible script error. Thanks Honey
  13. is it possible to have report zoom percentage to 100% by default while exporting to pdf because now when i export to pdf it exports but its view percentage is 140. I need to make it to 100 by default. Thanks Honey
  14. First to let you know that JasperReports Server have a direct connection with csv so using that datasource you can establish the connection. Check version 6.0.1 Than just write a servlet to fetch the data from csv and set its export to pdf Thanks Honey
  15. Hello I have a doc/pdf file and i want to insert that file in the jrxml. Is there any way we can do it. If yes please let me know Thanks Honey
  16. Hello I am creating a HTML Column Spline Chart but I am facing the following error - " Please verify the following errors before closing the dialogue box - For Column Spline chart the last measure should be used for Spline chart" Thanks Honey Bakliwal
×
×
  • Create New...