I have created an iMage link in a query
Sample :
SELECT
EmpID
,LinkName = '\\abc\xyz\employeePictures+'=CONCAT(EmpID , '.jpg')
FROM ABC
If I copy paste the link in a browser it works just fine . But when I go to report
Sample :
SELECT
EmpID
,LinkName = '\\abc\xyz\employeePictures+'=CONCAT(EmpID , '.jpg')
FROM ABC
If I copy paste the link in a browser it works just fine . But when I go to report