Select Multiple Cells
To perform bulk operations, first select the target cells:- Click a cell to select it as the starting point
- Hold Ctrl (or Cmd on macOS) and click additional cells to add them to the selection
- Alternatively, click the first cell, then Shift+Click the last cell in a range to select a contiguous block
Copy Values to Multiple Cells
The most efficient bulk editing technique is copy-paste across selected cells:- Select the source cell containing the value you want to replicate
- Press Ctrl+C to copy the cell value
- Select all target cells where you want to paste the value (using Ctrl+Click or Shift+Click)
- Press Ctrl+V to paste the value into all selected cells
Bulk Edit with Cascading Updates
When you edit an enumeration field across multiple selected rows, Risksheet automatically propagates dependent enumeration updates to all selected items. This keeps data consistent across bulk operations. Example: Changing theRisk Category from “Mechanical” to “Electrical” on three selected rows simultaneously updates each row’s Risk Type options according to configured relationship mappings.
How It Works
- Select multiple rows by clicking row headers while holding Ctrl or Shift
- Edit a parent enumeration field (e.g.,
severity) on any of the selected rows - Risksheet applies the new value to all selected rows
- Dependent child columns update automatically based on the configured
relationsmappings
Keyboard Shortcuts for Bulk Operations
| Shortcut | Action |
|---|---|
| Ctrl+C | Copy selected cell value |
| Ctrl+V | Paste value into all selected cells |
| Ctrl+Z | Undo last operation (including cascading updates) |
| Ctrl+Y | Redo last undone operation |
| Ctrl+Click | Add cell to selection |
| Shift+Click | Select range of cells |
The Ctrl+D fill-down shortcut (similar to Excel) is not currently available. Use the Ctrl+C / Ctrl+V workflow described above as an alternative for filling values down through a column.
Autocomplete for Consistent Data Entry
When editing text or link columns across multiple rows, Risksheet provides autocomplete suggestions to speed up data entry and maintain consistency:- Text fields: As you type, existing values from the same column are suggested for consistency across risk items
- Link columns: Type a work item ID or title to search, or click the dropdown arrow to browse available items
- New item creation: For link columns with
canCreateenabled, type a new value and select Add new <type> to create and link a new work item inline
Verify Your Bulk Edit
After performing bulk edits:- Review the modified cells — changed values appear with a visual indicator until saved
- Check that dependent enum columns updated correctly on all edited rows
- Save the document to persist changes to Polarion
See Also
- Configure Dependent Enums — set up cascading relationships between columns
- Configure Multi-Select Enums — enable multi-value selection on enum columns
- Use Undo and Redo — revert bulk operations
- Configure Calculated Columns — formulas that recalculate after bulk edits
Sources
Sources