The “Sort by” parameter determines the default sorting order of cells displayed in the Risksheet. It specifies which columns the data should be organized by automatically and in which order.
TABLE OF CONTENTS
Configuration
It is strongly recommended to include one column from each item level in the sorting configuration to ensure proper sorting behavior across the Risksheet.
...
"sortBy":["item", "failureMode", "causes"]
...
The “sortBy” parameter should be added at the end of the risksheet.json configuration file.
Inside the brackets, provide the IDs of the columns you wish to use for sorting. These IDs correspond to the columns defined in your configuration, and the sorting order goes from left to right.
In the following example, the system first sorts by "item", then by "failure mode", and finally by "causes".
Sort by Outline Number
Starting with version 23.1.0, it is now possible to sort columns by the specified outline number.
- 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.
It is also recommended to hide this column through saved views. The article on that topic can be found here.
For any assistance, please don’t hesitate to reach out by submitting a ticket here.
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