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

Anuja Vilas Bhujbal

Jaspersoft Staff
  • Posts

    36
  • 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

Posts posted by Anuja Vilas Bhujbal

  1. Hello,

     

    I was not able to run your report locally as you have defined multiple datasets in your report but I could see that many of the text fields in your report have the text alignment set to left. Please refer to the attached screenshot. Please tweak the text alignment for the text fields as per your requirement and let me know if it helps. 

    left-alignment.png

  2. Hello,

     

    It is not possible to have detail bands for groups with the current features of the Jasperserver. 

     

    This seems like an enhancement request and I'm pleased to let you know about an improved method to make it easier for TIBCO Jaspersoft users to report enhancement ideas, track the status of those enhancements, and vote for ideas/enhancements that you consider to be most useful. This will be done by using the new Jaspersoft Ideas Portal https://jaspersoftideas.tibco.com/ which was developed by our Product Management team. This will be a more effective way for you to interface directly with our product team and see the status of your enhancement ideas. We would encourage you to log your ideas on the Ideas portal as it is directly being managed by our Product Management team.

  3. Hello,

     

    The thousand separator is evaluated by Java as per the user locale. Please refer to the below link for more details regarding the Java formatters. 

     

    https://docs.oracle.com/javase/8/docs/api/java/text/DecimalFormat.html

     

    For example, if you have the pattern #,##0.00 set for the value of your field and your user uses the locale de_CH(which uses the ' as the thousands separator by default), then you will see the value of that field like  1'635'133. You can test this by adding the below property in your report to set the locale of the report to de_CH.

     

        <property name="net.sf.jasperreports.default.locale" value="de_CH"/>
     

  4. Hello,

     

    It seems like Jersey-server dependency is required and you would need to add it to your pom.xml and try deploying.

      <dependency>
         <groupId>org.glassfish.jersey.core</groupId>
         <artifactId>jersey-server</artifactId>
         <version>2.11</version>
      </dependency>

     

    Please refer to the below link for more details - 

    https://stackoverflow.com/questions/26906534/java-lang-classcastexception-org-glassfish-jersey-servlet-servletcontainer-cann

×
×
  • Create New...