I'm using a LiveReport to list documents (dtree.name) with special attributes (llattrdata), I want the document name to be an open hyperlink just as an ordinary livelink document listing. The only way I can thing of trying is to produce a hyperlink by concatenating the objAction=Open url around the objID (dataid), to produce something like this:
https://mydocs.company.com/Livelink/llisapi.dll?func=ll&objId=150017&objAction=OpenI'm not sure if it would work although it works fine in external applications. Is there a slick or easier way to do this in LiveReports?