Forum Discussion
leo82
07-01-2022Cloud Apps
Great, thanks for your reply. I am 3/4th way onto finding my solution.
1. I've got the Jump to dashboard functionality working.
2. The target dashboard does open up in a separate pop up. here's my code - copied from the 1st link you have shared above...
"actions": [
{
"type": "JTD",
"title": "Jump To Dashboard",
"data": {
"dashboardId": "62bc650ab112300037c97139",
"args": {
"displayDashboardsPane": false,
"displayFilterPane": true
}}}]}
3. a) Now, How do I modify this to include "panel:" and "value:" ?
3. a) Now, How do I modify this to include "panel:" and "value:" ?
b) How can the filter values from my primary dashboard be passed to the dashboard that I am jumping to?
Sidebar: Echoing the users feedback from 3 years back. "It is extremely challenging to actually implement any of the BLOX functionality without examples."
Sidebar: Echoing the users feedback from 3 years back. "It is extremely challenging to actually implement any of the BLOX functionality without examples."
Can you share what are the real world example of values to pass in the below ?
"panelsToInclude": [
{
"panel": "Category",
"value": "{value:Category}"
}
],