Prerequisites
- A Risksheet document with a valid
risksheet.jsonconfiguration - Access to the LiveDoc wiki page where you want to embed the table
- Polarion wiki editing permissions
Step 1: Open the Target LiveDoc Page
Navigate to the Polarion wiki page where you want to display the Risksheet table. Open the page in edit mode.Step 2: Add the Renderer Call
Insert the following Velocity script block into your wiki page content:$document with a reference to the Risksheet document you want to render. You can obtain the document reference using standard Polarion Velocity APIs.
Step 3: Understand Rendering Limitations
The following features are not available in the embedded rendering:| Feature | Interactive Risksheet | Embedded in LiveDoc |
|---|---|---|
| Cell conditional formatting | Yes | No |
| Color-coded RPN values | Yes | No |
| Interactive editing | Yes | No |
| Formula calculations | Yes | Values only |
| Column sorting/filtering | Yes | No |
| Row hierarchy merging | Yes | Limited |
Step 4: Scope Linked Items to the Document
If your Risksheet configuration loads linked items (such as mitigation tasks or upstream requirements), use thedocument property in the dataTypes configuration to restrict the scope to a specific LiveDoc:
document property ensures that only items from the specified document path are loaded and displayed, rather than all matching items across the entire project.
Alternative: PDF Merge Workflow
If you need full Risksheet formatting (including cell colors, conditional formatting, and styled headers) in a LiveDoc context, consider this alternative approach:- Export the Risksheet to PDF using the Export to PDF function
- Export the LiveDoc to PDF separately
- Merge both PDFs using an external tool
Working with Templates
Risksheet supports both template-based and Reuse-based LiveDoc workflows:- Template approach: Attach
risksheet.jsonto a LiveDoc template. Configuration changes propagate globally to all documents using that template. - Reuse approach: Use Polarion’s Reuse function to instantiate LiveDoc templates. Risksheet works without restrictions in reused documents.
Verification
After adding the renderer call to your LiveDoc page:- Save the wiki page
- View the page in read mode
See Also
- Navigate to Risksheet from LiveDoc — Open the interactive Risksheet from a LiveDoc
- Export to PDF — Export with full formatting
- Set Up Global Templates — Template-based configuration management
- Override Template Configuration — Per-document config overrides
Sources
Sources
KB Articles
- Render Risksheet into the LiveDoc page
- Open Risksheet from LiveDoc
- How to install Risksheet into existing project Drive pilot
- Open Risksheet from item on another Risksheet
OpenLiveDocCommand.tsrisksheet.jsonAppConfigParser.tsColumnTypeManager.javaDefaultTraceProvider.java