Is it possible to create a conditional action for row selection? For example, i have different views for patients depending on whether they are alive or deceased. I’d like to be able to go to a different view when a row is selected based on the value of the [Status] column for that row. I don’t immediately see a way to be able to do this without creating a new slice just for deceased patients and crafting a linktofilteredview() action for the patients.
I may have just answered my own question with that linktofilteredview() thing up there… Lemme try a few expressions