コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
6204 ビュー

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.

アバター
破棄
最善の回答

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
アバター
破棄
関連投稿 返信 ビュー 活動
0
3月 15
3510
2
3月 15
10342
1
7月 24
1417
1
2月 18
5714
0
12月 17
2921