Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
4 Risposte
5813 Visualizzazioni

i want to display sequence using alphabet in report.rml

example

a. name

b. birthday


Avatar
Abbandona
Risposta migliore

In QWEB:

You could do it using the ol tag like:

<ol type="a">

<li>name</li>

<li>birthday</li>

</ol>

See more here:

http://www.w3schools.com/tags/att_ol_type.asp


In RML:

You could do it using the ol tag like:

<ol bulletType="a">

<li>name</li>

<li>birthday</li>

</ol>

See more here:

http://www.reportlab.com/examples/rml/test/test_046_lists.rml

Avatar
Abbandona

Sorry, that was for qweb reports, not rml

RML version added

Autore Risposta migliore

Mr Axel, thanks before i want ask again

i have use this code


<ol bulletType="a">

    <blockTable colWidths="1.5cm,8.5cm,8cm" style="Table_String2">

        <tr>

            <td><li><para style="terp_default_right">.</para></li></td>

            <td><para style="terp_default">Projek name </para></td>

            <td><para style="terp_default">: [[ x.nama_proyek ]]</para></td>

        </tr>

    </blockTable>

</ol>


but its doenst work, areu u know how to solve this code?


i want show

a.
Project Name
Tunas Enterprise Dealer System
Avatar
Abbandona

What is showing with that code?

Post correlati Risposte Visualizzazioni Attività
2
ago 17
9031
1
ago 16
7663
1
ott 15
3491
3
set 15
3706
3
feb 24
12636