Skip to main content

Symptoms

Calculated columns (columns with a formula property) display correct values in the Nextedy RISKSHEET grid but appear empty or inconsistent in exports. This affects both Excel and PDF output.
diagram
Items imported into Polarion via scripts or bulk import do not trigger Risksheet formula execution. The calculated column values are not stored in Polarion fields until the item is edited in Risksheet. Exports read field values from Polarion, so they show empty cells for these items.

Fix: Sync Formula Values (v24.5.1+)

Risksheet version 24.5.1 introduced a data sync feature for formula columns that ensures calculated values are stored to Polarion fields.
  1. Update Risksheet to version 24.5.1 or later
  2. Open the affected Risksheet document
  3. The data sync feature automatically persists formula column values to Polarion fields
For older versions, the workaround is to manually edit each affected item in Risksheet to trigger formula execution and value persistence.
Starting with version 24.5.1, Risksheet automatically syncs formula column values to Polarion fields, resolving the empty export issue for both new and imported items.

Fix: Formulas Not Executing for Hidden Columns

Formulas only execute when their column is visible in the sheet. If a formula column is hidden, its value is not calculated and will not appear in exports.
  1. Check if the formula column is hidden in your current view
  2. Use saved views rather than hidden columns for export-specific layouts
  3. Ensure the formula column is visible when the sheet loads
Do not set an export-specific saved view as the default view. Formulas run on sheet load, and a restricted column set may prevent dependent formulas from executing. Keep the full-column view as the default.

Verify Formula Configuration

Confirm your formula columns are properly configured in sheet configuration:
Key points to verify:

Check Export Column Types

Different column types produce different output formats. Verify that your formula column values match the expected export format:

Verification

After applying the resolution:
  1. Open the Risksheet document and verify calculated columns display correct values in the grid
  2. Export to Excel and confirm the formula column values appear in the exported file
  3. Check both imported items and manually edited items to ensure consistent values
You should now see all calculated column values correctly populated in both Excel and PDF exports, including items that were originally imported via scripts or bulk operations.

See Also

Last modified on July 10, 2026