Running multiple simulations

Hi @tobiaspedersentsp

If I understood your question correctly , if you want to have all your variables in a panel instead of recording in several panels as it might take longer time for each generation , you can use evaluation component and use this formula:

Format(“GlzRatio,{0},WinTrns,{1},RunSimulation,{2},”,a,b,c)

In which a, b and c should be the inputs … in this way you have all the variables in one line in panel…