Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
4 Odpowiedzi
5824 Widoki

i want to display sequence using alphabet in report.rml

example

a. name

b. birthday


Awatar
Odrzuć
Najlepsza odpowiedź

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

Awatar
Odrzuć

Sorry, that was for qweb reports, not rml

RML version added

Autor Najlepsza odpowiedź

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
Awatar
Odrzuć

What is showing with that code?

Powiązane posty Odpowiedzi Widoki Czynność
2
sie 17
9035
1
sie 16
7672
1
paź 15
3501
3
wrz 15
3711
3
lut 24
12644