I have written a sql query to give access to Image Attachments to particular User ONLY.
Results is very simple but Image Attachments are not VIEWABLE and we can see the mere LINKS in the Columns in the sql query results.
Can you pls provide your advise in this query.
select name as “1. PI No”, supplier as “2. Seller”, posting_date as “3. Pur Date”, custom_bank_noc_proof as “4. Bank NOC”, custom_aadhar_card “5. Aadhar”, custom_tto_form “6. TTO”, custom_rc_book “7. RC”, custom_pan_card “8. PAN”, custom_insurance “9. Insurance” from tabPurchase Invoice
custom_bank_noc_proof is one such column with image data type, how shall I make the image clickable. ?