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

uwe.seher

Members
  • Posts

    3
  • 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 uwe.seher

  1. Hello again! So if this is an issue when th jvm has changed i tried to change the JAVA_OPTS in the way described in the documentation: This works but has no effect on jasperserver. So if someone has solves this problem, please tell me how. A short comprehension: openSuse LEAP 15, java 1.8, jre changed from oracle to openJDK, tomcat updated from 8 to 9, other applications ran as normal. Thank you in advance Uwe Seher
  2. You can set a checkbox in the crosstab-properties to use presorted data. This makes it sometimes easier.
  3. Hello! I have a collection col1 resulting from a multi-select input control. I want to compare this collection with two other collections col2, col3 and get a marker if they have elements in common. So there are three possibilities (col1 has only elements of col2 or col3 and col1 has elements of both, an empty col1 is not possible), the marker should be 1,2 or 3 as variable, that is used in subreport/crosstab. So my question is, how do i intersect the lists without crunching them with retainAll()? How can i realise something like col1.intersects(col2) in Jasper Community Edition 6.3? Thank you in advance Uwe Seher
×
×
  • Create New...