
Contributor
2021-08-20
01:33 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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,696 Views
1 Solution
Accepted Solutions


Partner Ambassador/MVP
2021-08-20
05:07 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
1 Reply


Partner Ambassador/MVP
2021-08-20
05:07 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
COUNT({<FLG={'Yes'}, DateDT=>}DISTINCT AccountID)
-Rob
