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 do multiple drilldown in Graph. In the help document http://documentation.informati...graph/wf761graph.pdf, it is given that multiple drilldown is possible in Graph... But when i execute the same code as per the document, i didn't get the output.
Please help me so. Thanks in advance.This message has been edited. Last edited by: Kerry,
WebFOCUS 7.6.4,7.6.9 OS: Windows XP HTML,EXCEL,PDF
According to that documentation this should work. However, I have never gotten this to work from a graph but things have changed since 5.3.
TYPE=DATA, STYLE=BOLD,
FIELD=BU_DESC,
DRILLMENUITEM=' By Customer By Product Excel', FOCEXEC=app/und041b.fex(BU=BU_NO SB='CUST' OUT='EXL97'), TARGET=_blank,
DRILLMENUITEM=' By Product By Customer',FOCEXEC=app/und041c.fex(BU=BU_NO SB='PROD'), TARGET=_blank,
DRILLMENUITEM=' By Salesperson Excel', FOCEXEC=app/und041b.fex(BU=BU_NO SB='SLSP' OUT='EXL97'), TARGET=_blank,
DRILLMENUITEM=' By Customer By Product HTML', FOCEXEC=app/und041b.fex(BU=BU_NO SB='CUST' OUT='HTML'), TARGET=_blank,
DRILLMENUITEM=' By Salesperson HTML', FOCEXEC=app/und041b.fex(BU=BU_NO SB='SLSP' OUT='HTML'), TARGET=_blank,
$
If your commands do not fit on one line, you need a continuation '/'
Pat WF 7.6.8, AIX, AS400, NT AS400 FOCUS, AIX FOCUS, Oracle, DB2, JDE, Lotus Notes
Posts: 755 | Location: TX | Registered: September 25, 2007
I tried using your code, but still i didn't get the output.
GRAPH FILE CAR
SUM
SEATS
BY CAR
ON GRAPH PCHOLD FORMAT PNG
ON GRAPH SET STYLE *
TYPE=DATA, STYLE=BOLD,
FIELD=SEATS,
DRILLMENUITEM='DrillDown 1',URL=http://www.informationbuilders.com,TARGET=_blank,
DRILLMENUITEM='DrillDown 2',URL=http://www.google.com,TARGET=_blank,
$
ENDSTYLE
END
Any other suggestions??
Thanks, Devi C
WebFOCUS 7.6.4,7.6.9 OS: Windows XP HTML,EXCEL,PDF
It does work in 7.6.9. I just tested it. The documentation you are looking at has been updated for 7.6.9. The previous version DN4500708.1208 did not have the multiple link in it.
WF 8.2.01M 8.2.01M Reporting Server Windows 2012 Srvr R2 PDF,Excel, HTML Graphs - a lot of graphs
Posts: 60 | Location: Atlanta, GA | Registered: October 30, 2003