Hi Guys,
Yes, I know, it's not a new topic, but I don't understand how it works.
I have an entity 'A' with a column 'X' with various values. For this I have an entity 'B' with a field 'Y', in which the sum of the column 'X' should be displayed. Both entities are n:n connected. With which formula can I solve this? In entity 'B':
Y=entity\sumRelated('A','X');
?
Unfortunately this doesn't work ...
I need an impulse here, please, to get an idea of how it works.
Thank you very much.
Yes, I know, it's not a new topic, but I don't understand how it works.
I have an entity 'A' with a column 'X' with various values. For this I have an entity 'B' with a field 'Y', in which the sum of the column 'X' should be displayed. Both entities are n:n connected. With which formula can I solve this? In entity 'B':
Y=entity\sumRelated('A','X');
?
Unfortunately this doesn't work ...
I need an impulse here, please, to get an idea of how it works.
Thank you very much.
Comment