How to generate RPE report for a RDNG module containing word doc as an artifact
Hi,
I have a req module in IBM DNG, in that module i have heading artifact under that i have uploaded word document as an artifact.
I'm able to generate the texts inside the module by using data source/artifact/content/text/rich text body/ div query.
I'm not able to generate the word doc artifact details.
I have tried to generate the doc artifact using wrapper resource but i'm not able to generate.
Do any have solution for this above issue?
2 answers
You can easily have a hyperlink to the file. Currently there is no option in RPE to embed a file as OLE. You can try downloading the file from DNG to your local path (using curl or any other utility) and embed it as OLE in your Word output as mentioned in the blog.
If you want to include the content from the uploaded Word document, you can use "Include File" element with wrappedResourceURI as value for its "Content" property. Set "Including type" to physical embedding so that its content is printed in the output.
Comments
Hi Subramanya,
Thanks for the response.
Right now I'm not trying to generate the contents of the uploaded word document.
I want the word doc in a report, like if I click on it, the document should be opened.
Scenario: 1. Introduction(Heading)
2. A.doc (Feature)
3. Agenda(Feature)
Need to generate a report like this.
Is that possible? If so how to achieve it?