Can more than one hyperlink appear in live report?
I created a report named: All Tasks Assigned To MeSQL: select d.*, d1.name "Task List", d.name "Task Item", k.name "Assigned By", to_char(d.datedue, 'MM/DD/YY') "Due Date", decode (d.priority, 0, 'LO', 50, 'M', 100, 'HI') "Pty", decode(d.status, -2, 'CNCL', -1, 'CMPL', 0, 'PEND.', 1, 'IN PRCS', 2, 'ISSUE', 3, 'ON HLD') "Status" from dtree d, dtree d1, kuaf k where d.userid=k.id and d.ownerid=d1.dataid and d.assignedto=%1 order by d1.name, d.datedueParam 1: UserIDParam 2: Filter TaskReport Format: LiveReportThe task name appears as a hyperlink. Here are my questions:1. Can other columns, such as the Task List for example, be made into a hyperlinks as well?2. Is there a way to exclude columns Type and/or Function from appearing in the output or is that something you have to live with when using the LiveReport format?Thanks - Loukis(571) 278-0404