Skip to main content
14-Alexandrite
April 4, 2020
Solved

Dashboard options to add new Group not working

  • April 4, 2020
  • 12 replies
  • 6663 views

 

I am on thingworx 8.5, creating a dashboard as per the developer guide 

https://developer.thingworx.com/en/resources/guides/customizable-responsive-ui/dashboard-finalize-dashboard

 

I added dashboard widget, linked a dashboard id. But when I clicked Add new Group on Dashboard options, no response from Thingworx Composer to enter group. Cant proceed further.

Tried restarting server, client could not help. In application and error logs no message observed.

Any inputs to fix the issue?

 

IssueDashboard.jpg

 

Regards,

Hari

Best answer by cmorfin

Hi Hari

 

I just noticed there were some unnecessary entities in my previous export that would probably prevent you from importing it.

I have attached a new version now, hopefully should be good to import.

 

Hope this helps

Christophe

12 replies

19-Tanzanite
April 6, 2020

Hi @nhksrd 

 

I think you miss the very last step on the previous page.

They ask to select View Mashup.

The Add Group works in the Runtime Mashup not in the Design one, your screenshot shows you are in the Design Mashup.

So select View Mashup and the Add Group should work there.

 

Hope this helps

Christophe

 

nhksrd14-AlexandriteAuthor
14-Alexandrite
April 6, 2020

Thanks, I missed the View Mashup step.

 

Regards,

Hari

nhksrd14-AlexandriteAuthor
14-Alexandrite
April 7, 2020

 

The list is populated as per the developer guide but the selection of list item is not updating the gadget in dashboard. Followed the link https://community.ptc.com/t5/ThingWorx-Developers/Dashboard-amp-Binding-data/m-p/628122#M39393 on using Session parameter but could not understand on how list item selection in dashboard mashup will update the gadgets in dash board. We have mashup parameters defined in gadgets but how this mash up parameters are passed from TestDashboardMashup1 is unclear from guide and the URL above.

Even selected row event change should update gadget data, that is also not clear. 

Any inputs please