Released on December 9, 2019
The overhead cost minute as known below:
Has been moved to a separate tab “Hat”.
The goal for the future is to have a tree in the left pane so that the overhead minute can be subdivided in several parts.
The IsGroupHeader field is no longer read-only from requests and macros. So you can easily remove row groups from a request with the following code:
Minutes.[IsGroupHeader] = 0
You can do the same from macros. But there’s even easier way. There are two new methods in the IMinute interface: GroupRows and UngroupRows.