Hi Guys,
I am working on BO 4.1 SP2.
Requirement is as follows:
Text is saved from third party tool into SAP BW, in tables, with HTML tags so that while reading back from BW, tool shows the exact formatting of text as entered by user.
I have created RFC to populate this text & relational universe to access data from RFC.
But, when I tried to populate this data in webi, it doesn't show it in exact formatting as in third party tool.
eg. "<ul><li><h2>test1</h2></li><li><div>test2</div></li></ul>"
this should be displayed as,
• test1
• test2
but in webi it is displayed as below when I show it as Hyperlink,
• test1
•
test2
Customer wants this formatting to be exactly same as third party tool.
Will you please suggest some way to achieve it, or point out my mistake?
I am not hardcore technical, rather functional & also I don't know HTML coding.
Thanks,
Saurabh