
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-29-2016 04:02 PM
I would like to create a static asset group that contains about 200 assets. Is there a way to import a list instead of having to check off each asset individually from the list?
Solved! Go to Solution.
Labels:
- Labels:
-
General Discussion
1 ACCEPTED SOLUTION
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-31-2016 12:14 PM
There is no built-in functionality to import an asset group list. I think it would be easier to build a SQL report under Reports\Create New Report, rather than create a group. You can easily insert a list of asset names into a report. Open the report builder under Reports\Create New Report and add the following to the Criteria column of the tblAssets.Assetname expression, inserting your own asset names into the syntax:
In ('name asset 1','name asset 2', 'name asset 3')
2 REPLIES 2

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-31-2016 10:42 PM
Thank you!
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-31-2016 12:14 PM
There is no built-in functionality to import an asset group list. I think it would be easier to build a SQL report under Reports\Create New Report, rather than create a group. You can easily insert a list of asset names into a report. Open the report builder under Reports\Create New Report and add the following to the Criteria column of the tblAssets.Assetname expression, inserting your own asset names into the syntax:
In ('name asset 1','name asset 2', 'name asset 3')
