Focal Point Banner


As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.

Join the TIBCO Community
TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.

  • From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
  • Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
  • Request access to the private WebFOCUS User Group (login required) to network with fellow members.

Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [CLOSED] Parameters for Html Report

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] Parameters for Html Report
 Login/Join
 
Member
posted
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
 
Posts: 5 | Registered: May 11, 2010Report This Post
Member
posted Hide Post
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
 
Posts: 5 | Registered: May 11, 2010Report This Post
Expert
posted Hide Post
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.
 
Posts: 1948 | Location: New York | Registered: November 16, 2004Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [CLOSED] Parameters for Html Report

Copyright © 1996-2020 Information Builders