<?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 How to create a Dashboard Table with filtered information from a List? in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-create-a-dashboard-table-with-filtered-information-from-a/m-p/13544330#M50416</link>
    <description>&lt;P&gt;&lt;I&gt;[ FlexSim 20.1.0 ]&lt;/I&gt;&lt;/P&gt;&lt;P&gt;Hi, &lt;/P&gt;
&lt;P&gt;I have elements on a list and I would like to plot a &lt;STRONG&gt;summary &lt;/STRONG&gt;on a table with fields such as item &lt;EM&gt;Type &lt;/EM&gt;and &lt;EM&gt;Destiny &lt;/EM&gt;so i can then filter data to obtain statistics like the minimum, maximum and average items in the list (as shown in the "Summary table" of the image).&lt;/P&gt;
&lt;P&gt;How can i do this? I know a Calculated table may be the answer but I don't know if it its better with a statistics collector.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="26374-listexample.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1501526i4372DB4F26FC6F51/image-size/large?v=v2&amp;amp;px=999" role="button" title="26374-listexample.png" alt="26374-listexample.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I attach an example model for better understanding.&lt;/P&gt;
&lt;P&gt;&lt;A rel="nofollow" href="https://answers.flexsim.com/storage/attachments/26378-example-list-to-table-answers.fsm"&gt;example-list-to-table-answers.fsm&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 12 Mar 2020 20:21:32 GMT</pubDate>
    <dc:creator>andres_pgm</dc:creator>
    <dc:date>2020-03-12T20:21:32Z</dc:date>
    <item>
      <title>How to create a Dashboard Table with filtered information from a List?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-create-a-dashboard-table-with-filtered-information-from-a/m-p/13544330#M50416</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 20.1.0 ]&lt;/I&gt;&lt;/P&gt;&lt;P&gt;Hi, &lt;/P&gt;
&lt;P&gt;I have elements on a list and I would like to plot a &lt;STRONG&gt;summary &lt;/STRONG&gt;on a table with fields such as item &lt;EM&gt;Type &lt;/EM&gt;and &lt;EM&gt;Destiny &lt;/EM&gt;so i can then filter data to obtain statistics like the minimum, maximum and average items in the list (as shown in the "Summary table" of the image).&lt;/P&gt;
&lt;P&gt;How can i do this? I know a Calculated table may be the answer but I don't know if it its better with a statistics collector.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="26374-listexample.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1501526i4372DB4F26FC6F51/image-size/large?v=v2&amp;amp;px=999" role="button" title="26374-listexample.png" alt="26374-listexample.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I attach an example model for better understanding.&lt;/P&gt;
&lt;P&gt;&lt;A rel="nofollow" href="https://answers.flexsim.com/storage/attachments/26378-example-list-to-table-answers.fsm"&gt;example-list-to-table-answers.fsm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Mar 2020 20:21:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-create-a-dashboard-table-with-filtered-information-from-a/m-p/13544330#M50416</guid>
      <dc:creator>andres_pgm</dc:creator>
      <dc:date>2020-03-12T20:21:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a Dashboard Table with filtered information from a List?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-create-a-dashboard-table-with-filtered-information-from-a/m-p/13544331#M50417</link>
      <description>&lt;P&gt;
	A Calculated Table doesn't work to well here, because the average needs to be time weighted. A Statistics Collector is the correct tool for this case.&lt;/P&gt;&lt;P&gt;
	I made a summary table like you wanted:&lt;/P&gt;&lt;P&gt;
	&lt;span class="lia-inline-image-display-wrapper" image-alt="26380-list-summary-table.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1501525iA8BFB62895F0E919/image-size/large?v=v2&amp;amp;px=999" role="button" title="26380-list-summary-table.png" alt="26380-list-summary-table.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;
	&lt;A id="26381" href="https://answers.flexsim.com/storage/attachments/26381-example-list-to-table-answers-modified.fsm"&gt;example-list-to-table-answers-modified.fsm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;
	In the next release of the beta, there will be an Additional Tools tutorial (task 2.7) that covers most of what I did here.&lt;/P&gt;&lt;P&gt;
	Basically, this stats collector works by listening to when items are pushed and pulled from the list. When they are pushed and pulled, the stats collector figures out which row to update. Since there is one row per combination of Destiny and Type, that is the Row Value. Each row also has a row label called Content that is a Tracked Variable. Tracked Variables are nice because as you set them, they calculate the min, max and average for you. So as items are pushed and pulled, I increment a tracked variable on each row, and show the min, max, and average in the table.&lt;/P&gt;&lt;P&gt;
	Note that the minimum is zero. Unless you use a warmup time, the minimum is likely to always be zero. Also, since there is no flow off the list, the max is the same as the current value.&lt;/P&gt;&lt;P&gt;
	You may also be interested to know that you could listen to the On Slot Entry and On Slot Exit of the Storage System. Since your list seems to only be used for stats, dispense with the list and just use the Storage System events, and get the same table.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Mar 2020 20:50:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-create-a-dashboard-table-with-filtered-information-from-a/m-p/13544331#M50417</guid>
      <dc:creator>JordanLJohnson</dc:creator>
      <dc:date>2020-03-12T20:50:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a Dashboard Table with filtered information from a List?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-create-a-dashboard-table-with-filtered-information-from-a/m-p/13544332#M50418</link>
      <description>&lt;P&gt;Thanks Jordan, this is what I was searching for but I have one more question.&lt;/P&gt;
&lt;P&gt;How can it be done on the 20.0.2 version? The Statistics collector window does not have the same properties.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Mar 2020 22:58:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-create-a-dashboard-table-with-filtered-information-from-a/m-p/13544332#M50418</guid>
      <dc:creator>andres_pgm</dc:creator>
      <dc:date>2020-03-12T22:58:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a Dashboard Table with filtered information from a List?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-create-a-dashboard-table-with-filtered-information-from-a/m-p/13544333#M50419</link>
      <description>&lt;P&gt;In version 20.0, you would need to create a Process Flow to manage the tracked variables. It is much more complicated. If you still need this information, please ask it as a new question.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Mar 2020 15:54:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-create-a-dashboard-table-with-filtered-information-from-a/m-p/13544333#M50419</guid>
      <dc:creator>JordanLJohnson</dc:creator>
      <dc:date>2020-03-18T15:54:44Z</dc:date>
    </item>
  </channel>
</rss>

