Hi,
I'm currently creating a Power BI report based off the AccountTransaction view of GP. To compare whether the numbers are correct, I would compare the numbers of this report against a report in Management Reporter. The numbers are slightly off. I was wondering is there a way to check for the query or queries that grab data for a Management Reporter report?
I looked around and some people mentioned the data used by Management Reporter is derived from the AccountTransaction and AccountSummary views. If this is the case, is there a way to check for the criteria used? The SQL script I wrote for Power BI only checks whether the AccountTransactions have a specific account number (e.g. "select * from AccountTransaction where [Account Number] in (...) ). There is no other clause I added to the SQL script.
Jason