Idea

Maryam H2 avatar image
0 Likes"
Maryam H2 suggested Jason Lightfoot commented

Counter in objects group and time tables

I found out it would be helpful and faster to have a count of selected items, (similar to what we see in Excel as count of selected cells feature) for Timetables and Object Groups, as I've shown below. When there is so many members in groups or timetables and just want to do a quick check, having this count would make things faster and less likely to mistake the count. Not sure though if anyone else knows a quicker way to do the counting of members.


1711655900445.png

objecttimetablescounter
1711655900445.png (260.2 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.

Matthew Gillespie avatar image
0 Likes"
Matthew Gillespie commented

In a script console you can get the number of objects in a group with

  1. Group("Group1").length
5 |100000

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

Jason Lightfoot avatar image
0 Likes"
Jason Lightfoot commented

For the group you can use a script window to evaluate the expression:

  1. Group("CleanASCMFG_Operators2").length

for the timetable its a little more complex:

  1. node(">variables/members",Tools.get("TimeTable","ShiftAB_Combined_ALL")).subnodes.length

You may be able to better manage the members through the use of parameters (that change the number of members) or templates (that ensure instances are also added to the group/timetable) removing the need to do what seems to be a check of a manual member adding process.

· 2
5 |100000

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

Your Opinion Counts

Share your great idea, or help out by voting for other people's ideas.

Related Ideas