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.
This question has been flagged
1
Reply
7951
Views
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
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up| Related Posts | Replies | Views | Activity | |
|---|---|---|---|---|
|
|
0
Mar 15
|
5352 | ||
|
|
2
Mar 15
|
12185 | ||
|
|
1
Jul 24
|
3199 | ||
|
|
1
Feb 18
|
7199 | ||
|
|
0
Dec 17
|
4632 |