<?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: Is it possible to create a custom chart in the dashboard? in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/is-it-possible-to-create-a-custom-chart-in-the-dashboard/m-p/13599108#M93228</link>
    <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;&lt;A rel="user" href="https://answers.flexsim.com/users/19365/felixmh.html" nodeid="19365"&gt;@Felix Möhlmann&lt;/A&gt; Hi, you're correct about the wrong formula, my bad it should be LC/233 * Output, anyhow I have Finish building the custom chart and it works well.&lt;/P&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
 &lt;P&gt;&lt;SPAN class="fr-video fr-dvb fr-draggable fr-active"&gt;
   &lt;VIDEO controls="" src="https://forums.autodesk.com/storage/attachments/71843-2023-07-28-0747-10.mp4"&gt;
    Your browser does not support HTML5 video.
   &lt;/VIDEO&gt;&lt;/SPAN&gt;&lt;/P&gt;
 &lt;P&gt;Just another query for me is, is it possible to inject the result of the calculated table in to the global table?&lt;/P&gt;
 &lt;P&gt;for example is below, I have assign the operator trigger on start task to write value of 1 in the global table 2, then I Sum the value of global table 2 in the calculated table to get the total MP working in the model, Is there a way to inject the result of the sum of the operated in the calculated table to Global table 1 in MP column?&lt;/P&gt;
 &lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Image.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1520156i021C51DD020174E0/image-size/large?v=v2&amp;amp;px=999" role="button" title="Image.png" alt="Image.png" /&gt;&lt;/span&gt;&lt;/P&gt;
 &lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1690505880002.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1518461i4B06C95B0E18B265/image-size/large?v=v2&amp;amp;px=999" role="button" title="1690505880002.png" alt="1690505880002.png" /&gt;&lt;/span&gt;&lt;/P&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
 &lt;P&gt;or there is any other better way to do this?&lt;/P&gt;
 &lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/71842-custom-dashboard.fsm" target="_blank"&gt;Custom Dashboard.fsm&lt;/A&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
    <pubDate>Fri, 28 Jul 2023 01:00:30 GMT</pubDate>
    <dc:creator>an_lam2</dc:creator>
    <dc:date>2023-07-28T01:00:30Z</dc:date>
    <item>
      <title>Is it possible to create a custom chart in the dashboard?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/is-it-possible-to-create-a-custom-chart-in-the-dashboard/m-p/13599104#M93224</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 19.2.4 ]&lt;/I&gt;&lt;/P&gt;&lt;DIV class="fr-view clearfix"&gt;
 &lt;P id="isPasted"&gt;Hi, I need help on the following, is it possible to create a custom chart in the dashboard using the following formula below?&lt;/P&gt;
 &lt;P&gt;Define the variables:&lt;/P&gt;
 &lt;OL&gt;&lt;LI&gt;&lt;SPAN style="color: rgb(0, 0, 0);"&gt;1. LC (Labour count is a constant given number)&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="color: rgb(0, 0, 0);"&gt;2. Standard Efficiency divider = 233&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="color: rgb(0, 0, 0);"&gt;3. Actual Manpower (Number of operators in the model)&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="color: rgb(0, 0, 0);"&gt;4. Production Hour (Simulation time/hour)&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="color: rgb(0, 0, 0);"&gt;5. Output (where output of the end queue)&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
 &lt;P&gt;Formula:&lt;/P&gt;
 &lt;P&gt;Ideal Time = LC * 233 / Output&lt;/P&gt;
 &lt;P&gt;Actual Production Hour = Actual Manpower * Production Hour&lt;/P&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
 &lt;P&gt;In the dashboard, calculate:&lt;/P&gt;
 &lt;P&gt;Efficiency = Ideal Time / Actual Production Hour&lt;/P&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
 &lt;P&gt;Example:&lt;/P&gt;
 &lt;P&gt;LC = 1.3&lt;/P&gt;
 &lt;P&gt;Standard Eff Divider = 233&lt;/P&gt;
 &lt;P&gt;Actual Manpower = 2&lt;/P&gt;
 &lt;P&gt;production hour = 1 hour&lt;/P&gt;
 &lt;P&gt;Output = 292 pieces&lt;/P&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
 &lt;P&gt;Ideal Time = 1.3 * 233 / 292 = 1.037&lt;/P&gt;
 &lt;P&gt;Actual Production Hour = 2 * 1 = 2&lt;/P&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
 &lt;P&gt;Efficiency = Ideal Time / Actual Production Hour = 1.037/2 = 0.518 or 51.8%&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="1690168512380.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1518463i9622E2CD67ECDF89/image-size/large?v=v2&amp;amp;px=999" role="button" title="1690168512380.png" alt="1690168512380.png" /&gt;&lt;/span&gt;&lt;/P&gt;
 &lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/71441-custom-dashboard.fsm" target="_blank"&gt;Custom Dashboard.fsm&lt;/A&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Mon, 24 Jul 2023 03:21:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/is-it-possible-to-create-a-custom-chart-in-the-dashboard/m-p/13599104#M93224</guid>
      <dc:creator>an_lam2</dc:creator>
      <dc:date>2023-07-24T03:21:03Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to create a custom chart in the dashboard?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/is-it-possible-to-create-a-custom-chart-in-the-dashboard/m-p/13599105#M93225</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;&lt;A rel="user" href="https://answers.flexsim.com/users/18116/anlam2.html" nodeid="18116"&gt;@An L2&lt;/A&gt;, yes, it is possible. Please do some of the tutorials about advanced techniques gathering data. If I would do this, I'd start with a standard ouput statistic collector, a calculated table and a dashboard with a pie chart.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 24 Jul 2023 04:25:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/is-it-possible-to-create-a-custom-chart-in-the-dashboard/m-p/13599105#M93225</guid>
      <dc:creator>joerg_vogel_HsH</dc:creator>
      <dc:date>2023-07-24T04:25:58Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to create a custom chart in the dashboard?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/is-it-possible-to-create-a-custom-chart-in-the-dashboard/m-p/13599106#M93226</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;&lt;A rel="user" href="https://answers.flexsim.com/users/461/joerg.v.html" nodeid="461"&gt;@Joerg Vogel&lt;/A&gt; Thanks for the tip, I have tried to study your suggestion, currently I can calculate for Ideal Time base on the formula I have given in the post, but I'm still lost on how to do this custom chart. &lt;/P&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
 &lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/71768-custom-dashboard.fsm" target="_blank"&gt;Custom Dashboard.fsm&lt;/A&gt;&lt;/P&gt;
 &lt;span class="lia-inline-image-display-wrapper" image-alt="1690441765813.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1518458iDED7F09FA3678D7B/image-size/large?v=v2&amp;amp;px=999" role="button" title="1690441765813.png" alt="1690441765813.png" /&gt;&lt;/span&gt;
 &lt;P&gt;&lt;/P&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
 &lt;P&gt;&lt;SPAN class="fr-video fr-draggable fr-dvb fr-active"&gt;
   &lt;VIDEO controls="" src="https://forums.autodesk.com/storage/attachments/71755-2023-07-27-1408-30.mp4"&gt;
    Your browser does not support HTML5 video.
   &lt;/VIDEO&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 27 Jul 2023 07:10:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/is-it-possible-to-create-a-custom-chart-in-the-dashboard/m-p/13599106#M93226</guid>
      <dc:creator>an_lam2</dc:creator>
      <dc:date>2023-07-27T07:10:28Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to create a custom chart in the dashboard?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/is-it-possible-to-create-a-custom-chart-in-the-dashboard/m-p/13599107#M93227</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;It looks like all you have to do is divide that value by the current model time (in hours). You can do that directly in the Calculated Table with a custom expression metric.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1690458401872.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1518456iC7C418E6DE327743/image-size/large?v=v2&amp;amp;px=999" role="button" title="1690458401872.png" alt="1690458401872.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Then add a base chart of your chosen type and choose the Calculated Table as data source.&lt;/P&gt;&lt;P&gt;Though I have some doubts whether your formula is correct. Why would the efficiency drop if the output goes up?&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 27 Jul 2023 11:48:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/is-it-possible-to-create-a-custom-chart-in-the-dashboard/m-p/13599107#M93227</guid>
      <dc:creator>moehlmann_fe</dc:creator>
      <dc:date>2023-07-27T11:48:05Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to create a custom chart in the dashboard?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/is-it-possible-to-create-a-custom-chart-in-the-dashboard/m-p/13599108#M93228</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;&lt;A rel="user" href="https://answers.flexsim.com/users/19365/felixmh.html" nodeid="19365"&gt;@Felix Möhlmann&lt;/A&gt; Hi, you're correct about the wrong formula, my bad it should be LC/233 * Output, anyhow I have Finish building the custom chart and it works well.&lt;/P&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
 &lt;P&gt;&lt;SPAN class="fr-video fr-dvb fr-draggable fr-active"&gt;
   &lt;VIDEO controls="" src="https://forums.autodesk.com/storage/attachments/71843-2023-07-28-0747-10.mp4"&gt;
    Your browser does not support HTML5 video.
   &lt;/VIDEO&gt;&lt;/SPAN&gt;&lt;/P&gt;
 &lt;P&gt;Just another query for me is, is it possible to inject the result of the calculated table in to the global table?&lt;/P&gt;
 &lt;P&gt;for example is below, I have assign the operator trigger on start task to write value of 1 in the global table 2, then I Sum the value of global table 2 in the calculated table to get the total MP working in the model, Is there a way to inject the result of the sum of the operated in the calculated table to Global table 1 in MP column?&lt;/P&gt;
 &lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Image.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1520156i021C51DD020174E0/image-size/large?v=v2&amp;amp;px=999" role="button" title="Image.png" alt="Image.png" /&gt;&lt;/span&gt;&lt;/P&gt;
 &lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1690505880002.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1518461i4B06C95B0E18B265/image-size/large?v=v2&amp;amp;px=999" role="button" title="1690505880002.png" alt="1690505880002.png" /&gt;&lt;/span&gt;&lt;/P&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
 &lt;P&gt;or there is any other better way to do this?&lt;/P&gt;
 &lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/71842-custom-dashboard.fsm" target="_blank"&gt;Custom Dashboard.fsm&lt;/A&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 28 Jul 2023 01:00:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/is-it-possible-to-create-a-custom-chart-in-the-dashboard/m-p/13599108#M93228</guid>
      <dc:creator>an_lam2</dc:creator>
      <dc:date>2023-07-28T01:00:30Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to create a custom chart in the dashboard?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/is-it-possible-to-create-a-custom-chart-in-the-dashboard/m-p/13599109#M93229</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;I would update the value in GlobalTable1 in the same trigger that changes the value in GlobalTable2. Then the MP value will always be up to date as well and you can forego the Calculated Table entirely.&lt;/P&gt;&lt;P&gt;You can use &lt;A rel="noopener noreferrer" id="isPasted" href="https://docs.flexsim.com/en/23.1/Reference/CodingInFlexSim/FlexScriptAPIReference/Data/Table.html#Method-query" target="_blank"&gt;Table.query()&lt;/A&gt; to run a SQL query in code. &lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 28 Jul 2023 06:00:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/is-it-possible-to-create-a-custom-chart-in-the-dashboard/m-p/13599109#M93229</guid>
      <dc:creator>moehlmann_fe</dc:creator>
      <dc:date>2023-07-28T06:00:06Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to create a custom chart in the dashboard?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/is-it-possible-to-create-a-custom-chart-in-the-dashboard/m-p/13599110#M93230</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Hi &lt;A rel="user" href="https://answers.flexsim.com/users/19365/felixmh.html" nodeid="19365"&gt;@Felix Möhlmann&lt;/A&gt;, I'm quite lost with your instruction and Table.query, sorry about this but I'm not really familiar with programming languages, can you help by making an example so I can better understand. Thank you. &lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 28 Jul 2023 07:13:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/is-it-possible-to-create-a-custom-chart-in-the-dashboard/m-p/13599110#M93230</guid>
      <dc:creator>an_lam2</dc:creator>
      <dc:date>2023-07-28T07:13:36Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to create a custom chart in the dashboard?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/is-it-possible-to-create-a-custom-chart-in-the-dashboard/m-p/13599111#M93231</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Here's a simple example model in which the global tables are updated in the queues' OnEntry trigger.&lt;/P&gt;&lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/71858-query-example.fsm" target="_blank"&gt;query-example.fsm&lt;/A&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 28 Jul 2023 07:49:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/is-it-possible-to-create-a-custom-chart-in-the-dashboard/m-p/13599111#M93231</guid>
      <dc:creator>moehlmann_fe</dc:creator>
      <dc:date>2023-07-28T07:49:46Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to create a custom chart in the dashboard?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/is-it-possible-to-create-a-custom-chart-in-the-dashboard/m-p/13599112#M93232</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Hi &lt;A rel="user" href="https://answers.flexsim.com/users/19365/felixmh.html" nodeid="19365"&gt;@Felix Möhlmann&lt;/A&gt; I kind of understand the code script in queues trigger, after checking and trying it out with a task executor I'm getting an error, so I tried to use the Trigger On Start task "Write to GlobalTable" with a value of 1 for each operator, Then I use "user events" to paste and edit parts of the code you provided for table.query. In a way this is what I'm looking for but I'm not still sure, will doing like this is, okay?&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="1690535469594.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1518462iA454C6A72BCC0751/image-size/large?v=v2&amp;amp;px=999" role="button" title="1690535469594.png" alt="1690535469594.png" /&gt;&lt;/span&gt;&lt;/P&gt;
 &lt;P&gt;Thanks alot!&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 28 Jul 2023 09:16:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/is-it-possible-to-create-a-custom-chart-in-the-dashboard/m-p/13599112#M93232</guid>
      <dc:creator>an_lam2</dc:creator>
      <dc:date>2023-07-28T09:16:17Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to create a custom chart in the dashboard?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/is-it-possible-to-create-a-custom-chart-in-the-dashboard/m-p/13599113#M93233</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;It should work. But I don't see why you would need to update the sum value every second. If the values only change in the operators' trigger, then updating the sum in that trigger is enough to always have an up to date value.&lt;/DIV&gt;</description>
      <pubDate>Fri, 28 Jul 2023 10:11:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/is-it-possible-to-create-a-custom-chart-in-the-dashboard/m-p/13599113#M93233</guid>
      <dc:creator>moehlmann_fe</dc:creator>
      <dc:date>2023-07-28T10:11:57Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to create a custom chart in the dashboard?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/is-it-possible-to-create-a-custom-chart-in-the-dashboard/m-p/13599114#M93234</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Hi &lt;A rel="user" href="https://answers.flexsim.com/users/18116/anlam2.html" nodeid="18116"&gt;@Aries Vash&lt;/A&gt;, was the answer helpful? If so, please click the "Accept" button at the bottom of their answer. Or if you still have questions, add a comment and we'll continue the conversation.&lt;/P&gt;
 &lt;P&gt;If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always comment back to reopen your question.&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 02 Aug 2023 15:59:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/is-it-possible-to-create-a-custom-chart-in-the-dashboard/m-p/13599114#M93234</guid>
      <dc:creator>julie_weller</dc:creator>
      <dc:date>2023-08-02T15:59:02Z</dc:date>
    </item>
  </channel>
</rss>

