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] active report filtering on hyperlink

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] active report filtering on hyperlink
 Login/Join
 
Gold member
posted
I opened this issue in 2011 for our 7.6.8 release, does anyone know if it has been addressed in the 8.0 version????

I have a drilldown link in my active report to another report. if I filter on this column, which I need to, the selections for the filter come up as hyperlink selections. As I choose the items for filtering, they actually drill down to the report which is annoying. Anyone know a solution to this???

This message has been edited. Last edited by: <Kathryn Henning>,


Version: 8.0.0.6
Windows platform
All output formats will probably be used.
 
Posts: 80 | Registered: June 25, 2009Report This Post
Platinum Member
posted Hide Post
You could put your drill down link on another column in the same record that you won't likely use for filtering.


WF 7.7.04, WF 8.0.7, Win7, Win8, Linux, UNIX, Excel, PDF
 
Posts: 175 | Location: Pomona, NY | Registered: August 06, 2003Report This Post
Gold member
posted Hide Post
You can use any column value in a drilldown report using URL field.
 URL=abc.htm?(PARAMETER_ID=N14 DURATION=N2) 



In the page load of abc.htm use below code
 
function window_onload() {
UpdateData();
PARAMETER_IDV=getParam("PARAMETER_ID");
DURATIONV=getParam("DURATION");
window.iframe1.location.href='/ibi_apps/WFServlet?IBIF_ex=drilldownabc.fex&PARAMETER_ID='+PARAMETER_IDV+'&DURATION='+DURATIONV;
 
}

function getParam(key)
  {
  // Find the key and everything up to the ampersand delimiter
  var value=RegExp(""+key+"[^&]+").exec(window.location.search);
  // Return the unescaped value minus everything starting from the equals sign
  return unescape(!!value ? value.toString().replace(/^[^=]+/,"").replace("=","") : "");
  }
 
 

In the Iframe of iframe1 you can get the drill down data.


WebFOCUS 7.6.1
Windows, All Outputs
 
Posts: 50 | Location: Scun-thorpe,UK | Registered: November 14, 2012Report 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] active report filtering on hyperlink

Copyright © 1996-2020 Information Builders