question

Oscar Perez avatar image
0 Likes"
Oscar Perez asked Oscar Perez commented

Problem with bar Dashboards

Hi, I pin a table value into a dashboard as a bar type, or value type, it does not matter what type of dashboard it crash.

can you take a look to my model?

case-1-dashboards.fsm

case1.png

FlexSim 17.1.0
dashboards
case1.png (39.3 KiB)
case-1-dashboards.fsm (168.0 KiB)
5 |100000

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

1 Answer

·
Matt Long avatar image
0 Likes"
Matt Long answered Oscar Perez commented

I don't see any issues with crashing. Does your Dashboard show up at all? Your computer may have issues with webkit, which is what's used to render the dashboards HTML.

As for the exceptions being thrown in the system console, this is due to an incorrect code header in 17.1.0. If you update to 17.1.1 and recreate the custom chart it will have the correct headers. To update an old chart, you can go into the code for each pick option under the Data tab and change the first line from:

Object current = param(1);

to

treenode current = param(1);
· 5
5 |100000

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

Oscar Perez avatar image Oscar Perez commented ·

@Matt Long the think is that I delet the old dashboards and create a new one and the console shows me error and the dashboard does not work

0 Likes 0 ·
Matt Long avatar image Matt Long Oscar Perez commented ·

Can you post the exceptions your now getting?

0 Likes 0 ·
Oscar Perez avatar image Oscar Perez commented ·

It's in the picture or the model, in the model I delet the old dashboards and create a new ones and the error its on the picture or in the model

0 Likes 0 ·
Matt Long avatar image Matt Long Oscar Perez commented ·

I'm not seeing any issues. I've attached the model with a recreated dashboard.

6352-case-1-dashboards.fsm

1 Like 1 ·
Oscar Perez avatar image Oscar Perez commented ·

Thanks now works!

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.