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

Count with condition

Hi everybody,

I have a big problem. I have a table with two dates, a column with the difference between those dates, and a column with telephone numbers.

I've tried this code but returns me a wrong result Count(Distinct{<Tiempo={">=0"}, Tiempo={"<=30"}>}CAR_Telefono)

Good results: 14690

Results I get: 20530

Please help me.

Thanks

1 Solution

Accepted Solutions
OmarBenSalem

try :

Count(Distinct{<Tiempo={">=0<=30"}>}CAR_Telefono)

View solution in original post

2 Replies
OmarBenSalem

try :

Count(Distinct{<Tiempo={">=0<=30"}>}CAR_Telefono)

vbravomo
Contributor III
Contributor III
Author

It Works, thank you