I'm using APEX 18.2. I need to generate a custom report with pl/sql dynamic content. Apart from other project details in the report, one of the report cell should display the percentage of completion of tasks in the project and in same cell, below that percent bar , needs to show a series of Task ids as clickable links(within that project) with green check mark(complete) and with red cross mark(not complete). are there any built-in apex item like percent bar, ui items that can called in the pl/sql dynamic content region?. any ideas are appreciated, thanks for your help.