I am working with a coworker in another state that has a dashboard that i need. Problem is our offices have different Epicor versions. When he goes to export the specific BAQ, nothing happens. It doesn’t ask him where to save it, or anything at all. Is there a way to export in E9 that im not aware of?
He sent me his Query Phrase but i cant decipher it enough to know what criteria or relations he may have as well as the updateable settings he has chosen. Ill include this at the bottom of the post if anyone is THAT good with BAQ (i know youre out there). Ill also attach his Phrase build.
And finally, From E9 to E10, where has RevDtl gone from the BAQ table list? its in the bottom of his build but not on my E10 system.
Thank you in advanced and let me know if you need any further information.
right that’s what i instructed him to do but when he clicks export baq in the actions dropdown hes presented with nothing. hes tried on the system account as well as his own.
for each ReqHead no-lock ,
each ReqDetail no-lock
where
(ReqHead.Company = ReqDetail.Company
and ReqHead.ReqNum = ReqDetail.ReqNum ) ,
each Vendor no-lock where
(ReqDetail.Company = Vendor.Company
and ReqDetail.VendorNum = Vendor.VendorNum ) ,
each PODetail no-lock,
each RcvDtl no-lock
outer-join where
(PODetail.Company = RcvDtl.Company
and PODetail.PONUM = RcvDtl.PONum
and PODetail.POLine = RcvDtl.POLine )
outer-join where
(ReqDetail.Company = PODetail.Company
and ReqDetail.PONUM = PODetail.PONUM
and ReqDetail.POLine = PODetail.POLine ).