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     Calling a HTML layout page as a drill down

Read-Only Read-Only Topic
Go
Search
Notify
Tools
Calling a HTML layout page as a drill down
 Login/Join
 
Guru
posted
I Have built 2 screens using the HTML layout painter. I wanted to drill down from one report in the first screen to the second screen.

Here is the code that works:

TYPE=HEADING,
LINE=1,
JUSTIFY=CENTER,
TARGET=_parent,
URL=xrpt01.cppib.ca/ibi_apps/Controller? (WORP_REQUEST_TYPE='WORP_LAUNCH_CGI' IBIMR_action='MR_RUN_FEX' WORP_OLAP='false' IBIMR_domain='cppibrep/cppibrep.htm' IBIMR_folder='#assetmixrept' IBIMR_fex='app/qjzbpcr2.htm' WORP_CURRENT_FEX_TITLE='Daily+Dashboard+4' WORP_MENU_CODE='2,19,22' IBIMR_sub_action='MR_STD_REPORT'),
$

I had to hard code the server, the domain, the folder, and the html file. Is there a way not hard these?

Fernando


Prod WF 8.1.04, QA WF 8.2.03, Dev WF 8.2.03
 
Posts: 278 | Registered: October 10, 2006Report This Post
Virtuoso
posted Hide Post
are these within a dashboard? are they (the FEXs) both on the same server/MRE? You should just be able to execute a FEX (FOCEXEC=fexname) instead of using a URL=. Can't help much more without additional environment/version info.


Regards,

Darin



In FOCUS since 1991
WF Server: 7.7.04 on Linux and Z/OS, ReportCaster, Self-Service, MRE, Java, Flex
Data: DB2/UDB, Adabas, SQL Server Output: HTML,PDF,EXL2K/07, PS, AHTML, Flex
WF Client: 77 on Linux w/Tomcat
 
Posts: 2298 | Location: Salt Lake City, Utah | Registered: February 02, 2007Report This Post
Guru
posted Hide Post
They are pages build with HTML layout painter and are therefore HTML pages not fexes. When I use the visual tool to create a drill down, they do not even appear. I am running this in BI dashboard, WF 7.13.

Fernando


Prod WF 8.1.04, QA WF 8.2.03, Dev WF 8.2.03
 
Posts: 278 | Registered: October 10, 2006Report This Post
Virtuoso
posted Hide Post
so you're wanting to drill down to another HTML page? I don't think this is the way you want to go. At least put the HTML inside a FEX with -HTMLFORM. Then you drill down to a FEX, but get it in an HTML page. It will make everything a lot easier and cleaner.


Regards,

Darin



In FOCUS since 1991
WF Server: 7.7.04 on Linux and Z/OS, ReportCaster, Self-Service, MRE, Java, Flex
Data: DB2/UDB, Adabas, SQL Server Output: HTML,PDF,EXL2K/07, PS, AHTML, Flex
WF Client: 77 on Linux w/Tomcat
 
Posts: 2298 | Location: Salt Lake City, Utah | Registered: February 02, 2007Report This Post
Virtuoso
posted Hide Post
Here is an example of how to link an item on a report to an HTML page. You need to give it the URL.

TABLE FILE CAR
SUM SALES
BY COUNTRY
ON TABLE SET STYLE *
TYPE=DATA, COLUMN=SALES, URL=http://www.ibi.com,$
ENDSTYLE
END


Thanks!

Mickey

FOCUS/WebFOCUS 1990 - 2011
 
Posts: 995 | Location: Gaithersburg, MD, USA | Registered: May 07, 2003Report This Post
Virtuoso
posted Hide Post
Right - if you're using URL, you have to hard-code it - thw whole URL string.


Regards,

Darin



In FOCUS since 1991
WF Server: 7.7.04 on Linux and Z/OS, ReportCaster, Self-Service, MRE, Java, Flex
Data: DB2/UDB, Adabas, SQL Server Output: HTML,PDF,EXL2K/07, PS, AHTML, Flex
WF Client: 77 on Linux w/Tomcat
 
Posts: 2298 | Location: Salt Lake City, Utah | Registered: February 02, 2007Report This Post
Virtuoso
posted Hide Post
I don't use MR, so this may be off the wall.

In the drill down on heading, call a focexec, say LINKFEX.FEX. In that focexec have:

-HTMLFORM app/qjzbpcr2

In non-MR, all the parameters you need are added for you. What happens in MR, ???


Alan.
WF 7.705/8.007
 
Posts: 1451 | Location: Portugal | Registered: February 07, 2007Report 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     Calling a HTML layout page as a drill down

Copyright © 1996-2020 Information Builders