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

Labels (1)
1 Solution

Accepted Solutions
sunny_talwar
MVP
MVP

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
MVP
MVP

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
MVP
MVP

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