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     Multiple parameters passing on drilldown

Read-Only Read-Only Topic
Go
Search
Notify
Tools
Multiple parameters passing on drilldown
 Login/Join
 
Silver Member
posted
I have a report that contians 2 drilldowns.
I have to drill on dates in FIRST report(Both title and data) it works fine.
But in my second drilldown,iam passing 2 parameters PUSH_D and RDC
Here my problem was Iam not able to pass the two parameters.In this i have a drilldown on data such that it should go to specific field RDC.

Here is my sAMPLE CODE

FIRST.FEX
-DEFAULT &PUSH_D = 'FOC_NONE';
TABLE FILE SAVDATES
SUM
CARTONS
CARTONS1
BY PUSH_D

TYPE=DATA,
COLUMN=N1,
BORDER=LIGHT,
SIZE=8,
BACKCOLOR=( 'WHITE' 'SILVER' ),
FOCEXEC=app/SECOND(PUSH_D=PUSH_D),
$
TYPE=TITLE,
COLUMN=N1,
BORDER=LIGHT,
SIZE=8,
COLOR='WHITE',
BACKCOLOR='SILVER',
STYLE=BOLD,
FOCEXEC=app/SECOND, -*here i didnt pass any variable but it is working.
$

SECOND FEX
-DEFAULT &RDC = 'FOC_NONE;'
TABLE FILE DYLSUM
-*ON TABLE SET NODATA ' '
SUM
CARTONS
BY RDC
ACROSS PUSH_D

TYPE=DATA,
COLUMN=N1,
BORDER=LIGHT,
SIZE=8,
BACKCOLOR=( 'WHITE' 'SILVER' ),
JUSTIFY=LEFT,
FOCEXEC=app/eos3(PUSH_D='&DATES' RDC='&RDC.EVAL'),

$


TABLE FILE DYLSUM
SUM
CARTONS BY RDC
BY DEPT_I
ACROSS PUSH_D
END
Here iam getting for all RDC values iam getting.But i want specific

Thanks in advance.


WebFocus 7.1.4 xp html,excel,pdf
 
Posts: 44 | Registered: February 27, 2008Report This Post
Expert
posted Hide Post
Souji,

You have to put a WHERE clause in the child focexecs that test the field against the parameter passed. I don't see any WHERE clauses in any of these reports.

This is not magic; you have to ask WF for what you want.


Ginny
---------------------------------
Prod: WF 7.7.01 Dev: WF 7.6.9-11
Admin, MRE,self-service; adapters: Teradata, DB2, Oracle, SQL Server, Essbase, ESRI, FlexEnable, Google
 
Posts: 2723 | Location: Ann Arbor, MI | Registered: April 05, 2006Report 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     Multiple parameters passing on drilldown

Copyright © 1996-2020 Information Builders