Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Insert the attachments macro name sort with numbers

Gregory Ruth December 15, 2022

We attempted to use the 'Insert the attachments macro' for a list of policies that are numbered 1 - 60 something.   However, it appears this macro doesn't recognize numerical ordering. So for example, a file named: 1-first-policy.pdf appears after policies 1 through 19 because Confluence is looking at each letter/digit to determine order, conversely 10-tenth-policy.pdf appears first.

Is there any way to get it to sort by number beyond a single digit?

1 answer

1 vote
Katerina Rudkovskaya _Stiltsoft_
Marketplace Partner
Marketplace Partners provide apps and integrations available on the Atlassian Marketplace that extend the power of Atlassian products.
December 16, 2022

Hi @Gregory Ruth,

If your company uses our Table Filter and Charts for Confluence app, you may use the following workaround with the Table Transformer macros:

Fri 5-1.png

Here is the query for the internal Table Transformer macro:

SELECT 'First Number'->split(".")->0 AS 'Number', *
FROM
(SELECT 'File'->split("-")->0 AS 'First Number', *
FROM T*)

Fri 5-2.png

We split the file names and leave only numbers.

With the help of the external Table Transformer macro, we sort these numbers:

SELECT 'File', 'Modified' FROM T*
ORDER BY 'Number' ASC

Fri 5-3.png

Hope it helps your case.

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
TAGS
AUG Leaders

Atlassian Community Events