Forums

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

Display one row using table transformer macro?

Jessica Luo June 19, 2023

image.png

I have the above table and I want to use the table transformer macro to only display the "complete' row. 

I tried to use a custom SQL query in the table transformer macro but it is not behaving how I expected.

 

I am using this query:

 

SELECT * FROM T1 WHERE 'STATUS' = 'COMPLETE'

1 answer

3 votes
Katerina Rudkovskaya _Stiltsoft_
Atlassian Partner
June 20, 2023

Hi @Jessica Luo,

Please use the following query:

SELECT * FROM T1 WHERE 'STATUS' = "COMPLETE"
As you refer to the value (string) and not the column, you should use not ‘COMPLETE’ but "COMPLETE" in your query.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events