Interactive object via script label
I'd need to populate a frame with QR codes. In the script label panel this code is working fine:
frame:qrcodehyperlink(field('QR'),'QR');
frame:fitcontent();
I wonder if it's possible to add code here to get interactivity for this frame. The purpose is to export a pdf that will have interactivity on the QR itself so a reader can just click it without the need of grab it again with his smartphone. Previously I achieved this by overlapping two grouped frames but although working it seems a "dirty" solution.
Thank you
