Uipath Apps: i want to calculate Sum of on entity Column

@SURESH_BABU_YADAV_MOODI

you can get the sume like this in label

CDBL(MainPage.EditGrid.DataSource.data.Sum(Function(item) item.Age.Value)).ToString

Here editgrid is the grid in which I have the entity Age is the column Name which I want to sum

Here is the control

imagei

Hope this helps

cheers