Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
20
How to hide summaries of some groups(InnerGroupBy)
posted

My data is like this

Name-Sal-DeptID

A-100-1

B-100-1

C-100-2

D-100-2

When GroupBy is applied then the data is coming as

GroupBy DeptID1

A-100-1

B-100-1

Summary-200

GroupBy DeptID2

C-100-2

D-100-2

Summary-200

 

But i dont want the summary for the GroupBy DeptID2..How to achieve this.......

 

How to Hide the Summary Header text and change the Header Text of InnerGroupBy

Parents
No Data
Reply
  • 469350
    Offline posted

    Hi,

    There's no way to do this. Summaries apply to the band, so you can't hide a summary for a particular set of rows.

    You could use a CreationFilter or a DrawFilter to hide the UIElements of the summary row and prevent it from displaying. But this will still leave a gap where the summary would have been.

Children
No Data