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

year expression

hi i am new to qlik

i have following expression,  how can i modify that expression for 2016 and 2016 dec

Count (DISTINCT [Real user])


i want two expression

1 for 2016 only ( all data of 2016)

2 for December 2016 ( only data of dec 2016)



Thanks

1 Solution

Accepted Solutions
sunny_talwar

1) Count({<Year = {2016}>} DISTINCT [Real user])

2) Count({<Year = {2016}, Month = {'Dec''}>} DISTINCT [Real user])

View solution in original post

3 Replies
sunny_talwar

1) Count({<Year = {2016}>} DISTINCT [Real user])

2) Count({<Year = {2016}, Month = {'Dec''}>} DISTINCT [Real user])

Not applicable
Author

Count({<Year = {2016}, Month = {'Dec''}>} DISTINCT [Real user])

what what if i want to capture distinct  real user in 2016 whichever months that has higher

sunny_talwar

Not sure I follow your question... can you reframe your question?