Verify Data Synchronization (v24.5.1+)
Nextedy RISKSHEET version 24.5.1 introduced automatic data synchronization between calculated formula values and Polarion work item fields. If you’re running an earlier version, upgrade to 24.5.1 or later to enable persistent calculated values in exports. Check your RISKSHEET version:- Open your RISKSHEET widget
- Look for the version number in the bottom status bar or top panel
- If version is below 24.5.1, contact your administrator to schedule an update
Common Causes and Solutions
Imported Data Without Saved Values
When migrating data to Polarion, if calculated field values are not explicitly saved during import, formulas execute in the RISKSHEET UI but values don’t persist to the underlying work item fields. Solution:- Open the RISKSHEET containing imported work items
- Wait for all formulas to calculate (watch the status bar for completion)
- Select all rows (Ctrl+A)
- Click 💾 Save to persist calculated values to Polarion
- Verify that values persist by refreshing the page
- Retry the export operation
Enumeration Field Formulas
Formulas referencing enumeration fields must use option IDs (internal identifiers) rather than display names. Incorrect (uses display name):- Navigate to Administration → Work Items → Enumerations
- Select the enumeration (e.g., Risk Status)
- Note the ID column values (not the Name column)
- Update your formulas to reference these IDs
Browser-Specific Export Issues
Firefox versions prior to 24.5.1 may fail to trigger Excel export buttons. Solution:- Try exporting using Chrome, Edge, or Safari
- If Firefox is required, upgrade RISKSHEET to v24.5.1+ which includes Firefox export fixes
- Check browser console (F12) for JavaScript errors during export attempts
Hidden Columns with Formulas
Calculated columns hidden via saved views or column visibility settings may not evaluate during export. Solution:- Navigate to View → Column Visibility
- Temporarily show all calculated columns
- Wait for formulas to execute (status bar shows “Ready”)
- Save the RISKSHEET
- Perform the export
- Re-apply your saved view to hide columns
Verify Export Results
After applying fixes:- Export the RISKSHEET to Excel
- Open the Excel file
- Verify that calculated columns contain values for all rows
- Compare several values against the RISKSHEET UI to confirm consistency
- Repeat export 2-3 times to verify values remain stable between exports
See also
- Configure Calculated Columns
- Work with Formulas and Hidden Columns
- Export to Excel
- Export to PDF
- Save Operation Failures
Sources
Sources
Support TicketsSource Code
ExportToExcel.tsExportToPdf.tsPolarionAppConfigManager.javaAppConfigHelper.tsAppConfig.ts