CustomViews or XML/XSL for LiveReports
We are looking for some info on trying to get the web reports in Livelink 9 to display in a customview or using for example XML/XSL to display the output of a report.One of things we tried was using the Action=XMLExport. This does display the xml but the report doesn't seem to run we only get the SQL statements etc in the XML not the actually results or output from the report.Below is the XML node called - - <![CDATA[ A<1,?,'conf_names'='WIDTHOPTION,WRAPOPTION,ROW1COLOR,ROW2COLOR','conf_values'=',WRAP,66ccff,ffffff','displaytype'='autoreport','fields'={'BODY1'},'headers'={'Details'},'inputs'={},'params'={?,?,?,?,?,?,?,?,?,?},'recordlimit'=100,'sql'='Select DATE_LISTED, HEADLINE, BODY1 from dcpNews where DISPLAY = 1','subreport_id'=?,'subreport_parms'={},'subreport_path'='','title'='News'> ]]> It is obvious that when we do an Action=XMLExport we can't run the Report because to do that we need Action=RunReport.Does anybody have a suggestion??