跳至內容
選單
此問題已被標幟
1 回覆
6009 瀏覽次數

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
3377
2
3月 15
10157
1
7月 24
1265
1
2月 18
5634
0
12月 17
2810