Home
Analytics
how to add values for flash maps
gowthamkar
I am very new to BIRT. i am having data like name,address,ph-no,zip-code and revenue in csv format file. And i have created a data set for the csv. Now using flash map i have to map those location. and when i click into that location it should drill down to next flash map displaying that particular location with detailed information.
please help me to do this. Thanks in advance
Find more posts tagged with
Comments
rmurphy
You can download a sample and read the steps used to create it here:
http://www.birt-exchange.org/org/devshare/designing-birt-reports/1360-birt-flash-map-example/
gowthamkar
thank you murphy and one more thing is i want to know how to make drill through operation with the flash object.
rmurphy
As you build up the XML in the script on the table, you will need to supply the hyperlink info. This is simply a parameter on the data that will look something like:
link='n-
http://www.birt-exchange.org'
;
There is documentation for these flash objects built into the BIRT Designer Pro.
Help -> Help Contents -> Actuate BIRT Guide -> Flash Object Library Reference
gowthamkar
Hope this guide will fulfill my need. Thank you murphy.