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

s.paskevics

Members
  • Posts

    5
  • 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 s.paskevics

  1. I use Parameter - JRParameter.REPORT_MAX_COUNT. This parameter work in general report, but don't work in subreport.
  2. I found properties: net.sf.jasperreports.governor.max.pages.enabled net.sf.jasperreports.governor.max.pages
  3. How to add report result limit (page limit or row data limit) with out database conditions (NUMROWS, LIMITS)?
  4. I have String "14121114235959" -> (YYMMDD24MISS), How i can converted this string to date? In oracle i converte with function TO_DATE("14121114235959", 'YYMMDDHH24MISS')
  5. My query: SELECT name FROM test_table WHERE test_column_name LIKE ($P{PARAM_VALUE} == null ? "%" : $P{PARAM_VALUE})[/code]what I did wrong?
×
×
  • Create New...