How to do it (2 fact table in 1 analyze) — Oracle Analytics

Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

How to do it (2 fact table in 1 analyze)

Received Response
1
Views
3
Comments
Alex Sharkov
Alex Sharkov Rank 5 - Community Champion

Hi

I have 2 fact tables in RPD (payments_operation_f; cash_operation_f).

Fact tables connect on fisical and business layer with one dimension table (client_d). And now i want in one analyze get for client count operations: -count payment operation  -count cash operation

client_NAME (from client_d)count(payment_operation)- from payments_operation_fcount(cash_operation)- from cash_operation_f
client_112
client_234

In fact table i put count formula for both (payments_operation_f; cash_operation_f)

But when i move measures in analyze i get count(cash_operation) - NULL

And i see no sql to DB for cash_operations.

What i have to do for get correct result?

Thanks a lot!

Answers