After researching for hours, I couldn't get any answer online/google on this.
The report has a multiline Text Object (more like a Text Area), containing a static paragraph with 5 dynamically-supplied fields/formulas.
-----------------------------------------------------------
{@SHE_HE} has earned a total gross compensation of {@GROSS_IN_WORDS} ({GROSS_AMT}) for the period covered {START_DATE} to {END_DATE}.
-----------------------------------------------------------
The problem is, since the Text Object probably sees the monetary amount with commas or periods, it automatically does line breaks while following the justified paragraph alignment.
--------------------------------------------------------------
He/She has earned a total gross compensation of one hundred thirty-four
thousand seven hundred four dollars and thirty-seven cents (USD 134,
704.37) for the period covered July 29, 20XX to October 27, 20XX.
--------------------------------------------------------------
Is there a way for telling it that a specific field/formula being displayed cannot be broken like a sentence.
(ex. 123,456,789,000.99 should not be broken in any of the thousands separators or the decimal point despite Text Object being "can grow" or whatever.)
The report has a multiline Text Object (more like a Text Area), containing a static paragraph with 5 dynamically-supplied fields/formulas.
-----------------------------------------------------------
{@SHE_HE} has earned a total gross compensation of {@GROSS_IN_WORDS} ({GROSS_AMT}) for the period covered {START_DATE} to {END_DATE}.
-----------------------------------------------------------
The problem is, since the Text Object probably sees the monetary amount with commas or periods, it automatically does line breaks while following the justified paragraph alignment.
--------------------------------------------------------------
He/She has earned a total gross compensation of one hundred thirty-four
thousand seven hundred four dollars and thirty-seven cents (USD 134,
704.37) for the period covered July 29, 20XX to October 27, 20XX.
--------------------------------------------------------------
Is there a way for telling it that a specific field/formula being displayed cannot be broken like a sentence.
(ex. 123,456,789,000.99 should not be broken in any of the thousands separators or the decimal point despite Text Object being "can grow" or whatever.)