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

rajarambeeee3

Members
  • Posts

    11
  • 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 rajarambeeee3

  1. Can you please explain me in detail? I have a text field in detail band that print repeated rows. I want to print 'Cont.' when page break happens in this text field display.
  2. Would we have ability to add (cont.) where the page break happens?
  3. Hozawa - Why is that recommended? I want to create report with dynamic image in it. What to do?
  4. If you change the sql, you should read the fields again to make sure you have the proper fields in place. You do not have "PersonID" column in select clause but you defined the field in your report. Thats why you received this error.
  5. Deploy the report manually in jasper server. It works for me.
  6. I use rest v2 to run the jasper report on jasper server. Can I pass the image as a prameter using rest v2? Please let me know the code sample to do this.
  7. How can I use escape clause in Jasper Query editor? I want to use the below query in my Jasper report. But Query editor shows "extraneous input 'escape' expecting EOF" eror message. select * from temp_table where LCASE(text_column) like LCASE('%ABC_def%') escape ''
×
×
  • Create New...