question

Noah Z avatar image
0 Likes"
Noah Z asked Adarsh T commented

Button on a dashboard opens separate dashboard?

I'm attempting to have a single dashboard have a few different buttons on it which when pressed will bring up specific other dashboards to the user. Is there a code snippet that allows for opening up certain views (in my case, another dashboard)?

FlexSim 18.0.2
button
· 1
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Noah Z avatar image Noah Z commented ·

This question seems to have gotten lost in the shuffle. @Regan Blackett Do you have any insights as to whether this is possible?

0 Likes 0 ·

1 Answer

·
Joerg Vogel avatar image
2 Likes"
Joerg Vogel answered Adarsh T commented

You find that what you are looking for, if you look into the view tree.

The source code line is there:

applicationcommand("dashboard", rank(node("/Tools/Dashboards", model()),2));

The tree looks like this

switch-to-dashboard-by-button.fsm


· 2
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Noah Z avatar image Noah Z commented ·

This is perfect. Thank you!

0 Likes 0 ·
Adarsh T avatar image Adarsh T Noah Z commented ·
Thank you @Jörg Vogel !
0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.