Hi Catherine, here is my formula:
[Kayıt Defteri].Filter(Etkinlik=thisRow).[KATILIM BEDELİ].Sum()
In your case it would probably be something like this:
[NameofTable].Filter(Status=“Closed”).[Subtotals].Sum()
Hi Catherine, here is my formula:
[Kayıt Defteri].Filter(Etkinlik=thisRow).[KATILIM BEDELİ].Sum()
In your case it would probably be something like this:
[NameofTable].Filter(Status=“Closed”).[Subtotals].Sum()