Focal Point
Need help: Drill down on scatter graph with the group by column

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/8741045903

December 05, 2008, 02:12 AM
Yuuta
Need help: Drill down on scatter graph with the group by column
Hi,
This is the graph that I have now :
  
GRAPH FILE TABLEHOLD
PRINT REJECTRATE AS ''
ACROSS EVENTDATETIME
BY STEPCODENAME
ON GRAPH SET LOOKGRAPH SCATTERS
ON GRAPH SET GRAPHEDIT SERVER
ON GRAPH SET BARNUMB OFF
ON GRAPH SET 3D OFF
ON GRAPH SET VZERO ON
ON GRAPH SET GRID OFF
ON GRAPH SET GRMERGE ON
ON GRAPH PCHOLD FORMAT PNG
ON GRAPH SET GRAPHSTYLE *


now I need to drill down this graph by using the STEPCODENAME column, how do I do this? Thanks.

I'm using WebFocus DevStudio 7.1.3.


7.1.3 on XP into HTML, Excel, PDF
December 05, 2008, 08:57 AM
FrankDutch
Yuuta

You have DevStudio. You can just click on the tabs and follow the instructions.

Id your child fex ready with the needed amper variables?




Frank

prod: WF 7.6.10 platform Windows,
databases: msSQL2000, msSQL2005, RMS, Oracle, Sybase,IE7
test: WF 7.6.10 on the same platform and databases,IE7

December 05, 2008, 09:15 AM
GinnyJakes
You don't mention which graph tool you are using but assuming the Advanced Graph Assistant, click on the Y-axis field (REJECTRATE) and fill out the drilldown control using STEPCODENAME as a variable to pass to the child program.

The process is similar with the Graph Assistant using the field properties for the Y-axis field.

Make sure that your child program is written, debugged, and has a WHERE clause for STEPCODENAME.


Ginny
---------------------------------
Prod: WF 7.7.01 Dev: WF 7.6.9-11
Admin, MRE,self-service; adapters: Teradata, DB2, Oracle, SQL Server, Essbase, ESRI, FlexEnable, Google
December 08, 2008, 07:37 PM
Yuuta
Hi, thanks for your feedbacks.

Yes, sorry, I forgot to mention this, I got up to the "Drill Down Parameter" control, I choose DEFTRNSSTEPCODENAME as the parametername(the parameter name on the child fex, does it have to be the same name?), I choose Field as the parameter value but now here's where I'm having problem, the drop down menu only shows EVENTDATETIME and REJECTRATE.

Also, could you show me how to do this in the codes, I don't really like using the GUI, thanks in advance.


7.1.3 on XP into HTML, Excel, PDF