跳至内容
菜单
此问题已终结
1 回复
6055 查看

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
3406
2
3月 15
10197
1
7月 24
1288
1
2月 18
5657
0
12月 17
2854