Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
3609 Visualizzazioni

Hi,

Please, i have a question for you.

Who can help me please.

I need to know how to ralise in rml for any report a page break or how to specify the number of columns in RML.

Please any suggestion!!

Regards

Avatar
Abbandona
Autore Risposta migliore

Hello all my friends!!!!

Finally i have found  the right answer :)

Here is the RML code & Enjoy it:

<blockTable colwidths="150,100,100,100,100,100" style="Table1">

<tr>

<td>

<para style="P8">NOM EMPLOYÉ</para>

</td>

<td>

<para style="P8">MATRICULE</para>

</td>

<td>

<para style="P7">[[ repeatIn(repeatIn(get_employee_lines(example.company_id,example.date_start,example.date_end), 'p', 'td'),'o') ]]</para>

<para style="P7">[[ repeatIn(o['p'], 'line', 'td') ]]</para>

<para style="P7">[[ line['name'] ]]</para>

<para style="P7">[[ line['matricule'] ]]</para>

</td>

</tr>

</blockTable>

Best Regards.

Avatar
Abbandona
Post correlati Risposte Visualizzazioni Attività
0
apr 18
2695
0
feb 18
3602
18
set 15
8810
1
set 15
3273
0
set 15
2912