Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
CB47
Contributor
Contributor

Set Analysis with multiple conditions

I have the following expression for one of my measures:

COUNT({<FLG={'Yes'}>}DISTINCT AccountID)

I need to add some set analysis so that it will ignore a filter I have on my Date field are part of a date picker.

The field is DateDT

What is the correct syntax for me to get this expression to ignore my date filter so the chart shows all of my historical data no matter what filter I have on the date range?

1 Solution

Accepted Solutions
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

COUNT({<FLG={'Yes'}, DateDT=>}DISTINCT AccountID)

-Rob

View solution in original post

1 Reply
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

COUNT({<FLG={'Yes'}, DateDT=>}DISTINCT AccountID)

-Rob