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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Viewing Exceptions based on selections/filters

I am currently build a table to at a set of customers and their sales based on a selected time frame.

However, it would be beneficial to see all customers in that are active accounts even if they don't have sales during the time frame filtered on.

Better yet, it would be great to ONLY see the accounts that don't have sales during the selected time frame:

COUNT(DISTINCT(IF((BrandedAccount = 1)

                  AND AccountState = 'Active' AND AccountStatus = 'Active'

                  ,AccountId)

Any suggestions?

thanks!

0 Replies