
mulligan_h asked a question.
Can you add more columns to the column selector list ?
When pulling the report applications in the software store we would like to have the column full name in the report. The full name column doesn't exist in the column selector . Is it possible to add extra columns ?
If a field is not listed in the current column selector of a specific report then you would need to approach Snow about getting it added. It is possible to raise an idea (like here) but that might not be something that would get added quickly. If you have access to the back-end database, it may be possible to write the relevant SQL to create a custom report with the columns you require.
Snow provides the "stock reports" as stored procedures in the SLM database, like "dbo.StockReportApplicationStore" in this case.
These stored procedures are encrypted, so there is no option to modify or copy these.
The only option, as Colin mentioned, is to rebuild a custom report from scratch. There are several discussions here about how to build custom reports.