<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to use statistics collector on only some objects from a group? in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-use-statistics-collector-on-only-some-objects-from-a/m-p/13576493#M75610</link>
    <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;You could use an On Reset event instead of the Enumerate option to create a row for each object in the group up to the index given by the parameter.&lt;/P&gt;&lt;P&gt;This would be a possible version for the Row Value(s) code.&lt;/P&gt;&lt;PRE&gt;Array objects = Group("Drivers").toFlatArray();&lt;BR /&gt;while(objects.length &amp;gt; Model.parameters.NumberOfDrivers)
{
&amp;nbsp; &amp;nbsp; objects.pop();
}

return objects;&lt;/PRE&gt;&lt;/DIV&gt;</description>
    <pubDate>Thu, 14 Mar 2024 13:01:49 GMT</pubDate>
    <dc:creator>moehlmann_fe</dc:creator>
    <dc:date>2024-03-14T13:01:49Z</dc:date>
    <item>
      <title>How to use statistics collector on only some objects from a group?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-use-statistics-collector-on-only-some-objects-from-a/m-p/13576492#M75609</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 24.1.0 ]&lt;/I&gt;&lt;/P&gt;&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
 &lt;P&gt;I have set up a parameter that changes how many agvs I can aquire from resource with Count. I would like the same for my statistical collector, is that possible? For now it still collects the idle state for the other agvs that aren't used.&lt;/P&gt;
 &lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1710416186675.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1522917iFB8EF895519168A5/image-size/large?v=v2&amp;amp;px=999" role="button" title="1710416186675.png" alt="1710416186675.png" /&gt;&lt;/span&gt;&lt;/P&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
 &lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1710416225483.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1522918i759B875AC84B34A3/image-size/large?v=v2&amp;amp;px=999" role="button" title="1710416225483.png" alt="1710416225483.png" /&gt;&lt;/span&gt;&lt;/P&gt;
 &lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1710416431373.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1522919iAB3E999CA051A590/image-size/large?v=v2&amp;amp;px=999" role="button" title="1710416431373.png" alt="1710416431373.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 14 Mar 2024 11:41:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-use-statistics-collector-on-only-some-objects-from-a/m-p/13576492#M75609</guid>
      <dc:creator>nilsson_112</dc:creator>
      <dc:date>2024-03-14T11:41:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to use statistics collector on only some objects from a group?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-use-statistics-collector-on-only-some-objects-from-a/m-p/13576493#M75610</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;You could use an On Reset event instead of the Enumerate option to create a row for each object in the group up to the index given by the parameter.&lt;/P&gt;&lt;P&gt;This would be a possible version for the Row Value(s) code.&lt;/P&gt;&lt;PRE&gt;Array objects = Group("Drivers").toFlatArray();&lt;BR /&gt;while(objects.length &amp;gt; Model.parameters.NumberOfDrivers)
{
&amp;nbsp; &amp;nbsp; objects.pop();
}

return objects;&lt;/PRE&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 14 Mar 2024 13:01:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-use-statistics-collector-on-only-some-objects-from-a/m-p/13576493#M75610</guid>
      <dc:creator>moehlmann_fe</dc:creator>
      <dc:date>2024-03-14T13:01:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to use statistics collector on only some objects from a group?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-use-statistics-collector-on-only-some-objects-from-a/m-p/13576494#M75611</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Thank you very much! Exactly what I needed.&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 15 Mar 2024 08:06:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-use-statistics-collector-on-only-some-objects-from-a/m-p/13576494#M75611</guid>
      <dc:creator>nilsson_112</dc:creator>
      <dc:date>2024-03-15T08:06:55Z</dc:date>
    </item>
  </channel>
</rss>

