1

Here is how I make my report :

  1. Add list to the body.
  2. Add dataset fields to the list
  3. Run the project.

And I get the error : The tablix ‘Tablix13’ has a detail member with inner members. Detail members can only contain static inner members.

How can I make my report list items without error? Thanks.

jason
  • 6,962
  • 36
  • 117
  • 198

1 Answers1

2

try this SSRS Detail members can only contain static inner members., delete delete group from main group and add parent group in second tablix.

Community
  • 1
  • 1
Nopesound
  • 482
  • 1
  • 13
  • 28