Re: [PythonReports-users] How to shrink numeric value
Brought to you by:
a1s
From: Werner F. B. <wer...@fr...> - 2013-01-02 09:08:26
|
Hi Alex, Done it again, resend it to list:(. On 02/01/2013 08:12, alexander smishlajev wrote: ... > 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. I had tried changing the width but couldn't get that working for PAGE_NUMBER also it works for numbers in my data. The align="left" doesn't make it into the file for this one field (have others with align="right" which work as expected), have to go out this morning, will look at it in more detail later today or tomorrow. Werner P.S. Thanks for your other suggestions for the if/else - the flexibility of PythonReports has still not made it into my head:) |