Are you able to hide a row on a table on a Confluence page without deleting it?
I am trying to hide a row as I don't want to delete it. Is there a way to do this? Mainly i want to keep the number sequence intact for the rows as they have been referenced elsewhere but I no longer need to show the content of that row. Thanks!
Hi @Kristen Pennell,
You can try to do it with the help of Table Filter macro of Table Filter and Chart for Confluence app.
Katerina
Stiltsoft
This is exactly what I needed thank you so much!!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Katerina Rudkovskaya _Stiltsoft_ ,
Could you provide a solution within the source code to remove this from the table? I.e. a table transformer query to remove rows with a matching value?
Thanks!
Emily
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Emily Berg
Please see the example below:
The SQL query:
SELECT * FROM T*
WHERE T1.'Status'<>"Cancelled"
Katerina
Stiltsoft
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Katerina Rudkovskaya _Stiltsoft_
Awesome, thank you!! I was trying to use WHERE T1.'Status' NOT "Cancelled". I appreciate the fast response!
Emily
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.