_renderLastColumnAsSubBuckets

A TLV with ColumnHierarchy can choose to display its last level of the hierarchy as "sub-buckets" of the existing bucket headers.

To enable this, providing the attribute renderLastColumnAsSubBuckets on ColumnHierarchy

<ColumnHierarchy renderLastColumnAsSubBuckets="true">
<Column>
<Name>header</Name>
</Column>
<Column>
<Name>item</Name>
</Column>
</ColumnHierarchy>


Without renderLastColumnAsSubBuckets="true", this TLV might look like this:

images/download/attachments/144835666/tlv_without_subbucketization-version-1-modificationdate-1645047588000-api-v2.png

With renderLastColumnAsSubBuckets="true", the TLV might look like this:
images/download/attachments/144835666/tlv_with_subbucketization-version-1-modificationdate-1645047603000-api-v2.png

Note how each day bucket above has been split into two "sub buckets": one for Item1 and one for Item2.

If the last Column in ColumnHierarchy is rendered as sub-buckets then the attributes of the last column will not be rendered in sub-buckets header.