Hi! Please tell me if it is a bug or I am not seeing something here.
I have a formula that sums all related cashFlows by valueEuro, filtered by a reportFilter, and saves to paidOut [pic 1]
The id within the formula is the id of the reportFilter "temp cashflows in" that is based on the report "temp cashflows in DO NOT CHANGE" [pic 2]
The report "temp cashflows in DO NOT CHANGE" has one filter: "Direction = Out" [pic 3] [some interface blocks removed for simplicity]
Example Bank Account has only one cashFlow linked, and it's Direction is In. Thus paidOut should be 0, but it is calculated as valueEuro of linked cashFlow [pic 4] [some interface blocks removed for simplicity]
So, the reportFilter is not applied. Why? Where is the error?
I have a formula that sums all related cashFlows by valueEuro, filtered by a reportFilter, and saves to paidOut [pic 1]
The id within the formula is the id of the reportFilter "temp cashflows in" that is based on the report "temp cashflows in DO NOT CHANGE" [pic 2]
The report "temp cashflows in DO NOT CHANGE" has one filter: "Direction = Out" [pic 3] [some interface blocks removed for simplicity]
Example Bank Account has only one cashFlow linked, and it's Direction is In. Thus paidOut should be 0, but it is calculated as valueEuro of linked cashFlow [pic 4] [some interface blocks removed for simplicity]
So, the reportFilter is not applied. Why? Where is the error?
Comment