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
675
Summary Columns with a certain condition
posted

Hi,

I have a windGrid  multiband

The first band is call root. In this root band there are always only 2 rows

My goal is to do a summary on each column but only on the First rows of the root band

Actualy both rows are summaries which is not the result that i would like to do.

 Is it possible by programmation to  add a condition to filter all the second row of the band root

All first row have a color as backgroud in each cells and all the second row are white as background

 Thanks in advance !

 

 

 

Parents
No Data
Reply
  • 469350
    Offline posted

    I'm afraid I am having a hard time understanding exactly what you want. Are you talking about a summary applied to the root band or to the child bands? 

    Do you simply want to hide the second row on the root band? 

    You might need to use a CustomSummaryCalculator and calculate the summary value yourself. But it's hard to say if there is any easier way without really understanding exactly what you are trying to acheive. 

Children