Hi all I have 3 datamart tables:
Client(every month i gather all data about client)
Account (every month i gather all data about account)
Payments (every day i gather data about payment)
Calendar(Montly) -cause business have to analyze monthly
I have this schema

Client , Account - are ok . All formula work and attribute good. But formula from Payment(F) - is empty.
In logs [nQSError: 14081] You may be able to evaluate this query if you remove one of the following column references:
I cannot understand how OBIEE generate SQL. Can you help me