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: 
calle21
Partner - Contributor II
Partner - Contributor II

Set expression for certain year of data within a certain feild

Im trying to create a set expression for a KPI, i want to show how many people visited our website from LinkedIn in 2022.  I have a master calendar with Year, i have a field called sourceSession including information about where visitors came from and i have a 3rd field called NewUsers that shows how many unique users visited us from that page. Im trying to create a set expression to ONLY show 2022 data. How do i do it?

Labels (1)
1 Solution

Accepted Solutions
calle21
Partner - Contributor II
Partner - Contributor II
Author

sum({<Year={2022}, SessionSource ={'linkedin.com'}>}NewUsers)

solved

 

View solution in original post

1 Reply
calle21
Partner - Contributor II
Partner - Contributor II
Author

sum({<Year={2022}, SessionSource ={'linkedin.com'}>}NewUsers)

solved