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
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?
Hi Mike,
It works fine when I display few columns but I have several summaries and columns (mapped on properties that contain straightforward calculations).
I am using version 9.2.