So I set out to create the plug-in. After finishing it I wrote a blogpost and added it to the plug-in repository on apex.world. And I proudly tweeted about it.
Pretty soon I got a reply from Peter Raganitz: "Wouldn’t a control break do just that?".
I set out to check this and.. he is absolutely right. This functionality is available in Apex in a declarative way!
The only extra needed is a small CSS definition for the visuals of the headers:
.apex_report_break {
- background-color: lightgrey!important;
- font-weight: bold;
- padding: 8px 12px;
- border: 1px solid lightgrey;
- font-size: 12px;
No comments:
Post a Comment