How to set sum of particular field value as default value

Hi,

I am created one custom entity and its having column called "Price". Now whenever summary screen loads, I want to display the total price. I have tried some thing like below:

DefaultValue = select sum(frie_Price) from FriEnt;

How can I populate sum of price as default value for any field ?