Forum Discussion
BachFel
Helper II
8 years agoCalculate, sum? need help with a formula
Following problem: in the table LN[Leistungsbeschreibung] can be more than one row with the text "Objektbegehung", per ID. i.E.: ID Leistungsbeschreibung Datum 111 Objek...
- 8 years ago
Hello,
I used ID instead of KostElementID, might be a little confusing because you have several IDs
FILTER(LN;LN[KostElementID]=EARLIER(KontElement[KostElementID]) hopefully works now.
BachFel
Helper II
8 years agoHello,
I wrote
FILTER(LN;KontElement[ID]=EARLIER(KontElement[ID])
instead of
FILTER(LN;LN[ID]=EARLIER(KontElement[ID])
because in the table LN there is now column with the expression you took.
v-xjiin-msft
Solution Sage
8 years agoHi BachFel,
Please no noticed that generally EARLIER() function is used in a calculated column, not a measure.
Thanks,
Xi Jin.