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     Drill through from graph across value

Read-Only Read-Only Topic
Go
Search
Notify
Tools
Drill through from graph across value
 Login/Join
 
Member
posted
I've been searching this forum, trying this and that, and still haven't gotten this to work. I have a line graph that shows a count vertically and the year horizontally that I would like to add drill downs to, like when clicking on the year 2006 will drill to a detail report showing all 2006 data. Drilling from the lines works fine, I'm trying to get the drill to work when clicking on year.

Right now the code below I am just trying to identify with styling the years, but still see no effects on the screen.

Thanks!

GRAPH FILE STG_CLAIM_COUNT_SUMMARY
SUM PENDING_FLAG AS ''
ACROSS COUNT_YEAR AS 'Year'
BY CLAIM_TYPE
HEADING
"Five Year Rolling Counts By Claim Type"
ON TABLE SET HTMLCSS ON
ON TABLE SET ONLINE-FMT HTML
ON GRAPH SET LOOKGRAPH VLINE
ON GRAPH SET GRAPHEDIT SERVER
ON GRAPH SET BARNUMB ON
ON GRAPH SET 3D OFF
ON GRAPH SET VZERO ON
ON GRAPH SET GRID OFF
ON GRAPH SET VAXIS 420
ON GRAPH SET HAXIS 750

ON GRAPH PCHOLD FORMAT PNG
ON GRAPH SET STYLE *
     PAGESIZE='Letter',
     LEFTMARGIN=0.250000,
     RIGHTMARGIN=0.250000,
     TOPMARGIN=0.250000,
     BOTTOMMARGIN=0.250000,
     SQUEEZE=ON,
     ORIENTATION=PORTRAIT,
$
TYPE=ACROSSVALUE,
     COLUMN=COUNT_YEAR,
     FONT='ARIAL',
     COLOR='RED',
     STYLE=BOLD,
     SIZE=9,
$
ENDSTYLE
END


WebFOCUS 8.0.0.5 - SQL Server - Windows Server
 
Posts: 21 | Location: Fort Wayne, IN | Registered: June 29, 2007Report 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     Drill through from graph across value

Copyright © 1996-2020 Information Builders