Hello everyone,
I am using the Bex Web Application Designer to broadcast a report in PDF format.
In my WebTemplate, in the Info_Field_Item, i have to display a variable value : Company code.
My problem is in the PDF generated.
When the number of company code is 4, the result in the PDF is like this:
Company code : Company1; Company2; Company3; Company4.
But, when the number of companies is more than 4, for example 8, the result in the PDF is displayed like this:
Company code : Company1
Company code : Company2
Company code : Company3
Company code : Company4
...
Company code : Company8
It makes a problem of harmonization of reports, i tried many tests, but the result still the same.
Please, can somone knows how to change it, the PDF result must be like this way (watever the number of companies):
Company code : Company1; Company2; Company3; Company4; Company5; ...; Company8
Thank you and have a nice day,
Best regards.
Amine