Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odgovori
5985 Prikazi

I am designing a report in .odt and I need a way to apply a for loop to print multiple values. How do I go about it.

Avatar
Opusti
Best Answer

Open the loop with this tag

for each="line in o.your_lines"

end close with this

/for

In the loop you can use line as you use o

line.name
line.relation_field_id.other_field
Avatar
Opusti
Related Posts Odgovori Prikazi Aktivnost
0
mar. 15
3371
2
mar. 15
10147
1
jul. 24
1259
1
feb. 18
5631
0
dec. 17
2790