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
195
Summary with formula problem
posted

Hi,

 

I've got a problem with a summary containing a formula "Sum([PurcentBenchmark])". When I group  by  a column the formula is not computed anymore.

 

For your information, I use a filter condition (I want invisible rows to be taken into account for the formula) :

ultraGrid1.DisplayLayout.Bands[0].ColumnFilters["Qty"].FilterConditions.Add(FilterComparisionOperator.NotEquals,  0.0);
ultraGrid1.DisplayLayout.Override.FormulaRowIndexSource = FormulaRowIndexSource.RowIndex;

 

Before grouping, it works (% Benchmark = 100%)

 

After grouping,  formula is not computed.

 

Regards,

Sébastien

Parents
No Data
Reply
  • 469350
    Offline posted

    Hi,

    I tried this out and it seems to work fine for me.

    Have you tried turning off the filter and see if that has anything to do with the problem? Or have you tried resetting the FormulaRowIndexSource to see if that's the cause?

    What version of the controls are you using?

Children