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
1425
Can we specify a Column with a Formula that acts like a Summary?
posted

Hi All,

Is it possible to have a column in an UltraGrid that has a formula applied to it which instead of working off each row in the grid, works like a summary instead?

Here's an example in Excel:

So if we had a function that could tak a column that the data is grouped by ('Product Type') and a column specifying the values to aggregate on ('Price'), we could create the 'Total Product Type Price' Formula Column writing a formula along th elines of the following:

sumbygroup( [Price], [Product Type])

However, if we tried to use that formula in a column, the values would simply be the corresponding 'Price' value for that row (simply the 'Price' column repeated).

Is this possible?

Cheers,

Richard

Parents
  • 469350
    Offline posted

    Oh... another option you might want to consider is to just add a Summary for the Price Column and then use OutlookGroupBy to group the data by Product Type.

Reply Children
No Data