Hello,
PB 2022 R2 B 2819
In a report, I've a computed column with autosize height property set. When the report is shown in normal mode, there is no blank space. but when we show (or print) in preview mode, a blank space appears for that row. Why?
Output in normal mode
Output in preview mode
Second column is a computed column which sets value from another column with
Trim(column1)
Second column alone is set with autosize height property along with detail band.
We have seen this issue in PB 10.5, PB 11.5 also.
we tried changing the font from Arial to Palatino Linotype to Roboto. All with the same issue. If the content of the second column is changed then this empty line goes.
Anything that we could do to avoid this blank line.
Happiness Always
BKR Sivaprakash
Yes, you might be right on that one, even a Sort() command might re-arrange things too.
regards
1. SetRedraw(True) doesn't work. The same issue
2. Set all columns to Autosize height. No luck. Same issue
3. Issued Groupcalc command. No luck. Same Issue
4. Sort command also didn't help. Same issue.
regards