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

How can i show data in horizontal style ?


titan115

Recommended Posts

  • Replies 5
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

You would basically do this:

  • Create a constant row group (e.g. use null as bucket expression).
  • Create a column group that uses $V{REPORT_COUNT} as bucket expression.
  • You can also set the isDataPreSorted flag for the crosstab dataset.
  • Create 4 measures, one for each field, with calculation="Nothing".
  • Display the 4 field labels in the row group header.
  • Display the 4 measures in the crosstab data cell.

Regards,

Lucian

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