Hello Guys,
Looking how I would create a link to a row in a dashboard view, so all the other views update along with it. Ive tried all types of things, Nothing seems to work.
Thanks
Hello Guys,
Looking how I would create a link to a row in a dashboard view, so all the other views update along with it. Ive tried all types of things, Nothing seems to work.
Thanks
To my understanding, there is no way to do this.
Grant, please let there bee a sliver of hope you don’t know appsheet as well as I think you do
Haha!
Same, cause I would love to have this feature as well…
Curious what you’re trying to do?
Hi @Jonathan_S,
Here’s a workaround that may help:
[Dashboard View Behavior - Table starts blank, how to start with first row selected?](https://community.appsheet.com/t/dashboard-view-behavior-table-starts-blank-how-to-start-with-first-row-selected/29353/4) Questions
To expand on what @Austin_Lambeth said, LINKTOROW() does not work with Interactive dashboards. IF Interactive mode is OFF, LINKTOROW([Key], “Dashboard ViewName”) will select a row in the table view and pull up the same record in detail view. [Screen Shot 2020-08-14 at 12.24.13 PM] However, LINKTOROW([Key], “Dashboard ViewName”) will break the dashboard with Interactive mode ON. The dashboard stops responding and you have to refresh the page to fix it. TIP: To get LINKTOROW() working AND ke…
This is extremely interesting,
Let me work through it. May have a question or 3.
Same.
Curious if it refreshes the whole view…
Dude, nice one @GreenFlux
It’s not quite the same as an Interactive Dashboard, but it does have the same effect for records from a single table.
I have not tried it with Dashboards that include child records, but I suspect that those records will not be auto-selected in the same way as a true, Interactive Dashboard. It will probably only selects the records with a matching key from the LINKTOROW(), and not the child records.