change columns for query view
thanks all
Best Answers
-
Shane_White Cireson Support Super IT Monkey ✭✭✭✭✭Hi @Michael_Watson
You cannot change the columns in the Saved Search views, you can choose which columns show as shown in the screenshot below:
To achieve what you wanted to do you would need to create SQL Query's and choose the columns in the query itself then built the table view from it.
Going one step further you could also then build a custom view page with the export to Excel functionality and then put that query into the view and you would then be able to choose columns with the SQL query and export to Excel.
Below are some useful links on how to build views:
https://support.cireson.com/KnowledgeBase/View/1245#/
https://community.cireson.com/discussion/3708/how-to-create-custom-views-on-analyst-portal-contain-both-incident-and-service-requests
Hope this answers your question.
Thanks,
Shane.5
Answers
You cannot change the columns in the Saved Search views, you can choose which columns show as shown in the screenshot below:
To achieve what you wanted to do you would need to create SQL Query's and choose the columns in the query itself then built the table view from it.
Going one step further you could also then build a custom view page with the export to Excel functionality and then put that query into the view and you would then be able to choose columns with the SQL query and export to Excel.
Below are some useful links on how to build views:
https://support.cireson.com/KnowledgeBase/View/1245#/
https://community.cireson.com/discussion/3708/how-to-create-custom-views-on-analyst-portal-contain-both-incident-and-service-requests
Hope this answers your question.
Thanks,
Shane.
Appreciate the discussion on this topic, we ran into this today and was hoping that the selected columns would save as part of the search. Can we add this to the features requested?
In the meantime we will explore the SQL query and views approach.