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

Recommended Posts

This is going to be a little difficult to explain, but hopefully it gets the message across.

I want to nest two groups in a report, with the desired output being it produces every value in the inner group for every value in the outer group. 

Instead, it's producing every value in the outer group, for every value in the inner group. 

For illustration, I WANT it to do this:

GROUP 1 value 1

Group 2 value 1

Group 2 value 2

Group 2 value 3

------------------------

GROUP 1 value 2

Group 2 value 1

Group 2 value 2

Group 2 value 3

etc.

 

What it's actually doing:

GROUP 1 value 1

Group 2 value 1

---------------------------

GROUP 1 value 2

Group 2 value 1

--------------------------

GROUP 1 value 3

Group 2 value 1

------------------------

GROUP 1 value 1

Group 2 value 2

-----------------------

GROUP 1 value 2

Group 2 value 2

etc.

Any ideas welcome.

Thanks

Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

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