FLOAT FORMAT AND XLS EXPORT
On my report I have many floats. A need to format them, so I use :
[<myfloat> #n%2,0n]
Then number is : 65 120, 45 230 and so on.
But when I export this report to XLS, I can't use numbers in XLS!! Because of space in numbers.
When I use :
[<myfloat> #n%2,0f], then number is : 65120, 45230 and so on.
XLS export works well, but my preview and printed reports are terrible.
Any idea?
I need something like :
[<myfloat> #n%2,0<parametr>] - but this doesn't work.
Thanks, Lubos
[<myfloat> #n%2,0n]
Then number is : 65 120, 45 230 and so on.
But when I export this report to XLS, I can't use numbers in XLS!! Because of space in numbers.
When I use :
[<myfloat> #n%2,0f], then number is : 65120, 45230 and so on.
XLS export works well, but my preview and printed reports are terrible.
Any idea?
I need something like :
[<myfloat> #n%2,0<parametr>] - but this doesn't work.
Thanks, Lubos