Jump to content

How to set group expression dynamically.


gzsoham

Recommended Posts

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

  • 2 weeks later...
  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

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 account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...