Jump to content
We've recently updated our Privacy Statement, available here ×

Dynamically creating columns


prad_ash

Recommended Posts

Hello,

I have to create a jasper report where in I have one fixed column with fixed field names but remianing columns can vary based on what product the end user selects.

So I will have FieldName , FieldValue,FieldValue, ...,FieldValue(n) columns.

The FieldValue fields are calculated on the fly based on the products.

I searched on the net about it and most of the threads are dated back in 2006. They asked to use Valocity with Jasper to create Dynamic columns but I do not have example.

Any pointer as to how to create such columns in this case? In my project we use .jrxml files.

 

thanks

 

 

Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

So I think you could actually use a crosstab. This is stretching automatically to the right depending on the results of your query.

Otherwise you could also use the fill direction  "horizontal" instread of default "vertical" and use a multi column report. So that each result would be printed from left to right.

just give it a try

hth + regards

C-Box

 

Link to comment
Share on other sites

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...