Problem with dynamicly generated labels in iReport

Hello everyone, im searching for a solution to my problem. Right now I have a table which looks like that.

+----------+-----------+

| pos 1    | value1   |

+----------+-----------+

I insert the data via Java and in Strings. I tried to insert them with a for( ) but it appears that the last data inserted appeared in the table, but I want to get another table in the report (its basicly 2 labels, nothing more) but I dont know how to solve the problem. At the end it should be like (look below). I created only the 2 labels and 2 fields ($pos, $value) and I thought it would work, but it didnt.

+----------+-----------+

| pos 1    | value1   |

+----------+-----------++----------+-----------+

| pos 2    | value2   |

+----------+-----------+

hunterslayer25's picture
Joined: Nov 7 2013 - 12:25pm
Last seen: 9 years 6 months ago

0 Answers:

No answers yet
Feedback