→ 🚀Are you a Lansweeper Champion?! Join our Contributor Program Sign up here!

Community FAQ
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
dkramer
Engaged Sweeper II
Is it possible to include the asset images in reports or a link to them?

We are using them to store a picture of the COA on our OEM computers and would like to be able to see the images or links in our reports.

Thanks!
1 ACCEPTED SOLUTION
dkramer
Engaged Sweeper II
Found solution:

Added the following to the report view;

'<a href = "https://<<server_url>>/assetpictures/' + CAST(dbo.tblAssets.AssetID AS varchar) + '.jpg" target="_new"><img src = "https://<<server_url>>/assetpictures/' + CAST(dbo.tblAssets.AssetID AS varchar) + '.jpg" width="auto" height="25" class="rimage picbox" ></a>' AS Picture, 



Replace <<server_url>> with your Lansweeper server's URL.

Don

View solution in original post

1 REPLY 1
dkramer
Engaged Sweeper II
Found solution:

Added the following to the report view;

'<a href = "https://<<server_url>>/assetpictures/' + CAST(dbo.tblAssets.AssetID AS varchar) + '.jpg" target="_new"><img src = "https://<<server_url>>/assetpictures/' + CAST(dbo.tblAssets.AssetID AS varchar) + '.jpg" width="auto" height="25" class="rimage picbox" ></a>' AS Picture, 



Replace <<server_url>> with your Lansweeper server's URL.

Don

Reports & Analytics

Ask about reports you're interested in and share reports you've created. Subscribe to receive daily updates of reports shared in the Community.

New to Lansweeper?

Try Lansweeper For Free

Experience Lansweeper with your own data.
Sign up now for a 14-day free trial.

Try Now