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
245
Summary Calculations
posted

I'm using an UltraWinCalcmanager with my grid so enable me to calculate a few extra summaries for all of the columns.

I'm adding a summat like this:

ugDisplay.DisplayLayout.Bands(0).Summaries.Add("STDDEV", "STDEV([" + AvailableColumn.Key + "])", SummaryPosition.UseSummaryPositionColumn, AvailableColumn)

But on my grid, the new summary value just gets labelled "Summary"... as I add more summaries in they all get labbeled with the same thing. How do I go about defining the summary label?

TIA

 

Parents
  • 245
    posted

    If I didn't make it clear, I have now attached an image showing exactly what text I am trying to change on my grid. Below it shows the label "Summary" but this is actually showing the standard deviation so I'd like to chage it to "Std Dev" or something similar.

    Thanks

Reply Children