Hi,
I have a Pivot Table that needs a header that consists of two lines, so I have designed it by selecting:
- Presentation / Wrap Header Text, Header Height: 2 Lines.
Then I set the text for the header like this: 'Line 1' & Chr(10) & 'Line 2'
and it works fine at design time for Desktop, showing two lines fitting the header.
Line 1
Line 2
---------------
Table content
(ok)
The problem is that at WebView and when the document is browsed at Access Point by an Ajax client, this table shows a three lines header with an additional blank line.
Line 1
Line 2
----------------
Table content
(undesired blank line in the header)
Can anyone help me to understand what is happening ?
What can I do to avoid this extra blank line for web view ?
Thank you in advance.
J.L.Dengra