Forums

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

Columns containing only icons cannot be sorted

René
Contributor
November 28, 2023

Hi, I like the (x) (/) icons a lot, and they help a lot to visualize states. But if a column only contains icons, the table cannot be sorted by clicking on the sort icon of this column.

Can this functionality be added?Confluence_Table_Icons_Cannote_be_Sorted.png

2 answers

1 accepted

0 votes
Answer accepted
René
Contributor
November 30, 2023

There is a rejected issue for this: [CONFCLOUD-52798] Page Properties report not sorting on emoji column - Create and track feature requests for Atlassian products.

As soon the issue is open again, please go and vote for it. The icons are there for a certain reason, and used int tables there are extremely helpful. So, please Atlassian, reconsider to provide a fix.

3 votes
Katerina Rudkovskaya _Stiltsoft_
Atlassian Partner
November 28, 2023

Hi @René Herrmann,

We can suggest trying our Table Filter and Charts for Confluence app.
Its Table Filter macro recognizes emoticons, so you’ll be able to filter your table by them.

Tue 5-1.png

René
Contributor
November 28, 2023

Thank you Katerina, for your answer and help. This looks like a nice app, but we currently try to find out how or if it is possible to sort the column without an additional investment.

Stiltsoft support
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.
November 28, 2023

@René Herrmann Seems that it is not possible out of the box.

Meanwhile, here is an example of a workaround for sorting using our app and its Table Transformer macro:

Tue 7-1.png

Now we create an additional column for sorting where each number corresponds to a specific emoticon:

SELECT *,
CASE WHEN T1.'Emoticons'::string = "(error)"
THEN 1
WHEN T1.'Emoticons'::string = "(tick)"
THEN 2
ELSE 0
END
AS 'Column For Sorting'
FROM T*

Tue 7-2.png

After publishing the page, you may sort your table using the newly created 'Column for sorting'.

Like # people like this

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events