How to append two attributes' values to print in a cell in excel in RPE?
It's urgent. Any help is appreciated.
I am creating an RPE template to report reqs in excel. There is a 'Prefix' attribute whose value I want to append with Req. Id to print in 'Identifier' column. How can I do this?
I am able to do this Word, but the nesting of containers in Excel is going wrong.
TIA
|
One answer
Did you try appending Prefix and Id using Script Expression? If you are seeing unwanted Carriage return, that is due to the <p> (or other elements) in the XHTML. You can try using JavaScript replace function in Script Expression to remove <p> or any tags from div that adds line breaks. |
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.