I need delete some records from VendAccruedPurchasesTmp_NA table. I tried to add filter in the Report design. But I didn't find the NOT IN operator in SSRS. So I try to delete them from VendAccruedPurchasesDP. Also NOT IN is not supported in X++ query. It seems I have to create another temp table and insert the Purchids that I need to delete. Then use notexists join to delete the records. Is this the only way to do it. Does anyone knows any better ways?
*This post is locked for comments
I have the same question (0)