question

Tee Hiett avatar image
1 Like"
Tee Hiett asked Tee Hiett commented

In 2021 Milestone-Milestone Times how do select the To Milestone?

In Version 2021, I have 5 Milestones: Enter, FinishVaccations, StartObservations and Exit, In addition to the Created and Removed milestones. I want a boxplot of the Enter to Exit milestones. When I put the People/Milestone-Milestone Times with the Box plot option on a dashboard, I can select the Enter as the From Milestone but I don't have the option to select the Second Milestone.

How do I select both milestones?

milestone.jpg

FlexSim 21.0.1
healthcareflexsim 21.0.1milestones
milestone.jpg (56.1 KiB)
· 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.

Jeanette F avatar image Jeanette F ♦♦ commented ·

@Jordan Johnson and @Matthew Gillespie

This is a bug we believe

0 Likes 0 ·

1 Answer

·
Matthew Gillespie avatar image
2 Likes"
Matthew Gillespie answered Tee Hiett commented

This is a bug. We'll get it fixed for the next bug fix release.

If you're interested in a temporary fix you can run the following script in a script console and then refresh the view (View > Open Default Workspace):

treenode qpPanels = getvarnode(node("VIEW:/standardviews/modelingutilities/QuickProperties"), "propertiesPanels");
treenode peoplePanels = getvarnode(qpPanels.find("DashboardPeopleData/DashboardPeopleData"), "panels");
treenode field = peoplePanels.find("MMInterval/Metrics/IntervalList>variables/listItemTemplates/IntervalPanel/ChooseSecondMilestone");

guifocusclass(field).value = "../../ChooseMilestone";

After running that script the issue will be fixed as long as FlexSim stays open.

· 4
5 |100000

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

Tee Hiett avatar image Tee Hiett commented ·

Thanks, @Matthew Gillespie for the prompt response. The patch seems to be working well. I'll let you know if we encounter any problems.

Tee

0 Likes 0 ·
Tee Hiett avatar image Tee Hiett commented ·

@Matthew Gillespie The patch seems to be working. The models are running. The milestones are showing up. But each time edit any chart on any dashboards, I get the following message.

exception: FlexScript exception: VIEW:/active/MainPanel/BackPanel/SplitterXPane/QuickProperties/NamePanel/EditName>eventfunctions/hotlinkx/Dashboard c: VIEW:/active/MainPanel/BackPanel/SplitterX

Tee


0 Likes 0 ·
Matthew Gillespie avatar image Matthew Gillespie ♦♦ Tee Hiett commented ·

@Tee Hiett Yes, that's also a bug that we'll get fixed. It only happens if you double click on the chart and open Quick Properties to edit it. If you just single click and use Properties then you won't see the error.

1 Like 1 ·
Tee Hiett avatar image Tee Hiett Matthew Gillespie ♦♦ commented ·

Thanks, @Matthew Gillespie I like the position of the Properties with double click.

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.