Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
berryandcherry6
Creator II
Creator II

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)