var e = entry(),
v1 = e.field("Val 1"),
v2 = e.field("Val 1"),
v3 = e.field("Val 1"),
v4 = e.field("Val 1"),
v5 = e.field("Val 1"),
vx = e.field("Average...");
e.set("Average Star",vx);
--
You received this message because you are subscribed to the Google Groups "mementodatabase" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mementodataba...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/mementodatabase/9098d476-017a-4b0f-82d1-74c8a6c7633do%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "mementodatabase" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mementodataba...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/mementodatabase/9098d476-017a-4b0f-82d1-74c8a6c7633do%40googlegroups.com.
var e = entry(),
v1 = e.field("Val 1"),
v2 = e.field("Val 2"),
v3 = e.field("Val 3"),
v4 = e.field("Val 4"),
v5 = e.field("Val 5"),
Vx = (v1+v2+v3+v4+v5)/5;
e.set("Average Star",vx);
// Or
//vx = e.field("Average..Calcul");
//e.set("Average Star",vx);
Sorry..
--
You received this message because you are subscribed to the Google Groups "mementodatabase" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mementodataba...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/mementodatabase/4a0cd3e6-042e-4d96-a7f5-b0cef9c7cc2fo%40googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/mementodatabase/0cd0d963-1d8c-4106-b7d2-25b8facdf35en%40googlegroups.com.