Hello, I need help modifying the objects considered in the financial analysis graph, which are trucks (Camiones) in my real model. I've attached an example with the problem to be solved.
Basically, in my model, I use a parameter (Camiones_XL) to define the number of active trucks to be considered during the simulation, and I have a trigger On Model Reset that updates the members of the active truck group ("Group_Camiones_XL") by taking resources from the "Group_Camiones_XL_MAX" group, which contains the maximum number of trucks. (I do this because I need a model which could be used without a license)
My problem is that the objects in the financial analysis graph aren't updated based on the active trucks group. Unfortunately, the "sampler" doesn't run for groups, and I'm not sure if it's recommended to destroy and create new nodes through the model tree.
Could someone explain me how to solve this?
Thanks in advance.