I would like to run labels on active vendors that I have issued a check for in the last two years. Is there a way to filter the selection beyond just active? When I run my current report it gives me all vendors active - far too many that I want to mail letters to.
*This post is locked for comments
Which report you are running?
Mostly you can get the payablestransactions list from smartlist with specific filter. First try to filter using standard Payables Transactions smartlist and get back to result.
Hope this helps!!!
You need to create a custom list using SmartList Designer or a SQL query. You'll need to use something like select [Vendor ID], [Vendor Name] from Vendors where [Vendor Status] = 'Active' and [Vendor ID] in (Select distinct [Vendor ID] From PayablesTransactions where [Document Type] = 'Payment' and [Document Date] >= '2013-01-01')
Hi,
you can build refreshable excel of vendor and do all your filter condition there.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,113 Super User 2024 Season 2
Martin Dráb 229,918 Most Valuable Professional
nmaenpaa 101,156