LINKTOROW? LINKTOFILTEREDVIEW?

NCD
Silver 2
Silver 2

I have a button in Table View

Prominence set to Display inline.

When I click this button, I want it to show me the Dashboard view that I've created.

And in that Dashboard view, my first view entry is a Detail view.

I want it so that when I click the inline button, the Detail view IN my Dashboard view, shows me the Row that I have just clicked on.

 

Right now, I've tried 

LINKTOFILTEREDVIEW("DashboardViewName",[id]=[_THISROW].[id])

LINKTOROW (id, "DashboardViewName")

Both of which shows me the Dashboard view but the Detail view inside, does not show me the selected row.

 

How can I do this?

Solved Solved
0 7 481
1 ACCEPTED SOLUTION

https://help.appsheet.com/en/articles/895302-slices-the-essentials

One of the main use cases of slices is to create different views.

If you do not like them, it's fine.  Just hope you find another way to accomplish what you want.

View solution in original post

7 REPLIES 7

have you click the check box for interactive in your dashboard view?

yes, tried it both ways and does not work ๐Ÿ˜ž

I cannot think of a direct way to specify which row to display in a dashboard view.

One possible way to accomplish what you want is to do the following.

Create a slice. Use the detail view based on this slice in your dashboard.

Create a filter table to select a row in your slice.

When you select a row in your table view, run an action to update the filter (you also want to clear the prior selection). And another action to go to the dashboard.

Hope this makes sense!

I've now created a slice.

Do I need any Row filter conditions in order for this to work?

What does,

"Create a filter table to select a row in your slice."

mean?

 

https://youtu.be/F30g9lPUsTE

This video explains how you filter data based on a filter table.

You create a filter expression of your slice based on the data in your filter table.

This also should help.

https://www.appsheet.com/templates/Allow-the-user-to-filter-a-view-based-on-a-form?appGuidString=912...

Thank you, tried it out but I really don't like Slices...

Clutters up your editor real quick and it's a pain to manage...

https://help.appsheet.com/en/articles/895302-slices-the-essentials

One of the main use cases of slices is to create different views.

If you do not like them, it's fine.  Just hope you find another way to accomplish what you want.

Top Labels in this Space