- Flexera Community
- :
- FlexNet Manager
- :
- FlexNet Manager Forum
- :
- Creating a view from list of assets in FNMS On Prem
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Creating a view from list of assets in FNMS On Prem
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?
This thread has been automatically locked due to inactivity.
To continue the discussion, please start a new thread.
- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Best Regards,
Dana Daugherty, PMP | Asset Management Specialist Advisor | U.S. Public Sector |
Dana.Daugherty@nttdata.com | +1.724.992.9074
NTT DATA Services | nttdataservices.com | @nttdataservices
Consulting | Industry Solutions | Technology & Digital Services
Disclaimer: This email and any attachments are sent in strictest confidence for the sole use of the addressee and may contain legally privileged, confidential, and proprietary data. If you are not the intended recipient, please advise the sender by replying promptly to this email and then delete and destroy this email and any attachments without any further use, copying or forwarding.
- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks! That could be helpful.
Best Regards,
Dana Daugherty, PMP | Asset Management Specialist Advisor | U.S. Public Sector |
