Linktoview to dashboard view

Hi Team,
I have a dashboard (“dashboard”) with 3 views (“A”, “B”, “C”).
And i have an action (“goToDashboard”).
How can I set the action if i want to go directly to view “B” of this dashboard?

thks and BR.

0 10 585
10 REPLIES 10

@J_jvs Could you please brief your use case.
If you really wants to go View B, then give the View B name in the action
“LINKTOVIEW(ViewB name)”, rather than “Dashboard” view name

Steve
Platinum 4
Platinum 4

It is not possible to load a particular row into a component of a dashboard view.

This used to not be a thing… then it was - to my astonishment.

Has something changed? Can you no longer load a dashboard with a record?

My understanding was that if the dashboard uses views all from the same base table, then it should work.

checking… yes this works, provided all your views shown inside the dashboard have a reference to the “base” table of the dashboard.

For instance, I’ve got a time tracking app that has a main interactive dashboard that allows you to select a “phase” and the dashboard shows you that phase’s relevant info.

By creating an action with linktorow([PhaseID], “Phase_Dash”) as the navigation action, I’m taken to the dashboard with the specific phase already selected.


Every day’s a school day! Thanks!

Matt, as usual, lovely.

Koichi

Why thank you my good sir.

If you have two table views and a parent and child table view to the Dashboard, and you have an action to copy parent and child rows, use the following statement if you want to turn on quick edit mode for child rows after rows are copied.

LINKTOROW (MAXROW (“ParentTableNameInDBoard”, “Date”), “DashboardView”)&"&quickedit=true"

By the way, thanks for the above solution @MultiTech_Visions

Hi again,
i attached an image:
3X_f_9_f9e0d39a9decffcf8a868c6304c9ec9e296fe910.png
with an action I want to go to view “fitxesJugA” inside “jugA” dashboard.

It is not possible to navigate within a dashboard with an action.

Just a note, Drilldown from Table A Dashboard view (table view, detail view) to Table B (table view, detail view. One to Many relationship (Table B [Ref] → Table A [Key])

I was also struggling with this, because I was drilling down from one Dashboard view for Table A to different dashboard view displaying data from Table B. These do not share a key, Table B reference Table A (Table B [Ref] → Table A [Key]).

All I had to do to get the dashboard view for table A to drill down to related data in Table B, was Add a simple view for Table A to the Dashboard view for Table B, and then Hide that Table A view. This way the linktorow() worked because the Dashboard for Table A was linked to Table B through Table A view, but I didn’t have to see that Table A view, because it was hidden…

Sorry for the sloppy explaination, but wanted to share incase someone wanted to do it.

Top Labels in this Space