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 Reply Children