Pular para o conteúdo
Menu
Esta pergunta foi sinalizada
1 Responder
6152 Visualizações

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.

Avatar
Cancelar
Melhor resposta

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
Avatar
Cancelar
Publicações relacionadas Respostas Visualizações Atividade
0
mar. 15
3488
2
mar. 15
10296
1
jul. 24
1395
1
fev. 18
5702
0
dez. 17
2903