hi all,
i've got a LiveReport & in the 'sql' section there is some html code:
select avp.TEST_PROJECT_NO "Project#", (select name from dtree where dataid = dt.ownerid) as "Project Name", '!~<a href=" as "link", .....
in LL v 9.5 the link showed up properly but after the conversion to 9.7.1 it just displays the following under the link column;
!~<a href="
is there a way to add html code to the sql section in livereports so that this will render correctly ?
thank you
i've got a LiveReport & in the 'sql' section there is some html code:
select avp.TEST_PROJECT_NO "Project#", (select name from dtree where dataid = dt.ownerid) as "Project Name", '!~<a href=" as "link", .....
in LL v 9.5 the link showed up properly but after the conversion to 9.7.1 it just displays the following under the link column;
!~<a href="
is there a way to add html code to the sql section in livereports so that this will render correctly ?
thank you