Guest_imported
New member
- Jan 1, 1970
- 0
Hi All
Does anybody know how to deal with the following problem:
I need to create a report, such that in one place it has a long text with a few variables(data from database) inside. Something like :
Dear ..., we want to order ... for $...
The text is pretty long, and it needs to be well-formatted. The only way i know how to do that is to put calculated field with parameter like:
"Dear" + [data.name]+" we want to order " + ..........
But the problem is more complicated. Some parts of this paragraph should be in bold, some in italic, some in larger font, etc. For example, the item that we want to order should be in bold. At the same time it should be exactly aligned to the prior text. :-/
Is there any way to set font properties inside calculated field ? Or maybe there's another way to do that?
I will appreciate any help,
Thank you
Does anybody know how to deal with the following problem:
I need to create a report, such that in one place it has a long text with a few variables(data from database) inside. Something like :
Dear ..., we want to order ... for $...
The text is pretty long, and it needs to be well-formatted. The only way i know how to do that is to put calculated field with parameter like:
"Dear" + [data.name]+" we want to order " + ..........
But the problem is more complicated. Some parts of this paragraph should be in bold, some in italic, some in larger font, etc. For example, the item that we want to order should be in bold. At the same time it should be exactly aligned to the prior text. :-/
Is there any way to set font properties inside calculated field ? Or maybe there's another way to do that?
I will appreciate any help,
Thank you