Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

ALL function doesn't delete filter

Hello everyone!
I have very simple table 'Result' wich has columns Date_open, Date_close and Id.
I use two filters in dashboard: Date_open and Date_close
I want to create table with 2 columns:
1. Count Id with both filters: Date_close and Date_open
2. Count Id with one filters: Date_open

I have tried this code, which has to count id without filter on Date_close, but it doesn't work(( probably I don't understand ALL function correctly


CALCULATE (COUNT(result[id]), ALL(result[Date_close]))

 

2 Replies