Hi Guys
I am having property nodes of student like
{studentId:"1", English:20}
{studentId:"1", Maths:20}
{studentId:"1", physics:20}
I need to have final node like
{studentId:"1",total:60}
Is it possible using Trigger?
Can anyone help on this situat...