devz powell Posted June 24, 2019 Share Posted June 24, 2019 In the filter shown above (List box filter or similar), bydefault when I select single or multiple values, my dashboard is updated with OR logic (Data coming from any of the selected country). How can I implement the following SQL to get suppliers from common in selected countries. select distinct a.supplier from invoices a join invoices b on a.supplier = b.supplier where a.country = 'France' and b.country = 'Belgium'; Link to comment Share on other sites More sharing options...
Khushboo Rabadia Posted July 24, 2019 Share Posted July 24, 2019 This is not feasible. Values selected from a Filter are always with OR condition as you cannot have same multiple values in a row/column combination. Filters operate on row values from that particular column. Link to comment Share on other sites More sharing options...
devz powell Posted July 31, 2019 Author Share Posted July 31, 2019 Agreed. I modified my question. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now