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

pradiptab

Members
  • Posts

    10
  • 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 pradiptab

  1. Hi I have placed one field in page footer. And set the property "stretchWithOverFlow" and minimized the band height with the height of the field which is 20 pixels. The field can contain more than 1 line of data. But the footer never expands. If I leave lots of blank space below to the footer field, it expands upto that blank space(when required). But that way it don't look good when the field contains only single line of data. Is this an issue or i am missing some thing ? I am using iReport 4.0 to design the report. Please help. Thanks, Pradipta
  2. Hi I have placed one field in page footer. And set the property "stretchWithOverFlow" and minimized the band height with the height of the field which is 20 pixels. The field can contain more than 1 line of data. But the footer never expands. If I leave lots of blank space below to the footer field, it expands upto that blank space(when required). But that way it don't look good when the field contains only single line of data. Is this an issue or i am missing some thing ? I am using iReport 4.0 to design the report. Please help. Thanks, Pradipta
  3. Hi jpauze First of all thanks for your help, which working fine for me. As I am new to iReport this was a misunderstanding from myside. Trying to digg more on conditional formatting.
  4. Thanks for your suggestions. For my problem it will better to place multiple fields and to control there visibility by using print expressions. I have just forgotten that. Thanks for your helps. I am going to implement it. :) But I hope in future there should be a way to handle the style dynamically when the style depends on user inputs at run time. Thanks, Pradipta
  5. Hello Everybody I am in a situation where I need to set the back color of a text field programatically for each record. So is there any way to do so ? Can we write any expression which can handle the backcolor property of the text field ? I can think of an alternative by placing an image field at the background and providing the required colored image. But is there any direct way to do so inside iReport ? Thanks, Pradipta
  6. Hi Valluri - Place these two images in your report directory. - Place an Image field from the pallette. - In the "Image expression" property of that field use this sample code. (${field_name}.intValue() == 1 ? "path\\to\\your\\image\\showing\\check.jpg" : "path\\to\\your\\image\\showing\\uncheck.jpg") Where "field_name" is a Number type field in my case. Hope this will help. Thanks, Pradipta
  7. Thanks Pato. This works fine. And Yes I am printing to pdf format. But still I am wondering if there is any inbuilt way to implement check boxes for a group of dynamic items inside iReport. Thanks, Pradipta Post Edited by pradiptab at 04/19/2011 11:53 AM
  8. Hello Friends, I am using iReport 3.7.1. Is there any option to show a field as a check box or as a checkbox group ? As a newbie I might missing some thing to achieve this. Please help. Thanks, Pradipta Post Edited by pradiptab at 04/18/2011 11:47 AM
  9. Hi Carl Thanks for the help. Its working fine. 1. I have created a parameter in the Dataset of the List. 2. In the "Edit list Parameter" added that parameter of the dataset. Set the Expression with the Field from the main field list. (according to which the list needed to te filtered.) Now my parameter is ready and taking value from the main field. 3. There was a property "Filter Expression" for the dataset which need to return a boolean value. There I have added $P{my_dataset_parameter} == $F{my_dataset_field} Now it is filtering the dataset perfectly. :) Thanks, Pradipta
  10. Hi All I am using jasper Report with Servoy. To develop the report using iReport 3.7.1 I have a list placed in a Group footer of a group. The list is using a Dataset to populate the records. Created a variable which is keeping the value of the id (key used to create Group) in each repitition of the Group. Is there any way to filter the Dataset of the list by matching one field of the Dataset with the variable(which is keeping the key value for each repitiion of the group)? Thanks Pradipta
×
×
  • Create New...