In this article, we will learn more about the "sort by" Risksheet parameter.
The "Sort by" parameter is used to define how data will be sorted on the Risksheet.
... "sortBy":["item", "failureMode", "causes"] ...
Note: It is highly recommended to sort items by one column from each level of items to make sure that system sorts everything correctly.
- Where in the risksheet.json should we put "sort by"? - You should add it at the very end of the configuration file.
- What data to put in the brackets? - In the brackets, you specify the ID of the specific columns.
- How does it decide in which order to perform sorting? - The sorting order goes from left to right.
So in this example, the system first sorts by item, then by failure mode, and finally by cause.
NEW: Sort by Outline Number:
since version 23.1.0
Now it is also possible to sort columns by the specified outline number.
- Update the Risksheet to the Version 23.1.0;
- Create a column that will store and show the Outline Number;
- In the "bindings" section after the name of the used WI, specify that the property is the Outline number after the dot symbol.
- We also recommend giving the column a specific ID, so it would be easier to refer to it.
- Put the ID of this column in the "Sort by" parameter. You can use only this sorting option or combine it with others needed for your project.
Main document about the Risksheet configuration: click here
In case of issues, please send a message to: support@nextedy.com
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article