CMDBuild Forum

Sorting a View From Filter Rows

The sorting of a class is set during the creation of the class attributes. Once this is set it is pretty much the same in all the views. Is there a way to sort a filtered view. Usually you created a view to represent the data differently from the original class. Being able to sort this data differently is also a requirement for a view.

A Class call Equipment can be view in many ways such as:

1. A view called "Maintenance Schedule" would be nice if you can sort by Maintenance Date 

2. A view called "Equipment Listing" would be better sort by equipment number (code) or name (description)

3. A view called "Equipment Acquisition" would be definitely better to be sort by date of purchase

I know you can resort the data once you are in it. What I am asking is for the data to be sorted by default when a user enter the view.