Search found 4 matches

by murmillo
Friday 09 January, 2015 - 10:33
Forum: Modeling in Enterprise Dynamics
Topic: Modeling a system with multiple products
Replies: 6
Views: 6548

Re: Modeling a system with multiple products

Thanks! :) This is really helpful. I also find a way. I write nested If command. For example: if(label([product]),first(c)=1,1, if(label([product]),first(c)=2,2, if(label([product]),first(c)=3,3) I know that this doesn't have to be written in this way because we have option in Send to to read label ...
by murmillo
Thursday 08 January, 2015 - 18:50
Forum: Modeling in Enterprise Dynamics
Topic: Modeling a system with multiple products
Replies: 6
Views: 6548

Re: Modeling a system with multiple products

Thanks for this! but I have here more complicated problem. I will upload you to see. Here I have 3 products with same label and different label value. In send to parameter of queue i wrote this do(if(label([product],first(c))=1,1), if(label([product],first(c))=2,2), if(label([product],first(c))=3,3)...
by murmillo
Thursday 08 January, 2015 - 11:38
Forum: Modeling in Enterprise Dynamics
Topic: Modeling a system with multiple products
Replies: 6
Views: 6548

Re: Modeling a system with multiple products

Thanks for help but I don't fully understand this. I've tried to make model with labels like you wrote but something is wrong. Can you upload an example with 2 different products and couple of servers so that different products will go on different servers so I can se what I'm doing wrong with label...
by murmillo
Wednesday 07 January, 2015 - 21:57
Forum: Modeling in Enterprise Dynamics
Topic: Modeling a system with multiple products
Replies: 6
Views: 6548

Modeling a system with multiple products

Hi! I need help with modeling a system which has multiple products that are flowing through the system. And different products have different routing through the system. And different products have different arrival time into the system For example, I have 10 products that will arrive into the syste...