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.
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:
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),$
ENDThis message has been edited. Last edited by: <Mabel>,
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.