Is it possible to have hyper links in a livereport output with out modifying the autoreport-run.html?I have seen the posts in this forum on same topic and I was able to get the hyperlinks after modifying the autoreport-run.html and writing the query in the below way.What I am looking for is generating hyperlink with out modifying any file or code.Pls help.Below is the queryselect distinct WSubWorkTask.subworktask_subworkid, '!~
'+ wsubwork.subwork_title + '' as ProjectTitle from wsubwork, WSubWorkTask where wsubwork.subwork_workid = WSubWorkTask.subworktask_subworkid and wsubwork.subwork_title like 'sdlc%%'