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] Drill up to parent

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] Drill up to parent
 Login/Join
 
Master
posted
Hai

Im working on drill downs and I am able to get everything work but I am trying something. Can someone help me on this?

1)When drill down is clicked, we can output open in same window or new window. But can we make it open as a pop up (or small window)?

2)After drill down is clicked, if use wants to go back to parent procedure, how can we design the URL? do I need to include the parameters that are used to generate the original report?

Thanks

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


8.1.05
HTML,PDF,EXL2K, Active, All
 
Posts: 484 | Registered: February 03, 2009Report This Post
Virtuoso
posted Hide Post
1) Yes, you can do that, but only by including some javascript that will open a window with the desired size(s). The javascript would have to be able to recieve the needed parameters, put them in the a constructed url or form variables, and execute the request with output to the newly created pop-up window.
2) For this functionality, I just use the javascript drilldown which only does a history.back(-1). Of course this only works when you have caching enabled on the page.


GamP

- Using AS 8.2.01 on Windows 10 - IE11.
in Focus since 1988
 
Posts: 1961 | Location: Netherlands | Registered: September 25, 2007Report This Post
Master
posted Hide Post
thanks Gamp. I got point 1 to work in the way you mentioned.Can you provide simple example for 2nd using CAR?


8.1.05
HTML,PDF,EXL2K, Active, All
 
Posts: 484 | Registered: February 03, 2009Report This Post
Master
posted Hide Post
GamP, can you provide an example using CAR for 2nd point..thanks a lot..


8.1.05
HTML,PDF,EXL2K, Active, All
 
Posts: 484 | Registered: February 03, 2009Report This Post
Virtuoso
posted Hide Post
In your report, in the heading for instance, include some word to return to your original window or report. Let's say this word is 'Return'. Then select this word, right click, select options and choose the drilldown tab that is shown. In the dropdown for type of drilldown, select javascript. In the box called javascript, type the name of the function. If your original drilldown was to a new window, you'd type 'window.close'. If it was to the same window you'd type history.go, but then you'd also have to specify a parameter, constant value, value equal to -1.
In the code this would get translated to:
TYPE=HEADING,
     LINE=1,
     OBJECT=TEXT,
     ITEM=1,
     JAVASCRIPT=window.close,
$
in the first case, or:
TYPE=HEADING,
     LINE=1,
     OBJECT=TEXT,
     ITEM=1,
     JAVASCRIPT=history.go('-1'),
$
in the second. Hope this helps ...


GamP

- Using AS 8.2.01 on Windows 10 - IE11.
in Focus since 1988
 
Posts: 1961 | Location: Netherlands | Registered: September 25, 2007Report This Post
Master
posted Hide Post
I will try this and will let you know..thanks..


8.1.05
HTML,PDF,EXL2K, Active, All
 
Posts: 484 | Registered: February 03, 2009Report 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] Drill up to parent

Copyright © 1996-2020 Information Builders