Starting view not working with LINKTOROW()

I’m trying to display a row as detailed view when a costumer has he’s account disabled. But even leaving the pure formula there is not working. it only shows my center view.
Is this a bug?

example: LINKTOROW(“1”, “Alert”, “MYAPP”)

Solved Solved
0 2 316
1 ACCEPTED SOLUTION

Steve
Platinum 4
Platinum 4

The starting view must be the name of a view, not a link to one.

To set the starting view to a detail view of a specific row, you’ll need to have a table or slice with only that one row, put a detail view on top of that table or slice, then refer to that view by name in the starting view configuration.

View solution in original post

2 REPLIES 2

Try leaving off the “MyAPP” part maybe? That should work:

LINKTOROW([RowID], “View_Name”)

Steve
Platinum 4
Platinum 4

The starting view must be the name of a view, not a link to one.

To set the starting view to a detail view of a specific row, you’ll need to have a table or slice with only that one row, put a detail view on top of that table or slice, then refer to that view by name in the starting view configuration.

Top Labels in this Space