I am fairly new to SQL and I have looked around to see if i could find a way to do this if it is possible
Here is my SQL query text:
SELECT *,
CONCAT('https://domain:8080/analyzer?sipid=',SIPCallId,'&cmd=GetAnswerWAV') 'FaxScope: Inbound Audio (WAV) Link',
The result:
https://domain:8080/analyzer?sipid=b38f9368905eadc713c42d5894512203898221635dac1a50e70-0084-7302&cmd=GetAnswerWAV
In the SQL Query results, I have to copy/paste the url into a web browser to get the data this link should provide.
Is this possible to have the SQL result be a clickable link itself?