question

Kari Payton avatar image
0 Likes"
Kari Payton asked Jason Lightfoot edited

How to order entries in chart.

I have a chart that makes entries based on a partition label. I think the issue is that the label is text. Is there a way I can order the entries where it shows "Blade 1, Blade 2, Blade 3..." change-table-order.jpg

FlexSim 21.2.4
charts
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

·
Jason Lightfoot avatar image
1 Like"
Jason Lightfoot answered Jason Lightfoot edited

Are you in control of the name, in which case can you change it to "Blade 01 DW", Blade 02 DW", etc.? You can pad the start of a string that you've converted from a number like this:

string.fromNum(n).padStart(2,"0");
5 |100000

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

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.