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.
When I add a drill down to my data section, the entire row is turned into html links. Is there any way to make only the by columns links, or to make only one column links rather than my entire report showing up blue and underlined?
Thanks!
Prod: Single Windows 2008 Server running Webfocus 7.7.03 Reporting server Web server IIS6/Tomcat, AS400 DB2 database.
Was playing with the other day. The column added seems to work here anyway.
DEFINE FILE CAR
CHAR/A1 = EDIT (CAR,'9')
END
TABLE FILE CAR
SUM
CNT.CAR AS ''
BY CHAR
ON TABLE NOTOTAL
ON TABLE SET STYLE *
UNITS=IN,
SQUEEZE=ON,
ORIENTATION=PORTRAIT,
$
TYPE=REPORT,
GRID=OFF,
FONT='TIMES NEW ROMAN',
SIZE=10,
$
TYPE=DATA,COLUMN=N1,
FOCEXEC=app/drillcar(CHAR=N1),
$
ENDSTYLE
END
drillcar
DEFINE FILE CAR
CHAR/A1 = EDIT (CAR,'9')
END
TABLE FILE CAR
PRINT
CHAR NOPRINT
CAR
BODYTYPE
WHERE CHAR EQ '&CHAR.CHAR.';
ON TABLE NOTOTAL
END
Leah
Posts: 1317 | Location: Council Bluffs, IA | Registered: May 24, 2004
By the by, might be a good idea to update your signature on the sight so we know what level you are running.
I don't know what this means.
As part of your profile on the forum, you can add a 'signature' which can include what versio you are using. It's under the 'Go' at the top to 'Personal Zone'.
Leah
Posts: 1317 | Location: Council Bluffs, IA | Registered: May 24, 2004