Payables Invoices - Transactions Real Time - does not return all invoices
Summary:
Payables Invoices - Transactions Real Time - does not return all invoices
Content (please ensure you mask any confidential information):
Hi - if I run this SQL in a data model, 17 invoices are returned:
select invoice_id
from ap_invoices_all
where invoice_id between 260150 and 260170
order by invoice_id
If I create an Analysis and use the "Payables Invoices - Transactions Real Time" Subject Area, and add a filter on Invoice ID, only 4 invoices are returned:
Is anyone able to explain why the OTBI results are different to the SQL results?
The invoices returned by SQL all have associated invoice lines, distributions, have a supplier etc. etc. But for some reason, the OTBI Analysis doesn't return the same invoices.