Hello everyone,
I have tried to build a formular that calculates the expected incoming payments for one specific day in a single cell.
The formular works properly if the variable exists in a table with the two for the calculation needed dimensions(dim_expected_income_payment;customer). Although I have inserted theese two contexts in the IN clause of the formular, the correct result is not displayed in a single cell containing the variable. The formular without the WHERE clause is working properly in a single cell. This Displays the total amount of the expected income payments.
My formular is the following:
=Sum([value] In([dim_expected_income_payment];[customer]) Where(DaysBetween([dim_expected_income_payment];[specific_date])=0)) In([dim_expected_income_payment])
I really dont know why this is not working fine. Does anyone has an answer for that topic?
We are using SAP BI SP05 Patch 4.
Any help would be appreciated!
Kind regards,
Christopher