You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
My goal is to change the width of a specific column in a table. Any ideas about what I may be doing wrong?
Following the example syntax to adjust width from Table Transformer documentation (https://docs.stiltsoft.com/tfac/cloud/advanced-table-cells-formatting-58426218.html), I'm getting an error for the macro indicating 'cell' is unknown. I don't see {cell} listed on the FORMATWIKI Docs page, so I was curious if using {cell} is outdated or if there is an issue here with how I'm trying to set the width.
Hi Will O,
Your query seems to be correct:
SELECT 'Key',
FORMATWIKI("{cell:width=100px}" + 'Description'+ "{cell}") AS 'Description'
FROM T*
You may also find an example in the documentation (please navigate to the “Changing column width” section).
If the function is not recognized by your Table Transformer macro (you get errors in the preview) and you are on Server/Data Center, we can suggest checking the version of the Table Filter and Charts for Confluence app. The current one is 9.8.0. Please update if required.
P.S. You didn’t show us the macro preview. Sometimes if your page is a bit overloaded, you may get the “Unknown macro” instead of the “Table Transformer” like you’ve got on the second screenshot. But the query may work just fine – so it’s not an issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.