I have a PDF export issue on Confluence. When I'm using 'Viewport Form Dropdown' and/or 'Viewport Form Checkboxes Group' macro, and choose an item from the dropdown list or tick a checkbox, my choices are not v
So let's start by creating the template for the first Macro which will build your dropdown list. For the first query i'm just going to use a very simple example and get all the spacekeys from my Confluence database with this query: SELECT SPACEKEY FROM spaces; We now wan...