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     Creating Dashboards without MRE

Read-Only Read-Only Topic
Go
Search
Notify
Tools
Creating Dashboards without MRE
 Login/Join
 
Member
posted
Hi, I have a few questions about the creation of dashboards.

The infrastructure we have is as follows:

- WebFOCUS Developer Studio 7.1.
- WebFOCUS Client/Server 7.1
- Hyperion Essbase 7.1 (data source)
- Managed Reporting (NOT INSTALLED)
- Report Caster (NOT INSTALLED)

The questions are:

1) Once I've finished the creation of a dashboard I have to test it from a browser (without DevStudio). I need to know how to reference the URL with de PORT and service that WebFOCUS Client is listening to accomplish the task of compilation and renderization of the dashboard in HTML format. �The URL is? �is there any restrictions if I don't have Managed Reporting?

2) I need to pass parameters to dashboards (that has several embeded reports) created using Layout Painter. Example: If i have an organizational srtucture, the system have to let me select from a combo box the diferent Organizational Units for selection. �How can I make this? �can I implement parameter passing without Managed Reporting?

Thanks,

Gabriel Siler
 
Posts: 16 | Registered: June 08, 2005Report This Post
Expert
posted Hide Post
If you're talking about a WebFOCUS Dashboard, I don't think it is avaible without MRE. Dashboard is a layer on top of MRE.
 
Posts: 10577 | Location: Toronto, Ontario, Canada | Registered: April 27, 2005Report This Post
Member
posted Hide Post
Hi Francis, thanks for your help.
I did not understand your explanation. Could you please be more specific?.
Did you mean that I need necesarily to use MRE for the simplest dashboard creation with Layout Painter? Cause I've created many and did not use MRE at all.

Thanks again,

Gabriel Siler
 
Posts: 16 | Registered: June 08, 2005Report This Post
Member
posted Hide Post
Hi,
are you saying that if you insert the following into your url
http://yourserver/ibi_apps/worp/jsp/WORP_Index.jsp
and you do not get the WebFOCUS Business Intelligence Dashboard Index Page? And you would like to use the WebFocus portal?

Allen
 
Posts: 28 | Location: New Jersey | Registered: July 11, 2005Report This Post
Expert
posted Hide Post
Sounds to me the old confusion over the term 'Dashboard'.

IB use this term to label a specific component of their MRE software.

Others use this term to describe a collection of HTML pages that provide a front end for their user base.

I believe Gabriel is refering to the second description. So to try and give a direction -

1) To run a fex from a web page without authentication and authorisation being performed via the front end and without storing userids etc in cookies, you would require a URL along the lines of (change the values in the square brackets to your own requirements) -

http://[server]/cgi-bin/ibi_cgi/ibiweb.exe?IBIC_Server=...ation]&IBIF_ex=[fex]

This is using the CGI but you could also use ISAPI or servlets.

As you would understand, this is not secure as you have to provide the users password in the URL. You might be better off using cookies and then pulling those cookie values by using ASP or the like.

There are other ways of passing the userid and password, but it requires that the user logins in to WebFOCUS so that the IBIC_User etc. can be utilised in the site.wfs file etc. (See the security manuals for your version and platform).

2) As you will see from the URL above, passing parameters is just a case of adding them to your URL. There are pre-defined IB variables such as IBIC_Server etc. but you can pass you own. Note that the '&' delimiter in the URL is an HTML thing and not WebFOCUS even though it looks like that.

Gabriel,

Look for documentation on self service applications and a visit to an HTML or ASP forum might help you more with parameter passing via a URL string.
 
Posts: 5694 | Location: United Kingdom | Registered: April 08, 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     Creating Dashboards without MRE

Copyright © 1996-2020 Information Builders