linvicch Posted February 24, 2010 Share Posted February 24, 2010 Hi, I would like to pass the returned value of a sciplet into the default expression of a parameter. It doesn't seem to work.. this is what I have doneparameter: flag-> java.lang.Integerdefault expression:new Integer(ReportTrigger.getFlag()) and on my filter expression I havenew Boolean($P{flag}.intValue()==1?true:false) I can't populate the filter expression with a parameter that reads in a scriplet? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now