Hi all,
I currently use the Table Transformer to define the column size of an table.
With the query:
SELECT *,
FORMATWIKI("{cell:width=20%}" + 'Type'+ "{cell}") AS 'Type',
FORMATWIKI("{cell:width=20%}" + 'all'+ "{cell}") AS 'all',
FORMATWIKI("{cell:width=20%}" + 'Request'+ "{cell}") AS 'Request',
FORMATWIKI("{cell:width=20%}" + 'Requirement'+ "{cell}") AS 'Requirement',
FORMATWIKI("{cell:width=20%}" + 'Task'+ "{cell}") AS 'Task'
FROM T*
Unfortunately the text formatting (bold text) and Links (to Jira-Filter) and other thinks are gone.
Is there a possiblity to keep the content and only define the column width?
In Edit Mode:
And in the normal view: --> formatting is gone
Thanks for your help and best regards.
Deborah
Hi @Deborah Frommer ,
Please use commas instead of pluses in you SQL queries, they will help you to preserve initial cell formatting.
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.