Skip to Content
Menu
Dette spørgsmål er blevet anmeldt
1 Svar
6212 Visninger

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
Kassér
Bedste svar

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
Kassér
Related Posts Besvarelser Visninger Aktivitet
0
mar. 15
3526
2
mar. 15
10347
1
jul. 24
1426
1
feb. 18
5723
0
dec. 17
2952