TABLE OF CONTENTS
What is View
Views are a specific configuration setting that allows specifying column sets.
Views allow you to switch easily between different preconfigured column sets that you want to see on the screen at the current moment.
This is extremely helpful, especially for long sheet configurations, containing multiple different columns, that don't need to be shown constantly.
How to configure Views
Views is one of the sheet settings, so they get configured inside the 'views' section.
Views contain the following properties:
- name: Specify a custom name for this specific set of visible columns.
- columns: Defines visibility for the columns selected for this view via bindings
- binding: Specify the binding to the column that shall not be visible in the current column set. Specify the same binding that is used in the column configuration.
- visible: Use 'false' to hide the selected column
Example:
views: Without V&V: #name columns: validationTestCases.validationTestCase: #binding visible: false systemRequirements.systemRequirement.verificationTestCases.verificationTestCase: visible: false
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