How can I tell RPE to deliver HTML as HTML and not as Plain Text for RB Query result
CLM6.0.2
RPE 2.1
I've created a query with report builder to return Workitem ID, summary and description.
Exported the DTA, DSX and use both in RPE
All fine except that the description comes as plain html code.
result/result/Description is what is returned and this seems to be HTML
up to now I was used to create connection and query directly in RPE and description was
workitem/Description/_value and was plain text without HTML coding
Is there a way to tell RPE that this value is HTML and to be handle as. Or a way to transform the text
thank you
RPE 2.1
I've created a query with report builder to return Workitem ID, summary and description.
Exported the DTA, DSX and use both in RPE
All fine except that the description comes as plain html code.
result/result/Description is what is returned and this seems to be HTML
up to now I was used to create connection and query directly in RPE and description was
workitem/Description/_value and was plain text without HTML coding
Is there a way to tell RPE that this value is HTML and to be handle as. Or a way to transform the text
thank you
2 answers
Hi all
I finally found the solution.
My text was like:
cause a reset.<.br ></.br>Customer a
1) created a variable MyDescription
2) Assigned Description to MyDescription with XHTML Input not selected and XHTML Output selected
3) use MyDescription in the report
I finally found the solution.
My text was like:
cause a reset.<.br ></.br>Customer a
1) created a variable MyDescription
2) Assigned Description to MyDescription with XHTML Input not selected and XHTML Output selected
3) use MyDescription in the report
Comments
see also the related question How to remove html tags present in fields of RTC work item report generated through RPE by preserving the formatting?