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

jcvlad

Members
  • Posts

    2
  • 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 jcvlad

  1. Hello, I know this question has been sent a long time ago lol but I can give an answer that will be useful for all generations !!! In the QueryDesigner of iReports, choose "PLSQL" as Query Language. Then write your call to procedure/function like this : SELECT My_Function_Name($P{My_Parametre_1}, ..., $P{My_Parametre_N}) or CALL My_Procedure_Name($P{My_Parametre_1}, ..., $P{My_Parametre_N}) I've already tried it and it's OK. Hopefully it will help someone... Post Edited by jcvlad at 01/25/2011 15:47
  2. I think there is no way to introduce carriage return in iReport. 2 things are possible to handle this issue : 1) reduce the size of your text (when it is sufficiently reduced, iReport does automatically carriage return) 2) add lines and display specific number of characters per line. Hope it's been helpful.
×
×
  • Create New...