This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

View Report - Export to Excel is Missing - WHY?

I just created a custom report using a very basic SWQL query. I need to export the results to Excel; however, the "Export to Excel" link is missing. I've noticed that some reports have the option and some do not. Why? What is the factor that adds or hides that feature? The data in my report is excel friendly - no graphs or charts, only rows and columns.

Here's what's missing:

LatteLarry_0-1602517530767.png

If it matters, here is my extremely basic SWQL Query that lists all enabled reports with an added alert custom property:

SELECT A.AlertID, A.Name, A.Description, A.ObjectType, A.Enabled, A.CustomProperties.ResponsibleTeam
FROM Orion.AlertConfigurations A
WHERE A.Enabled = TRUE