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 |
+----------+-----------+
0 Answers:
No answers yet