Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
6521 Widoki

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.

Awatar
Odrzuć
Najlepsza odpowiedź

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
Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
0
mar 15
3763
2
mar 15
10597
1
lip 24
1635
1
lut 18
5888
0
gru 17
3149