Hi,
I am looking for an easy way to position a button directly next to the Actions button on an
Interactive Report (not interactive grid!)

I can manage to do this by using jquery in an on Page load dynamic action.
$("#NewButton").appendTo("#R24616286804947677535_toolbar_controls > div.a-IRR-controlGroup.a-IRR-controlGroup--options" );
and assigning the button a new class and define the class in the inline css section of the page:
.newButtonClass {
margin: calc(var(--a-irr-item-spacing,var(--a-toolbar-item-spacing,8px))/ 2);
}
Result:

But I do not like that the page 'changes' while loading.
Does anybody have a better solution? Preferably declarative?
You can use my demo page on apex.oracle.com
Workspace: HUE_API
Username : FORUM_MEMBER
Password: Help_Jan_22
Application 67064 - Button Next To Actions button