iterative outputs in single report

how to create

I am using ireport 1.3.3 and JDK 1.6.
I want to print a report which is running in a loop suppose for all employees for particular duration. Report should display with three iterative outputs and some other output for each employee. Report output is attached with repetitive output in point no 5th, 6th, and 9th.

So I used tab separated values in text field for point no 5,6,9(iterative outputs). But while displaying in pdf all tab separated values are displayed space separated . Report getting displayed is accurate. Each employee details in single page. But for iterative outputs Heading and value alignment does not match.

kavita_2's picture
Joined: Jun 24 2019 - 2:32am
Last seen: 4 years 2 months ago

2 Answers:

can u add code and samples of output u want and u have now

 

Selva_ms7's picture
337
Joined: Apr 12 2019 - 12:00am
Last seen: 3 months 1 week ago

text field I am setting in DAO is like this

funcDtls2=funcDtls2+"\n"+"\t "+itr3.next().toString().trim()+"\t "+itr3.next().toString().trim()+"\t "+"\t "+itr3.next().toString().trim()+"\t "+"\t "+itr3.next().toString().trim()
                +"\t "+"\t "+"\t "+itr3.next().toString().trim()+"\t "+"\t "+"\t "+itr3.next().toString().trim();

 

I need output

In following out put point no 5,6 and one more 9 is iterative.   Details of every employee  should be printed for specific period in this report. 

 

kavita_2's picture
Joined: Jun 24 2019 - 2:32am
Last seen: 4 years 2 months ago
Feedback