Multiple Grouping with multiple tablix controls

  • Dear Team,
    I have a requirement to show the data at 3 different levels with multiple sections(in different tablix controls/tables)

    1--> at Report level: This section(s) contains data common at the report level
    2--> Group 1 level: some sections common to this Group level
    3--> Group 1->Group 2(Child group of Group 1): Some sections common to this level.

    currently, i am calling subreport from parent report.
    In parent report showing Report level sections, then i placed 1 tablix with 2 groups (Group1--> Group2)
    In Group 2 i am calling sub Report by passing Group 1 value and Group 2 value.

    In Sub Report I need to show something like below.

    Group1 value:
    Section1
    Section2
    ...
    ... (Common to Group1 level)Group2 value:
    Section3
    Section4
    ...
    ... (Common to Group1 and Group 2 level)

    each section will have different datasets with diff. sps.

    now my query is how can i show this type of data in sub report/ Parent Report?

    Please guide me.
    Thank you

  • LearnTSQL - Monday, January 8, 2018 6:35 AM

    Dear Team,
    I have a requirement to show the data at 3 different levels with multiple sections(in different tablix controls/tables)

    1--> at Report level: This section(s) contains data common at the report level
    2--> Group 1 level: some sections common to this Group level
    3--> Group 1->Group 2(Child group of Group 1): Some sections common to this level.

    currently, i am calling subreport from parent report.
    In parent report showing Report level sections, then i placed 1 tablix with 2 groups (Group1--> Group2)
    In Group 2 i am calling sub Report by passing Group 1 value and Group 2 value.

    In Sub Report I need to show something like below.

    Group1 value:
    Section1
    Section2
    ...
    ... (Common to Group1 level)Group2 value:
    Section3
    Section4
    ...
    ... (Common to Group1 and Group 2 level)

    each section will have different datasets with diff. sps.

    now my query is how can i show this type of data in sub report/ Parent Report?

    Please guide me.
    Thank you

    To show the data in parent report, It sounds like your data-set has all the needed data but you want to show based on groups. For such cases, use Matrix (Instead of tablix). In the matrix, drag your rows to row fields and Group Fields into the column section.
    That groups  the  data automatically and shows  grouped data horizontally.

    Thanks,
    Naveen.
    Every thought is a cause and every condition an effect

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply