Links in Advanced Reporting
On the Atera Roadmap (https://www.atera.com/roadmap/) there is a functionality "Reports in main dashboard" coming soon.
This would allow to create Tickets queues on the main dashboard like "Display all open tickets assigned to me" or "Due open tickets in my team".
The report could look like (example):
Ticket ID Ticket URL Ticket Title
The ID and title can easily be added via advanced reports.
The Ticket URL must be added via a custom dimension field.
concat("https://app.atera.com/new/ticket/",${tickets.ticket_id})
The problem is that the URL is not clickable.
Google Looker allows to add links as described here: https://cloud.google.com/looker/docs/reference/param-field-link
This is currently not supported within Atera.
This improvement is to allow links within the advanced reporting.