Skip to Content
Menú
This question has been flagged
1 Respondre
6115 Vistes

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
Descartar
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
Descartar
Related Posts Respostes Vistes Activitat
0
de març 15
3451
2
de març 15
10249
1
de jul. 24
1360
1
de febr. 18
5691
0
de des. 17
2877