Browse By Tags

  • Column Average If Other Column is >0

    Hello,

    I have this WinGrid and I want to add the following summaries to Col A:

     

     

    • Average 
      • if Col B >0, 
      • if Col B>=0 and Col B<=100
    • Standard Deviation
      •  if Col B>0
      •  if Col B>=0 and Col B<=100
    • Median
      •  if Col B>0…
  • Formulas in UltraWinGrid

    Hi,

     

    I need a bit of help with using formulas in summaries in the UltraWinGrid.  I have a string column that can display, depending on the row, one of four things:

    1. A decimal number in string form e.g. 1234.56

    2. The string "<TO_RECALC>"…