Hi there,
we have an entity named "A", type Event which we use the default event's field "dateStart" and another field named "b" type Currency.
We have another entity named "C" which is in relationship with "A" added Link type children to parent.
In entity "C" we have a field named "year" type Varhar and a field named "d" type Currency.
We do "add c" and give the name of each month.
The sum of all events "b" Currency fields, related on dateStart (month and year) to be displayed in the corresponding field "d".
What we need seems so but we tried a couple of hours to figure out the correct formula but without any success. Tried different relationship types without success too.
Any help?
Thanks!
we have an entity named "A", type Event which we use the default event's field "dateStart" and another field named "b" type Currency.
We have another entity named "C" which is in relationship with "A" added Link type children to parent.
In entity "C" we have a field named "year" type Varhar and a field named "d" type Currency.
We do "add c" and give the name of each month.
The sum of all events "b" Currency fields, related on dateStart (month and year) to be displayed in the corresponding field "d".
What we need seems so but we tried a couple of hours to figure out the correct formula but without any success. Tried different relationship types without success too.
Any help?
Thanks!
Comment