跳至内容
菜单
此问题已终结
5521 查看

Hi

How to repeat column in rml report, i want repeat column i have try bellow code but in not working, tyr for hr.employee object, any reply or solution ????

<blockTable style="Table1" colWidths="68.0,22.0" >
    <section>
        <para>[[ repeatIn(o.salarypoint_log_ids, line) ]]</para>
        <tr>
            <td>
                <para style="default_bold">[[line.points]]</para>
            </td>
            <td>
                <para style="default_right">[[ line.units]]</para>
            </td>
        </tr>
    </section> 
</blockTable>
形象
丢弃

<section><blocktable style="Table1" colwidths="68.0,22.0"> <para>[[ repeatIn(o.salarypoint_log_ids, line) ]]</para> <para style="default_bold">[[line.points]]</para> <para style="default_right">[[ line.units]]</para> </blocktable> </section>

编写者

<blockTable style="Table1" colWidths="64.0,460.0" > <section> <para>[repeatIn(o.salary_ids,'line')]]</para> <tr> <td> <para style="default_bold">[[ line.points or '' ]]</para> </td> <td> <para style="default_right">[[ line.units]]</para> </td> </tr> </section> </blockTable>

编写者

This update code but still having problem

编写者

@Gopakumar I have try this but not working it give error

@Jack I didnt added the answer, I just edited your question so that others can easily understand.

相关帖文 回复 查看 活动
2
3月 15
6347
1
3月 15
4715
3
7月 24
8450
2
5月 17
11184
0
4月 17
3159