The exact keyboard shortcut and menu wording may vary slightly between Nextedy RISKSHEET versions. Confirm the placement in your installed version of Risksheet before training end users.
When to Use Find and Replace
Use Find and Replace when you need to:- Rename a recurring term across many risk items (for example, change “subsystem A” to “powertrain module” after a re-scoping decision).
- Correct a misspelled component, function, or hazard label that appears in dozens of rows.
- Update a standard reference (for example, a clause number in ISO 26262 citations) without re-typing each cell.
- Normalize free-text values prior to an export to Excel or PDF.
Open the Find and Replace Dialog
- Open the LiveDoc that contains your risksheet.
- Click any cell in the grid to give the risksheet focus.
- Press ++ctrl+f++ on Windows or ++cmd+f++ on macOS to open Find.
- To switch into replace mode, press ++ctrl+h++ (Windows) or ++cmd+h++ (macOS), or click the Replace toggle inside the find bar.
How the Search Scope Works
- Rows hidden by a Polarion filter are not searched.
- Columns hidden by the current saved view are not searched.
- Read-only columns (server-rendered, calculated, upstream display) are searched for matches but cannot be replaced.
columnIds: ["@all"] — before opening the find bar.
Replace a Single Occurrence
- Press ++ctrl+f++ (or ++cmd+f++ on macOS) and type the text you want to locate.
- Click the next-match arrow or press ++enter++ to step through highlighted matches.
- Switch to replace mode and type the replacement text into Replace with.
- With the match selected, click Replace to apply the change to that single cell.
- The cell turns into edit mode briefly, the value updates, and Risksheet saves the change to Polarion.
Replace All Occurrences
- Open Find and Replace and type both the search term and replacement.
- Decide whether to constrain the change first — typically by switching to a saved view such as Identify Failure Modes so you only edit the relevant column subset.
- Click Replace All.
- Risksheet iterates over every editable match and updates each cell.
- A status message at the bottom of the find bar reports the number of replacements made.
Use the Search Options
The find bar exposes search modifiers. Toggle them to make your search more precise:Practical Workflow: Renaming a Component
A common scenario in FMEA is renaming a component after a design review.- Switch to a view that exposes both the Item and Failure Mode columns — for instance, your default view or a dedicated Identify Failure Modes view.
- Apply a Polarion filter to limit the rows to the affected subsystem (this keeps the change auditable in the Polarion history).
- Open Find and Replace.
- Type the old component name into Find and the new name into Replace with.
- Enable Whole word to avoid partial matches inside longer phrases.
- Step through each match once with Find Next to confirm context.
- Click Replace All when the matches look correct.
- Save the document. Each replaced value is written back to the underlying Polarion work item and appears in that work item’s history with the standard Polarion change-tracking metadata.
Risksheet does not store data separately — it visualizes and edits Polarion work item fields directly. Find and Replace changes are written through Polarion’s standard work item API, so they are subject to Polarion authorization, appear in work item history, and participate in document branching the same way manual edits do.
Undoing a Replacement
If a Replace All produces an unwanted result, you can revert it.- Press ++ctrl+z++ (Windows) or ++cmd+z++ (macOS) immediately to undo the most recent batch.
- If you have already saved or navigated away, restore the previous values from Polarion’s work item history on each affected row.
Common Pitfalls
Verification
You should now see:- The find bar opens above the risksheet grid when you press ++ctrl+f++.
- Matches are highlighted as you type, and the count of matches updates live.
- A single Replace updates one cell and moves the cursor to the next match.
- Replace All updates every editable, visible match and reports the count of replacements.
- Each replaced value appears in the affected Polarion work item’s history.
See Also
- Create Saved Views — limit Find and Replace scope by switching the active view
- Use Undo and Redo — revert an unwanted replacement
- Perform Bulk Editing — alternative for structured, multi-row changes
- Use the Configuration Editor — edit sheet configuration in YAML rather than text-replacing values
- Apply Conditional Formatting — verify whether a column is read-only because of a cell decorator