Dear All,

I have a table like this,

id(int) value(double) documentid(string)
-----------------------------------------------
sum(value)

What I would like to is, after I set filter to my model, I would like to insert a row with the sum(value) in the table. Is there any way that I could do this?