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     [Solved] Drill to 2 reports at same time

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[Solved] Drill to 2 reports at same time
 Login/Join
 
Platinum Member
posted
I have a drilldown that is taking a long time to run. I want to display infomation to the requestor at the "Click" time and still run the report in the background.
What I think I need to do is, drill to a fex that has embedded HTML form which has the infomation and image to be displayed. Then in javascript have an onLoad function that will run the report.

Does anyone have a sample of this or can give a sample of what they use for such a situation.

Thanks

This message has been edited. Last edited by: David Sibert,


dksib
DC Tech Services Inc
WF 8.2.1M
 
Posts: 117 | Location: US | Registered: February 09, 2004Report This Post
Expert
posted Hide Post
i use a redirect.
the drill runs a fex with an html with both a redirect fex and message that stays up until the redirected fex finishes.
stay tuned a minute...i'll get you some code

-*bvm_spread_op_redirect
-DEFAULT &LAUNCH = 'DEFAULT'; 
-DEFAULT &MYMEAS = 'VARIANCE';
-DEFAULT &MYYEAR= '2015'; 
 
-SET &redirectfex = 'bvm_spread_container.fex';
-HTMLFORM BEGIN
<html><title>bvm </TITLE>
<head>
<META HTTP-EQUIV="Refresh"
CONTENT="0 ;
URL=/ibi_apps/WFServlet?IBIF_webapp=/ibi_apps&|IBIC_server=EDASERVE&|IBIWF_msgviewer=OFF
&|IBIAPP_app=ec_app&|&|IBIMR_drill=X,dmmedcfr/dmmedcfr.htm
&|IBIF_ex=&redirectfex&|CLICKED_ON=&|LAUNCH=&LAUNCH&|MYMEAS=&MYMEAS&|MYYEAR=&MYYEAR"> 
</head>
   
<body   >
 
<table width="60%" align="center"  >
<tr><td style="padding-top:100">

Running Budget Spread for Year =&MYYEAR   
 
</TD></TR>
</table>
</body>
</html>
-HTMLFORM END



so my launch page runs this fex (called bvm_spread_op_redirect),
and this fex in turn redirects to whatever i've put in the variable &redirectfex, in this case something called 'bvm_spread_container.fex'.

See the CONTENT="0 ;
That says wait 0 seconds before you execute this redirect fex.
See the 'Running Budget Spread...' ?
That bit stays visible as long as it needs to, until the browser delivers the report.
You can put more parms in, display the parms selected, display the images you mention above, caution the user not to click the Run button a second time, etc.

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




In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID
 
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003Report This Post
Expert
posted Hide Post



In FOCUS
since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2  
WebFOCUS App Studio 8.2.06 standalone on Windows 10 
 
Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004Report This Post
Master
posted Hide Post
Very cool.


Tomsweb
WebFOCUS 8.1.05M, 8.2.x
APP Studio, Developer Studio, InfoAssist, Dashboards, charts & reports
Apache Tomcat/8.0.36
 
Posts: 573 | Location: Baltimore, MD | Registered: July 06, 2006Report This Post
Platinum Member
posted Hide Post
Susannah - thanks this helps alot.


dksib
DC Tech Services Inc
WF 8.2.1M
 
Posts: 117 | Location: US | Registered: February 09, 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     [Solved] Drill to 2 reports at same time

Copyright © 1996-2020 Information Builders