Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us at Qlik Connect 2026 in Orlando, April 13–15: Register Here!
cancel
Showing results for 
Search instead for 
Did you mean: 
JfrankGroundSystems
Contributor
Contributor

Building a Report Filter using OR instead of AND

We are using Qlik cloud and I am trying to setup a report filter for a recipient. Essentially I need to do Opportunity.SalesRep = 'Aspire Admin' OR Property.AccountOwner = 'Aspire Admin'. I have tried using the Override flag on both the filters but it appears that whatever I try it is essentially doing an AND instead of an OR between the two filters. Is there a way to accomplish this?

 

 

Labels (1)
3 Replies
WeLoveQlik
Partner - Creator
Partner - Creator

Hello!

try this Set analysis

{<Opportunity.SalesRep = {'Aspire Admin'}>+<Property.AccountOwner = {'Aspire Admin'}>}

IPC Global: ipc-global.com
Lech_Miszkiewicz
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi @JfrankGroundSystems 

I have written comprehensive article about how to deal with it. 

https://nprintingadventures.com/2021/09/23/filters-in-nprinting-how-hard-can-it-be-part-2-or-mode/

I know this is based on NPrinting example, but principles are exactly the same. 

cheers

cheers Lech, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful to the problem.
Lech_Miszkiewicz
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi @WeLoveQlik 

I agree with your approach. One thing to note though is that such set analysis filter has to be applied to the dimension with the granularity taking into account both of those dimensions as a minimum.

 

cheers

Lech

cheers Lech, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful to the problem.