Re: [PythonReports-users] How to shrink numeric value
Brought to you by:
a1s
From: alexander s. <al...@go...> - 2013-01-02 07:14:06
|
On 31.12.2012 17:32, Werner F. Bruhin wrote: > > The page number printing is showing e.g. > > 1 / 2 > > but I like to show it as: > > 1 / 2 > > or maybe: > > 1 / 2 > > I tried all kind of stuff for "format" but it always uses about 10+ > characters between the "/" and the number. > > Is there any trick to get what I like to see? Look at the sakila template: <field expr="PAGE_NUMBER" evaltime="report" align="left"> <box x="8.6cm" width="3cm" height="-3mm" /> </field> If you are not going to make hundreds of thousands of pages, your box width may be smaller too. Happy New Year, alex. |