Hola, soy nueva en la comunidad de Atlassian. Aquí mi problemática. Tenemos una lista de X con múltiples columnas (texto, números y fechas). El equipo necesita clasificar cada elemento en una Clase (y, si aplica, Subclase) de forma repetible y auditable, sin salir de Confluence, y poder agrupar, buscar y exportar los resultados para análisis y reporting.
Como veis, este caso de uso no se cubre con las bases de datos de Atlassian o con las tablas de confluence por lo que estamos buscando una solución a través de un app si es posible.
Me podéis ayudar cual sería la mejor opción?
Muchas gracias por adelantado.
Got it—here’s a clear, short reply you can paste under the question, with a small CSV you can attach. I kept it simple, added a few clarifying questions, and noted we can move to a support ticket if they prefer.
Short answer
Yes—this is doable in Confluence. We can import your table, add a calculated “Total” column (e.g., price × qty
), derive Class / Subclass from simple rules, then group by Class → Subclass with sums/counts and show totals in the footer. You’ll also get a search bar and CSV/Excel export for Finance.
If your source is JSON, we can also expose nested fields (like
customer.meta.region
) as columns before classifying.
How we’d do it (high level)
Import the data into the table.
Add a calculated Total column (price * qty
) and derive Class/Subclass from your rules.
Group by Class → Subclass and enable aggregations (e.g., Sum for Total, Count for id).
Turn on footer totals, search bar, and Download CSV/Excel.
Sample CSV
id,customer,region,rep,product,qty,price,requested_at
1001,Acme Corp,EMEA,Ana,Pro Support,5,120,2025-06-12
1002,Globex,EMEA,Ana,Pro Support,2,120,2025-06-13
1003,Initech,AMER,Bob,Enterprise License,1,2400,2025-06-13
1004,Umbrella,APAC,Chen,Starter,20,15,2025-06-14
1005,Wonka,AMER,Bob,Pro Support,4,120,2025-06-15
1006,Stark,EMEA,Ana,Enterprise License,1,2400,2025-06-16
1007,Wayne,APAC,Chen,Starter,8,15,2025-06-16
1008,Hooli,AMER,Bob,Pro Support,10,120,2025-06-17
Result with the Simple Table App
What we’ll add after import
Total (calculated): price * qty
.
Class (example rule): “High value” if Total ≥ 1,000; otherwise “Standard” (we’ll confirm your exact thresholds).
Subclass (example): use region or product—your choice. Then group and aggregate.
How do you want to define Class? (by Total threshold, product type, or something else?)
Do you also want Subclass? (e.g., by region or rep)
Any specific metrics in the group rows/footer? (Sum of Total, Count of id, etc.)
Will the source be CSV only, or also JSON with nested fields? (If JSON, we’ll expose the paths as columns.)
If you prefer, we can continue this via a support ticket and set it up together step by step.
— Mia Tamm
Welcome to the community.
Simply said you are asking for a database. Your question is on a topic that Confluence nor a 3rd party app can provide.
These tools exist, like SQL, Postgres, MaiaDB, Oracle or etc...
You could look for apps on the marketplace that can provide options to get information from an external DB
I don't recall or know any app that can provide the mandatory functions you need.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.