How to apply a group by of second level to a list
Hi, I would like to make a ' group by ' of a ' group by '.Example, I have a Budget Table that save cost items. For every cost items I have a Value (€), a Cost center and a Type Of Cost (ex. Software, Hardware, ..). I would like to group by Cost Cen...