Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to format status when concatenated with other data in a cell Table Transformer

larry joseph
Contributor
March 4, 2026

I have a (sample date) table below.  I want to group by the milestone and show the status for a task in the same cell as the Due date.  I have the SQL below.  But when it combines the status and due date the status formatting is lost and it just shows as plain text.  I looked into using a case statement and manually formatting the status with a Case Statement and {status:colour=Green|title=" + T1.'Status' + "}" but I don't see a way to know the status color or to accommodate status values which are variable

 

Desired Result

desired.jpg

with row for each milestone and the columns, status color/value dynamic based on the data.

 

Current SQL

SELECT T1.'Milestone',
FORMATWIKI(T1.'Status' + " \n " + FORMATDATE(T1.'Due Date')) AS 'Current Status',
T1.'Task'
FROM T1
PIVOT (MAX('Current Status') for 'Task')

 

Sample Data Table

data.jpg

2 answers

1 accepted

1 vote
Answer accepted
Anna Mitina _Stiltsoft_
Atlassian Partner
March 9, 2026

Hi @larry joseph,

Thank you for your question.

I'm Anna from the Table Filter, Charts & Spreadsheets for Confluence app which the Table Transformer macro belongs to.

Try changing the following part of the SQL:

FORMATWIKI(T1.'Status' + " \n " + FORMATDATE(T1.'Due Date'))

Namely, change the "+" to ",". 

Let me know if it helps :) 

larry joseph
Contributor
March 9, 2026

 thank you.  That worked.

Like Anna Mitina _Stiltsoft_ likes this
0 votes
Marc -Devoteam-
Community Champion
March 4, 2026

Hi @larry joseph 

Best is to contact support of the vendor of the 3rd party app. Tables Filter and Charts.

@Stiltsoft support I think your app is used, could you assist here?

larry joseph
Contributor
March 4, 2026

Yes this is the Stilsoft Table Transformer.  

Like Marc -Devoteam- likes this

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events