Focal Point Banner


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.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [SOLVED] Multidrilldown in HTML5 bar graph

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[SOLVED] Multidrilldown in HTML5 bar graph
 Login/Join
 
Platinum Member
posted
Hi,

Does anyone know if it is posible to add a multidrilldown (DRILLMENUITEM) in a html5 bar chart.


thanks

Mark

This message has been edited. Last edited by: <Kathryn Henning>,
 
Posts: 103 | Registered: March 18, 2008Report This Post
<Kathryn Henning>
posted
Hi Mark,

This functionality is not currently available in the GUI in the chart tool. This is currently in programming as a New Feature Request.

However, this capability is supported if you use an editor to code it. Here is an example:

Main FOCEXEC:
GRAPH FILE GGSALES
SUM
     DOLLARS/D12.2CM
     BUDDOLLARS/D12.2CM
BY ST
ON GRAPH PCHOLD FORMAT PNG
ON GRAPH SET STYLE *
     COLUMN=N2,
     COLOR='BLUE',
     STYLE=UNDERLINE,
     DRILLMENUITEM='DrillDown 1',
          URL=https://www.informationbuilders.com,
     DRILLMENUITEM='DrillDown 2',
          FOCEXEC=IBFS:/WFC/Repository/KJH/DETAILREPORT.fex(PARAMETER=N1),$
ENDSTYLE
END


DETAILREPORT FOCEXEC:
TABLE FILE GGSALES
PRINT
     DOLLARS/D12.2CM
     BUDDOLLARS/D12.2CM
BY ST
WHERE (ST EQ '&PARAMETER');
ON TABLE SET PAGE-NUM OFF
ON TABLE NOTOTAL
ON TABLE SET ONLINE-FMT HTML
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
TYPE=REPORT,
     GRID=OFF,
     FONT=ARIAL,
     SIZE=9,
     COLOR=BLACK,
     BACKCOLOR=NONE,
     STYLE=NORMAL,
     TOPGAP=0.013889,
     BOTTOMGAP=0.027778,$
ENDSTYLE
END

Cheers!

Kathryn
 
Report This Post
Platinum Member
posted Hide Post
quote:
Kathryn


Thanks works fine.

kind regards

Mark
 
Posts: 103 | Registered: March 18, 2008Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [SOLVED] Multidrilldown in HTML5 bar graph

Copyright © 1996-2020 Information Builders