DOORS Next Generation exports to Excel with missing texts
I am running DOORS Next Generation 6.0.4.
|
Accepted answer
It looks like that the internal format of the first paragraph has caused Excel exporter to think that the data stream has ended.
Normally an HTML div tag will cause this to happen.
You can workaround this issue by
1) Click on the primary text of the artifact in the view (this will activate inline editing mode)
2) Place cursor before the first character of the first paragraph
3) Press Enter
4) Press Backspace
5) Click on other artifact (to save the edited artifact)
Essentially, you have just converted the first paragraph from div to p and Excel exporter will export the whole 3 paragraphs successfully.
Andrew Clement selected this answer as the correct answer
|
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.