FLOAT FORMAT AND XLS EXPORT

edited 12:14AM in FastReport 3.0
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

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.