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
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
Comment