I am trying to write a BAQ that will give me the OTD data for our top 10 vendors by how much we have spent over the past 12 months. I can get the OTD data for everyone just fine. The problem is filtering the top 10. I added an InnerSubQuery and tried filtering the Vendor Number on the main query to = any of the vendor numbers from the subquery I tried adding the subquery as a table to the top level and linking it to the receipt vendor number
Iām not sure what else to try.