The Scenario:
I am trying to create a dashboard with multiple dashlets from multiple domains.
Each of these dashlets have a field called simulation_id which acts as a unique key.
I dragged one of the simulation_id filter from a dashlet and created an input control.
then i tried to link the parameters by going to parameter mapping. At this point, i keep getting this error on the console everytime i press Ok.
Uncaught TypeError: Cannot read property 'id' of undefined
at dashboardDesignerMain.js:8
at Function.se (commons.main.js:2)
at t (dashboardDesignerMain.js:8)
at s.autowire (dashboardDesignerMain.js:8)
at commons.main.js:2
at se (commons.main.js:2)
at Function.oe [as invoke] (commons.main.js:2)
at P.n.register (dashboardDesignerMain.js:8)
at Object.t (commons.main.js:2)
at c (jquery.js:2)
Please advice
1 Answer:
Hi avarkey,
I ran into the exact same problem this morning. What got it working in my case was changing which filter I had dragged into the pane. For example, I have two dashlets with a similar filtered column. When I was using a filter from the second dashlet, it was producing the error you describe. I deleted that filter, and dragged the filter from the first dashlet over, and then it allowed me to map it to both dashlets. I hope that helps if you have not already sorted the problem out!