Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

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

0 votes



2 answers

Permanent link
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
 

2 votes


Permanent link
In the template, you should use Script Expression with "XHTML Input" and "XHTML Output" options checked. You can use JavaScript to remove/replace the tags as in the screenshot.
ScriptExpression

0 votes

Comments

Thank you
I surely a solution today. But as I understood,  it will be a real rich text editor in the near future

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 12,019
× 332

Question asked: Aug 30 '16, 3:10 a.m.

Question was seen: 3,594 times

Last updated: Aug 31 '16, 3:03 a.m.

Confirmation Cancel Confirm