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.
Most of the time I can find answer in this forum or doc, but now I'm totally lost.
I have the below code built using AS to replicate my issue that is working well but when I activate the « DRILLMENUITEM='By Model', » line (which also has been added using AS) nothing is working. It seems that none of the parameters are passed when I use the drill so the exact same result is displayed.
Can someone help me on this ?
-* FEX : IBFS:/WFC/Repository/IT/RptAndDrill.fex
-DEFAULTH &CNTRY= _FOC_NULL;
-DEFAULTH &BY3 = _FOC_NULL;
TABLE FILE CAR
SUM SEATS
DEALER_COST
BY COUNTRY
BY CAR
BY &BY3
WHERE CAR.ORIGIN.COUNTRY EQ &CNTRY.(|FORMAT=A10).Country:.QUOTEDSTRING;
ON TABLE SET PAGE-NUM NOLEAD
ON TABLE SET ASNAMES ON
ON TABLE NOTOTAL
ON TABLE PCHOLD FORMAT HTML
ON TABLE SET HTMLEMBEDIMG ON
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
INCLUDE = IBFS:/EDA/EDASERVE/_EDAHOME/ETC/warm.sty,
$
TYPE=DATA,
COLUMN=COUNTRY,
-* DRILLMENUITEM='By Model',
FOCEXEC=IBFS:/WFC/Repository/IT/RptAndDrill.fex( \
CNTRY=COUNTRY BY3='MODEL' \
),
TARGET='_self',
$
ENDSTYLE
END
This message has been edited. Last edited by: MartinY,
WF versions : Prod 8.2.04M gen 33, Dev 8.2.04M gen 33, OS : Windows, DB : MSSQL, Outputs : HTML, Excel, PDF In Focus since 2007
Posts: 2409 | Location: Montreal Area, Qc, CA | Registered: September 25, 2013
When using DRILLMENUITEM everything must be on the same line !!!!
-DEFAULTH &CNTRY= _FOC_NULL;
-DEFAULTH &BY3 = _FOC_NULL;
TABLE FILE CAR
SUM SEATS
DEALER_COST
BY COUNTRY
BY CAR
BY &BY3
WHERE CAR.ORIGIN.COUNTRY EQ &CNTRY.(|FORMAT=A10).Country:.QUOTEDSTRING;
ON TABLE SET PAGE-NUM NOLEAD
ON TABLE SET ASNAMES ON
ON TABLE NOTOTAL
ON TABLE PCHOLD FORMAT HTML
ON TABLE SET HTMLEMBEDIMG ON
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
INCLUDE = IBFS:/EDA/EDASERVE/_EDAHOME/ETC/warm.sty,
$
TYPE=DATA,
COLUMN=COUNTRY,
DRILLMENUITEM='By Model', FOCEXEC=IBFS:/WFC/Repository/IT/RptAndDrill.fex(CNTRY=COUNTRY BY3='MODEL'),
TARGET='_self',
$
ENDSTYLE
END
WF versions : Prod 8.2.04M gen 33, Dev 8.2.04M gen 33, OS : Windows, DB : MSSQL, Outputs : HTML, Excel, PDF In Focus since 2007
Posts: 2409 | Location: Montreal Area, Qc, CA | Registered: September 25, 2013
hmmm im in 77 and I have a zillion drillmenu items and not a single one is on the same line... they're all at least 3 or 4 lines, with various bits dynamically commented out. hmmm.
In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003
hmmm im in 77 and I have a zillion drillmenu items and not a single one is on the same line... they're all at least 3 or 4 lines, with various bits dynamically commented out. hmmm.
I wish you that it will be reverted to work the "old" way before you install WF8...
quote:
us coders are rapidly being left out of the Information Builders Universe.
WF versions : Prod 8.2.04M gen 33, Dev 8.2.04M gen 33, OS : Windows, DB : MSSQL, Outputs : HTML, Excel, PDF In Focus since 2007
Posts: 2409 | Location: Montreal Area, Qc, CA | Registered: September 25, 2013
That's going to be a major pain with many of our drilldowns that have a gazillion parameters. We do our best to stay under URL length limitations, but they are still often a lot...
Weird too that the line-continuation backslash is often no longer required in recent releases, although there are still some unexplainable cases where it doesn't work without them...
WebFOCUS 8.1.03, Windows 7-64/2008-64, IBM DB2/400, Oracle 11g & RDB, MS SQL-Server 2005, SAP, PostgreSQL 11, Output: HTML, PDF, Excel 2010 : Member of User Group Benelux :