Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
4 ตอบกลับ
5789 มุมมอง

i want to display sequence using alphabet in report.rml

example

a. name

b. birthday


อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

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

อวตาร
ละทิ้ง

Sorry, that was for qweb reports, not rml

RML version added

ผู้เขียน คำตอบที่ดีที่สุด

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
อวตาร
ละทิ้ง

What is showing with that code?

Related Posts ตอบกลับ มุมมอง กิจกรรม
2
ส.ค. 17
9007
1
ส.ค. 16
7648
What is the use of sale_report.py ? แก้ไขแล้ว
1
ต.ค. 15
3482
How to start a new report? แก้ไขแล้ว
3
ก.ย. 15
3701
Close wizard after print report แก้ไขแล้ว
3
ก.พ. 24
12626