Focal Point
[CLOSED] Parameters for Html Report

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/129109044

May 13, 2010, 07:04 AM
Ajit Das
[CLOSED] Parameters for Html Report
Whene we are passing parameters to Fex type report we generally pass the parameter name and values in fexinfo object and we pass the fexinfo and logon object to webfocusrunfex(logon, fexinfo) method.
This works fine for fex type report.

For HTMl report taking parameters, can we use this type approach?
If not then how to pass parameters for html report.

Thanks
Ajit

This message has been edited. Last edited by: Kerry,


Web focus 7.6
Windows
All format
May 13, 2010, 09:19 AM
Ajit Das
May be i didn`t mentioned the things in detail

In web focus , if we right click on the report, i am getting three options(Refresh, Run, Properties) for html report and for fex or non-html report i am getting five options(Run deffered,Refresh, Run, Properties, schedule).

well i am trying to access the report of web focus using java code.

By the following code i am accessing the reports of Web focus.

FexInfo fexInfo = (FexInfo)request.getSession().getAttribute("FexInfo");
fexInfo.setIBIWSArrayvalues(params);
wfReturn =wfSoap.webFocusRunFex(logOn.getLogOnObj(request), fexInfo);

when i am passing parameters for non html report, it`s working fine but in case of html report i am not getting any output.

So my question is for html report also, can i pass the parameters this way.

Thanks
Ajit


Web focus 7.6
Windows
All format
May 20, 2010, 03:56 PM
Kerry
Hi Ajit,

As long as a format of HTML is specified in the FMT parameter of the report, then this should work.
http://documentation.informati...6web/04web_serv2.htm

Since there’s no indication of any errors, you may want to open a case with Tech Support and they can assist you in finding out where the problem is. Please either call at 1-800-736-6130, or access online at InfoResponse.

Cheers,

Kerry


Kerry Zhan
Focal Point Moderator
Information Builders, Inc.