تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
5460 أدوات العرض

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
مارس 15
6275
1
مارس 15
4637
3
يوليو 24
8291
2
مايو 17
11108
0
أبريل 17
3055