Hi everybody,
Is it possible to us 'Batch' with more than one 'group by' condition?
In particular, I would like to group tokens by its delivery date and its destination.
I look forward to hearing from you. Thank you very much!
Hi everybody,
Is it possible to us 'Batch' with more than one 'group by' condition?
In particular, I would like to group tokens by its delivery date and its destination.
I look forward to hearing from you. Thank you very much!
Hi @Ruben M4, I recommend you to create a unique string combining these two labels:
string deliveryDate = token.deliveryDate; // if this label is not a string, convert it string destination = token.destination; // if this label is not a string, convert it string newLabel = deliveryDate+"_"+destination;
Then, you can group by these newLabel in the Batch activity.
hello again
how can I keep in the new batched token the data related to each previous token?
Hi @Ruben M4, you should this question in a separate post in order to let other users to notice abot all questions. In order to ask your question, as it is too general, I recommend you to take a look at the FlexSim User Manual at the Assigning Labels to Outgoing Batches section in:
https://docs.flexsim.com/en/21.1/Reference/ProcessFlowObjects/Basic/Batch/Batch.html#overflow
15 People are following this question.
FlexSim can help you understand and improve any system or process. Transform your existing data into accurate predictions.
FlexSim is a fully 3D simulation software environment. FlexSim can be used to simulate any process in any industry.
FlexSim®, FlexSim Healthcare™, Problem Solved.®, the FlexSim logo, the FlexSim X-mark, and the FlexSim Healthcare logo with stylized Caduceus mark are trademarks of FlexSim Software Products, Inc. All rights reserved.
Privacy | Do not sell or share my personal information | Cookie preferences | Report noncompliance | Terms of use | Legal | © Autodesk Inc. All rights reserved