I use an app to monitoring the economics data of r&d projects. I have one table with all the project and i use slice to create different view for each project. When i create a slice for a specific project i would use the details view of the main table in order to not create a detail view for each slice.. It’s possibile?
this could help me because the detail view should be the same also if i create different slice for each project and i have not create
If you are navigating to the Detail view from a Table or Deck view, you can create a custom action and assign it to the Row Selected behavior. This custom action would be of type “go to another view in this app” with the Target set using the LINKTOROW() expression specifying the exact Detail view you wish to go to. You can use this same action on each of the Slice Table/Deck views.