I am currently working on creating a dashboard for people to check sales order related information. I wrote the BAQ and created the dashboard in our TEST environment. There’s no issue was found there. However, when they imported my dashboard from TEST into PROD, there is a missing customer was found on the dashboard. I have checked the BAQ in PROD and found out if I deleted the sales rep table, the missing customer will return after I analyze my BAQ. I am wondering what could go wrong? The BAQ returned the same customer in TEST but not in PROD.
Here’s the BAQ I create in TEST and customer #2325701 did return
Delete the criteria and see if the missing record appears.
Then you will confirm this is the issue.
If this is the case.
Add your criterial back in, then add a second line (or Name = Null).
Make sure it’s “or” not “and”.
I have tried to delete the criteria, the missing record didn’t appear. Then I add a second line Name = Null with “or”, the record is still missing. But when I try to delete the whole table, the record comes back. The links between two tables are company = company, sales rep code = sales rep code. Do you think the link could be wrong?
If the record doesn’t show with the criteria removed.
Then something else is going on.
Add the table back and test for the record disappearing after every change until you track in down.
Any calculated fields in your report? If so, remember to check their formulas if they have links against them. Might need null checks and or other checks there as well.