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.
I am trying to create a multi item drill on a text field in a chart. I am able to create a single drill with no tag/label/alternative text on the Text. Is there an issue with this in 8201?
Seems that using \ as concatenation char is not anymore working in 8.2. for DRILLMENUITEM I have been told by IB that this is not a bug, this is what the default style sheet produces now.
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
TABLE FILE CAR
SUM
CAR.BODY.DEALER_COST
CAR.BODY.RETAIL_COST
CAR.BODY.SALES
BY CAR.ORIGIN.COUNTRY
BY CAR.BODY.BODYTYPE
HEADING
"Drill"
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 = warm,
$
TYPE=HEADING,
LINE=1,
OBJECT=TEXT,
ITEM=1,
DRILLMENUITEM='ds1',
FOCEXEC=focalpoint/ds1( \
MSORT='CAR' \
),
TARGET='_blank',
DRILLMENUITEM='ds2',
FOCEXEC=focalpoint/ds2( \
CSORT='SEATS' \
),
TARGET='_blank',
$
ENDSTYLE
END
ds1:
TABLE FILE CAR
SUM SALES
BY &MSORT
END
ds2:
TABLE FILE CAR
SUM SALES
BY COUNTRY
ACROSS &CSORT
END
As you can see, no problem with \
Daniel In Focus since 1982 wf 8.202M/Win10/IIS/SSA - WrapApp Front End for WF
Posts: 1980 | Location: Tel Aviv, Israel | Registered: March 23, 2006
Still is not working in 8.2.01. As a work around I one line with each drill as a separate Text in the heading. I will be opening a case with IB for this issue.
Thanks for the help.
dksib DC Tech Services Inc WF 8.2.1M
Posts: 117 | Location: US | Registered: February 09, 2004