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] FLEX Enable - drill down

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[SOLVED] FLEX Enable - drill down
 Login/Join
 
Silver Member
posted
Hi,

I am trying to get started with using FLEX Enable to create a simple dashboard. I was able to follow the instructions to create the loading xml file, to add the link to it in the seturl field, but now I'm stuck. Does anyone have any samples on how to create drill downs from a pie chart, for example? I already created a "detailed" report, but I really can't figure out if I need that and how to pass the parameter I want to drill down on to this report.


I already looked in this document and can't find anything about drill downs...

Any help would be appreciated.
Thank you,

This message has been edited. Last edited by: Kerry,


7.6.6 on AIX platform
Output: variety (Excel, HTML and PDF)
 
Posts: 33 | Location: New Hampshire | Registered: October 17, 2007Report This Post
Virtuoso
posted Hide Post
There was a recent post on this exact subject but I can't seem to find it right off. Drills in flex are not handled the same way as with WF, and in the version I have this has to be handled with Action Script. This link may get you going. I have an example in one of my graphs somewhere - I'll see if I can find it.


Regards,

Darin



In FOCUS since 1991
WF Server: 7.7.04 on Linux and Z/OS, ReportCaster, Self-Service, MRE, Java, Flex
Data: DB2/UDB, Adabas, SQL Server Output: HTML,PDF,EXL2K/07, PS, AHTML, Flex
WF Client: 77 on Linux w/Tomcat
 
Posts: 2298 | Location: Salt Lake City, Utah | Registered: February 02, 2007Report This Post
Virtuoso
posted Hide Post
Found it!

You have to add an event to the graph - like

itemClick="pieDrillACC(event)"

which is a previously defined function where the url is built:


public function pieDrillACC(event:ChartItemEvent ):void
{
var FLD:String="ACC_GRP" ;
var ACC:String="" ;
var YEAR:String = "";
var LOCATION:String = "";
ACC = event.hitData.item.ACCIDENTTYPE;


fexString = drillString1 + "&IBIF_ex=CLMDETL" +
"&YEAR=" + YEAR + "&VAL=" + ACC + "&LOCATION=" + LOCATION + "&FLD=" + FLD;
navigateToURL(new URLRequest(fexString), '_blank');
}


Regards,

Darin



In FOCUS since 1991
WF Server: 7.7.04 on Linux and Z/OS, ReportCaster, Self-Service, MRE, Java, Flex
Data: DB2/UDB, Adabas, SQL Server Output: HTML,PDF,EXL2K/07, PS, AHTML, Flex
WF Client: 77 on Linux w/Tomcat
 
Posts: 2298 | Location: Salt Lake City, Utah | Registered: February 02, 2007Report This Post
Silver Member
posted Hide Post
Thank you Darin, this definitely got me started! I am now able to click on the chart and get something, not a very pretty something yet, but it's a start.

I was wondering, this site http://demoswf.ibi.com/approot/ibiflexdemo/index.html has some pretty nice demos, any idea if we can get the code behind it? I find that learning by example works the best for me.

Thanks again,
Luminita


7.6.6 on AIX platform
Output: variety (Excel, HTML and PDF)
 
Posts: 33 | Location: New Hampshire | Registered: October 17, 2007Report This Post
Virtuoso
posted Hide Post
Ask one of the SE's from your local branch office. When I started with the Flex Enable stuff, our local SE gave me the code for some of those examples which is precisely where I got the code and technique that I posted.


Regards,

Darin



In FOCUS since 1991
WF Server: 7.7.04 on Linux and Z/OS, ReportCaster, Self-Service, MRE, Java, Flex
Data: DB2/UDB, Adabas, SQL Server Output: HTML,PDF,EXL2K/07, PS, AHTML, Flex
WF Client: 77 on Linux w/Tomcat
 
Posts: 2298 | Location: Salt Lake City, Utah | Registered: February 02, 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     [SOLVED] FLEX Enable - drill down

Copyright © 1996-2020 Information Builders