In JasperReports report I am looking for "How can I increment a variable using report_count and start with I,II,III... or a,b,c" like this:
This is page 1
No Name Add
1 ---- ---
2 ---- ---
3 ---- ---
4 ---- ---
5 ---- ---
This is page 2
No Name Add
6 ---- ---
7 ---- ---
8 ---- ---
9 ---- ---
10 ---- ---
and I don't know how can I change all the number 1,2,3... to a,b,c or I,II,III...
1 - a or 1 - I
2 - b 2 - II
3 - c 3 - III
.....................
I'll appreciate any help.