Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Question:SUM of fields

    Hi,

    I'm just wondering if there is a build in function that allows you to set one of the field as the sum of other fields.

    For instance,

    Columns A, B, C, D, E are all number fields.

    Once the data is been returned from the server for B~E, column A would automatically calculate the SUM of B~E and display on the screen. If the function is not provided, how can this be achieve w/o doing for loop on the server side to calculate the value since the record size is around 10k.

    Thanks,

    Kuan

    #2
    See http://www.smartclient.com/smartgwt/showcase/#grid_appearance_formula_sumamry_builder

    Comment

    Working...
    X