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