I am trying to create a Business Alert that will send a report listing all journal entries made to the General Ledger of $500000 or above. I can get it to return either debits or credits but not both. Additionally, I want this alert to run once a week and have not been able to get this to happen. I have been using DATEADD(DAY, -7, GETDATE())
Help!
Help!