Hi,
I'd like to query a few employees based on certain criteria and display them on a confluence page. This works well in general with the SQL query macro, but the surrounding borders of the table don't fit in there.
If I disable "display as a table" it's not displayed as a list but all entries in one line. Everything I tried (like adding bullets via CONCAT in the SQL query) doesn't work as expected.
Is there any way to display the output as a list instead of a table or simply hiding the table borders?
Cheers,
Johannes
Hi Johannes,
uncheck show result as table , then you can do
select xyz + CHAR(10) from table
Regards
Nelson
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.