Print Modelling: Hiding a specific Group in a Listing

In a Listing in a Print Model, I want to display the labels of all Groups and Fields of the following minimal model, except for Group3. All underlying Groups and Fields should be included, though.

I tried the isHidden Property woth preconditions refering to the [path] or a [relativeAnnotation] of the said Group, but it didn’t work for me.

How can I specifically target this Group to be hidden from the Listing?

Perhaps this ticket might help in the coming ext-4 release?

image

Thanks for the suggestion @jasper-silent-root, but the ticket is about another use case.

However, I found a solution:

I added an Annotation hideFromPrinting to the Group whose cell I don’t want to be displayed in the PDF, and used FieldFilled(relativeAnnotation/hideFromPrinting) as an isHidden Property. That did the trick; the cell of the Group is not displayed, but its child fields are.