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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
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
Partner - Champion II
Partner - Champion II

try :

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

View solution in original post

2 Replies
OmarBenSalem
Partner - Champion II
Partner - Champion II

try :

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

vbravomo
Contributor III
Contributor III
Author

It Works, thank you