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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
chnarayanrao
Partner - Contributor
Partner - Contributor

Count of sessions for user id

Hi, I want to count the ids who have qlikview sessions  lessthan 3 and morethan 4. The sessions are are in timestamp. Thanks in advance.

1 Reply
sergio0592
Specialist III
Specialist III

Hi,

It works with:=count({<Id={"=count(Timestamp_connexion)>4"}>+<Id={"=count(Timestamp_connexion)<3"}>} distinct Id)

See the attached .qvw file. Is it what you're trying to achieve?

Regards