LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

NI Requirements Gateway - How to add picture to the Report?

Solved!
Go to solution

This question not related to LabVIEW, but I unable to find best place, sorry. If more suitable place exist - please let me know.

 

The question about pictures in the requrement spec.

In NIRG in standard Word example I added picture to the requirement:

16-07-2015 19-31-18.png

 

But when Requirement Detail View created (Reports->Library Reports->Requirements Detail View), then is appear without my picture:

 

16-07-2015 19-33-48.png

 

I was sure, that the text transferred from Word doc to the Report as Rich text and should include pictures as well, but seems to be not.

 

How can I get generated report with pictures?

 

Thank you.

0 Kudos
Message 1 of 3
(3,206 Views)

Addition:

In the User Manual I found:

 

16-07-2015 19-55-01.png

 

Looks like what I needed. But my example project looks differently, like this:

 

16-07-2015 19-56-31.png

 

And enabling "With Rich Text" variable doesn't help.

Any suggestions - what else needs to be enabled or configured?

0 Kudos
Message 2 of 3
(3,198 Views)
Solution
Accepted by topic author Andrey_Dmitriev

Well, finally got it. Just manually added the following lines to the *.types file:

---

Variable1Name=withImages
Variable1Label=With images
Variable1Type=boolean
Variable2Name=withCharacterStyles
Variable2Label=With Character styles
Variable2Type=boolean
Variable3Name=withBookmarks
Variable3Label=With Bookmarks
Variable3Type=boolean
Variable4Name=withAnnotations
Variable4Label=With Annotations
Variable4Type=boolean
Variable5Name=tabCellsFolding
Variable5Label=One Cell Per Line
Variable5Type=boolean

---

(They taken from Reference Attribute and Filter example)

Now I have pictures in my report:

17-07-2015 11-52-37.png

Strange that these variables aren't available by default when Word type is selected (user manual assumed that they should be there), but anyway trick with manual modification *.types file does the job.

Another way to get this - just copy/paste Maturity Level type from Reference Attribute and Filter example - this also works.

0 Kudos
Message 3 of 3
(3,081 Views)