A new Flexera Community experience is coming on November 18th, click here for more information.
I'd like to be able to create a view from a list of assets. Is there a way to do it? I know about the Advanced Filter but, it seems that I would have to put assets in one by one. I'd like to do it for a longer list. Anyone have a solution for this?
‎Aug 25, 2020 03:19 PM
There is not an easy way to do this, unless your assets have similar names and you can use a "Begins With" or "Contains".
The other approach is to filter on a common attribute for all the assets, such as Location or Business Unit.
You could create a custom "Category" value and then use a Business Adapter to assign that category value to your list of assets. Then you can add the Category as a column in the view and filter on that.
‎Aug 25, 2020 03:31 PM
‎Aug 25, 2020 04:08 PM
Hi @danadaugherty ,
If you have an on premise implementation you can extract directly from sql database, from table asset the information you need.
like
select * from asset where ShortDescription in ('asset1','asset2')
or if you need also information regarding location, corp unit, etc, you can use the view AssetExtended
‎Aug 26, 2020 07:52 AM
Thanks! That could be helpful.
Best Regards,
Dana Daugherty, PMP | Asset Management Specialist Advisor | U.S. Public Sector |
‎Aug 26, 2020 03:00 PM - last edited on ‎Aug 26, 2020 03:30 PM by KPBussey
User | Count |
---|---|
8 | |
7 | |
3 | |
3 |