gzsoham Posted March 18, 2010 Share Posted March 18, 2010 A typical group expresssion looks like this - <groupExpression><![CDATA[$F{lpName}]]></groupExpression>, where lpName is the name of a field. Instead of using the name of the field directly, I want to pass the field name dynamically using parameter, something like this - <groupExpression><![CDATA[$F{P${xyz}}]]></groupExpression> where xyz is a parameter and its value is 'lpName'. But this is not working. How can I achieve this?Thanks,Soham Link to comment Share on other sites More sharing options...
gzsoham Posted March 26, 2010 Author Share Posted March 26, 2010 Use condition ? val1 : val2 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