Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
trigger question
markcheung
I am creating a plug-in using BIRT charting engine. Is there a way call the data (csv file) that I click on the graph?
bseries.getTriggers().add(TriggerImpl
.create(TriggerCondition.ONCLICK_LITERAL, ActionImpl
.create(ActionType.CALL_BACK_LITERAL, ????????
Or call the data point ?
Any help would be appreciated.
Find more posts tagged with
Comments
markcheung
or a way to call the value of the bar?
bseries.getTriggers().add(TriggerImpl
.create(TriggerCondition.ONCLICK_LITERAL, ActionImpl
.create(ActionType.CALL_BACK_LITERAL,
CallBackValueImpl.create(" "+?????))));