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     Drill Down link for Acrosscolumn

Read-Only Read-Only Topic
Go
Search
Notify
Tools
Drill Down link for Acrosscolumn
 Login/Join
 
<delvegas>
posted
Hi
Is there a way where i can specify different FOCEXEC's to different column's under Acrosscolumn.

Supose under
AcrossColumn
P1 P2 P3
1 2 3
1 2 3
1 2 3

For Column P1 -- I would like to FOCEXEC1
P2 --Focexec2
p3 --Focexec3

Thanks
 
Report This Post
Virtuoso
posted Hide Post
You can have all the columns drill to one fex, and pass the across-field as a parameter. The called fex can then compute what fex to call, and invoke it via -INCLUDE or EX:
thus:

-SET &report =DECODE &PARM(val1 fex1, val2 fex2, ...);
-INCLUDE &report.EVAL
 
Posts: 1925 | Location: NYC | In FOCUS since 1983 | Registered: January 11, 2005Report This Post
<JG>
posted
All you need to do is use column addressing for the drilldown

TABLE FILE CAR
SUM SEATS
ACROSS COUNTRY
ON TABLE PCHOLD FORMAT L
ON TABLE SET STYLE *
TYPE=ACROSSVALUE,COLUMN=C1,COLOR=
BLUE,STYLE=BOLD,FOCEXEC=ENGLAND(
COUNTRY=COUNTRY),$
TYPE=ACROSSVALUE,COLUMN=C2,COLOR=
BLUE,STYLE=BOLD,FOCEXEC=FRANCE(COUNTRY=COUNTRY),$

END

This message has been edited. Last edited by: <Mabel>,
 
Report This Post
Virtuoso
posted Hide Post
quote:
Originally posted by JG:
[qb] All you need to do is use column addressing for the drilldown
. . .
[/qb]
Provided the across value for each column is absolutely predictable.
 
Posts: 1925 | Location: NYC | In FOCUS since 1983 | Registered: January 11, 2005Report This Post
<JG>
posted
I should not have used the ACROSS value as the name of the drilldown focexec in the example as it implies the requirement to pre know the ACROSS contents and order.

The predictability of the ACROSS order is relevant if you want to run a focexec dependant on it�s value.
If you always want to run focexec A.fex for column 1 focexec B.fex for column 2 etc.
then it�s not important.
The relevant ACROSS value is always populated into the ACROSS field when
referenced in the style sheet for drilldown or conditional testing usage.

Where predictability is relevant however is in the number of ACROSS values. In your style sheet you need to code for the maximum possible number of occurrences otherwise you will have some columns that do not have a drilldown available to them.
 
Report 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     Drill Down link for Acrosscolumn

Copyright © 1996-2020 Information Builders