Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
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)