• export a filtered list

    I need a way to export a list that has been filtered. The list is from a custom view. the view is essentially as follows. select * from orderitems inner join order inner join opportunity inner join company inner join address where orders are active…