Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 21:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×hi, Is there any way to display empty table instead of below message("The query returned no rows)?
i have a query. if no yellow and red records then it wii display a empty result instead of "the query returned no rows"
my expected output if no records are there see below image
is there any possible way?
can any one help us?
Hi @tippani sri satya sai durga prasad ,
We can suggest removing the "The query returned no rows." message using the CSS:
<style>
.table-joiner .wrapper .aui-message.info.aui-message-info {
display: none;
}
</style>
Now your users won't see any confusing messages.
Don't know why, but I didn't see your last screenshot while answering - to add an empty table, you'll need another Table Transformer macro and this empty table as well (the CSS still remains the same):
The query for the second Table Transformer: SELECT * FROM T1
And here is your page in the view mode:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Katerina Kovriga _Stiltsoft_ , where should the CSS go? I cannot find a place to add it within the Table Transformer. Any help is much appreciated.
Thank you
Ram
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
BTW, just read through your other responses. Turns out, I cannot use HTML macro in our Confluence Server, so that's out of the question. Need a workaround if there is one. Thanks very much.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Please notice that if you update the app, you can use the Messages customization option right in Table Transformer to hide the message:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.