
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-05-2025 09:19 AM
Hi,
Im wondering, is there a guide on how to to advance filtering on LS on-prem.
For example:
I have a column with these potential values:
engineering, structural engineering, design engineering, part engineering.
I want to filter just engineering, but when I type in engineering, i get all the rows instead of just the engineering rows.
I tried typing in "engineering" with the quotes, but it does not work.
Solved! Go to Solution.
- Labels:
-
Asset Management
-
General Discussion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-05-2025 11:09 PM
oh dang - I did that when using 'Non-Active' and 'Active' - I will have to mess around with the filtering on the webpage as I'm not sure if there's some sort of way to do it, but you could always make a report of assets (inner join tblassetcustom on assetID) and say 'where tblassetcustom.custom4 (if its the fourth custom field) = 'Engineering' and that will give you the results you need - then you can set deployment to run with the report as the target... I'd give you the full report but I'm on my phone -Jacob
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-05-2025 11:09 PM
oh dang - I did that when using 'Non-Active' and 'Active' - I will have to mess around with the filtering on the webpage as I'm not sure if there's some sort of way to do it, but you could always make a report of assets (inner join tblassetcustom on assetID) and say 'where tblassetcustom.custom4 (if its the fourth custom field) = 'Engineering' and that will give you the results you need - then you can set deployment to run with the report as the target... I'd give you the full report but I'm on my phone -Jacob

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-07-2025 09:42 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-06-2025 06:20 PM
Yes! Filtering in the report is an option as well. Sometimes I find it's faster to search the columns for multiple searches rather than editing the report multiple times, just depends on my exact needs at the time.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-05-2025 07:41 PM
If you have a report with those columns, you should be able to search after running the report.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-05-2025 10:30 AM
You can export to Excel and use filters into Excel.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-05-2025 11:03 AM - edited ‎02-05-2025 11:10 AM
But I am also actively editing the assets. I also want to run deploys to the filtered assets as well.
Exporting back and forth seems tedious and won't work If I intend to deploy to the assets.
