Jump to content
Changes to the Jaspersoft community edition download ×

mlopez_1

Members
  • Posts

    372
  • 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 mlopez_1

  1. Can use $V{PAGE_NUMBER} to set dynamic content for different pages in the same report. Regards
  2. Take a look at this: https://community.jaspersoft.com/wiki/cascading-input-controls
  3. I think that the better approach is using jasper sentences for parameters like: $X{[bETWEEN], schoolName , second_Parameter, second_Parameter} AND $X{[bETWEEN], country , first_Parameter, first_Parameter} When a parameter value is null, replace its sentences with: 0=0 Regards
  4. Try to use Detail properties -> Appearance -> Band properties -> Split type -> Stretch Regards, Mariano
  5. Jaspersoft Studio 6.15.0 when publish Report Unit to repository have to look for the Report Unit Usually when i publish a report unit, the IDE puts the publication directly over affected Repor Unit. Never have to look for the report unit to publish. Is this a bug or new behavior for the ID ? Mariano
  6. You can create another String variable for storing $V{MainTesting}!=null ?"Ready" :"Pending" expression, so you can access this variable. The evaluation time depends on what you want to do with those variables. Mariano
  7. Tracker opened https://community.jaspersoft.com/jasperreports-server/issues/12986 Regards
  8. I put this tracker a few days ago: https://community.jaspersoft.com/jasperreports-server/issues/12986 Regards
  9. This seems like a bug. I have opened a bug at: https://community.jaspersoft.com/jaspersoft-studio/issues/12821 Anybody has the same problem ? This is a major bug. Regards, Mariano
  10. Jasperserver 7.1.0 Compilation: 20180504_1307 Jaspersoft Studio 6.12.2 I want to use SQL query using scriptlet to set Parameter's Default Value Expression. For this purpose I use JRParameter.REPORT_CONNECTION in my scriptlet but its value is null at this time in both cases with Default Value Expression Evaluation Time set with null, Early or Late. Anyone knows how to solve this problem? Regards, Mariano
  11. You must configure JVM args form tomcat's jaspersevrer. Add more memory depending on JVM version. Something like this: JAVA_OPTS=-Xms512m -Xmx1024m -XX:PermSize=32m -XX:MaxPermSize=128m Mariano
  12. I make the detail band for label's height, and set duplicated labels as needed for columns. Mariano
  13. Well, make sure that you pass an input control with the same ID than report unit's parameter and make sure that input control is multi select an parameter is java.util.List. I used much of this type and works well. Mariano
  14. Use Text Field's put when expression or Columns -> Cell's print when expression Mariano
  15. Try java.util.List instead of java.util.Collection and don't use nested type. Mariano
  16. You can update Report Units directly connected to repository server using Jasper Soft Studio. There is no need import to workspace Mariano
  17. Add new detail band and set Print when expression to print only when condition apply Mariano
×
×
  • Create New...