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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
berryandcherry6
Creator III
Creator III

Alternate control instead of using if statement

I am using below dimension to get last accessed page where version culomn should be v1. Is there any other way where i could select last accessed page where verion will be v1.Any help is appreciated.

If(Match(version, 'v1'), last_accessed_page)

1 Solution

Accepted Solutions
Not applicable

Not tested, but perhaps:

PICK(MATCH(version,'v1'),last_accessed_page)

View solution in original post

1 Reply
Not applicable

Not tested, but perhaps:

PICK(MATCH(version,'v1'),last_accessed_page)