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)
Passing a Parameter to a Function
manthony
I have two parameter values for one function that is used in my report. I want the report to be able to, based on what the parameter value is, display a certain variation of the same report. I don't want to use two functions.
Does any one know where and how I can hardcode these parameter value or somehow be able to make this work? Would it be in Actuate? I am using Callidus TrueInformation to view generated reports.
Thanks,
Mark
Find more posts tagged with
Comments
bhanley
If you can access a Scripted Event Handler, you can access a parameter by typing <strong class='bbc'><em class='bbc'>params["param_name"].value</em></strong>
manthony
I did some research online and found information on Java and JavaScript for event handlers. Do you know how I can use the event handler in Actuate?
bhanley
Inside the Eclipse IDE there is a "Script" tab below the report creation canvas. This will expose you to the events that can be customized through javaScript. To handle an event via a POJO, you can set a pointer to the target Java Class in the component properties.
What are you trying to do exactly? Knowing a few more details can help determine the best path for your solution.