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: 
Samu_512
Contributor
Contributor

Count incremental user day by day

Hi all!

i have a table with daily user log in, i need to count day by day the distinct user.

Example:

dayuser_id
01-gen1
01-gen2
02-gen1
02-gen3
03-gen4
03-gen3
04-gen2
04-gen3

 

The results i need is:

dayuser_id
01-gen2
02-gen3
03-gen4
04-gen4

 

where at 1st i have 2 user logged in, at 2nd 3 user.... and at 4th of the month i don't have new user so stay at 4 user logged.

To complicate i have to do this for two year, whit a view of month.

 

how can i do?

 

0 Replies