Is there a way to construct manually a deep l...

Is there a way to construct manually a deep link for a filteredview? like… LINKTOFILTEREDVIEW(“Customers Table View”, AND([Sales Rep] = [_THISROW].[Sales Rep Id], [Priority] = High))

Background: I want to put it into a cell of an app type column in order to support the navigation within the app.

0 1 538
  • UX
1 REPLY 1

@Simon_Wagner you can see the actual link by using the test button on the expression builder with a valid LINKTOFILTEREDVIEW expression. Concatenate the result to your app link (can be found in Users -> links) to get the full URL. However, app navigation is usually done with a navigation action (which is also easier to implement).

Top Labels in this Space