Forums

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

Need help with Table Transformer and query

Markus Pöhler
Contributor
August 4, 2022

We use Table Transformer pretty intense and it works well, but in this case something is wrong.

I have a page property report and the returned values are inside or a TT control. I stripepd it all down to just showing the page Titles of the underlying pages.

I can't manage two things:

1. Order the values (by page Titles) properly - there are always 4 pages / Titles breaking the correct alphabetical sorting and I have no clue why. 

2. Filter the results: When I do a WHERE Title like 'Z%' no results show. Independant of how/what I filter, resultslist is always EMPTY.

Does anyone have a hint?

 

Query:

SELECT
TRIM(applications.'Title') as ApplikationName
FROM T1 as applications
order by TRIM(applications.'Title') desc

 

Results:

image.png

 

Query with Filter:

SELECT
TRIM(applications.'Title') as ApplikationName
FROM T1 as applications
Where applications.'Title' like 'Z%'
order by TRIM(applications.'Title') desc

 

Results: "The Query returned no rows"

  • Confluence Data Center 7.13.8
  • Table Filter & Charts 8.5.0 

1 answer

1 vote
Katerina Kovriga _Stiltsoft_
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 11, 2022

Hi @Markus Pöhler ,

Please refer to our support (it's based on the Jira Service Desk and it's confidential).

Attach your page storage format (upper right corner -> menu ... -> View Storage Format). We'll recreate exactly your macros with SQL queries and look into the issue.

The Page Properties Report macro won't be recreated cause it pulls data from other pages, so please attach its screenshot when the page is published as well (with the visible headers and the page titles that are messed up while sorting). 

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
SERVER
VERSION
7.13.8
TAGS
AUG Leaders

Atlassian Community Events