<?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: Date/Time On Time Plot X-Axis in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/date-time-on-time-plot-x-axis/m-p/13775660#M97700</link>
    <description>&lt;P&gt;Thank you both for your comments. I pulled out the datetime to the global table using "Model.dateTime" and then pulled that into the calculated table. For anyone reading this, the key to make the date show up "looking like a date string" on the x-axis of the of the chart of the calculated table is to go to the "Display Format" tab of the calculated table and change the format from "Raw" to "Date/Time". This will make the plot you have show the date in a human readable string-style date format rather than in number form.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="nmzenke_0-1755697939949.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1562980iA021E054B1920AA3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="nmzenke_0-1755697939949.png" alt="nmzenke_0-1755697939949.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 20 Aug 2025 13:56:09 GMT</pubDate>
    <dc:creator>nmzenke</dc:creator>
    <dc:date>2025-08-20T13:56:09Z</dc:date>
    <item>
      <title>Date/Time On Time Plot X-Axis</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/date-time-on-time-plot-x-axis/m-p/13774017#M97679</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/17286793"&gt;@moehlmann_fe&lt;/a&gt;Was very helpful with a question about plotting global tables using calculated tables recently.&lt;/P&gt;&lt;P&gt;I have a follow on question but figured it should stand alone as it's own question.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Basically, when I have a global table that has a date/time column (stored as a string) and I pull that into the calculated table for plotting purposes it looks like that time plot does not accept that column as a valid x-axis which can be plotted against another column value on a y-axis.&lt;/P&gt;&lt;P&gt;Any ideas for what is going wrong here?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See the bottom chart on the attached model for the behavior. Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 19 Aug 2025 15:24:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/date-time-on-time-plot-x-axis/m-p/13774017#M97679</guid>
      <dc:creator>nmzenke</dc:creator>
      <dc:date>2025-08-19T15:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: Date/Time On Time Plot X-Axis</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/date-time-on-time-plot-x-axis/m-p/13774954#M97685</link>
      <description>&lt;P&gt;A string is not a value that inherits per default a rule to convert a date string into a number. All you can receive is an order like first string, second string, and so on. A statistical relation for a date must be a number and not just an order. If you convert a date string into a number, you have such an relation for a chart.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Aug 2025 05:31:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/date-time-on-time-plot-x-axis/m-p/13774954#M97685</guid>
      <dc:creator>joerg_vogel_HsH</dc:creator>
      <dc:date>2025-08-20T05:31:53Z</dc:date>
    </item>
    <item>
      <title>Re: Date/Time On Time Plot X-Axis</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/date-time-on-time-plot-x-axis/m-p/13774990#M97687</link>
      <description>&lt;P&gt;To convert the string to FlexSim's datetime format, use the DateTime class.&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.flexsim.com/en/25.2/Reference/CodingInFlexSim/FlexScriptAPIReference/Data/DateTime.html#Method-DateTime" target="_blank"&gt;https://docs.flexsim.com/en/25.2/Reference/CodingInFlexSim/FlexScriptAPIReference/Data/DateTime.html#Method-DateTime&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Aug 2025 06:00:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/date-time-on-time-plot-x-axis/m-p/13774990#M97687</guid>
      <dc:creator>moehlmann_fe</dc:creator>
      <dc:date>2025-08-20T06:00:34Z</dc:date>
    </item>
    <item>
      <title>Re: Date/Time On Time Plot X-Axis</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/date-time-on-time-plot-x-axis/m-p/13775660#M97700</link>
      <description>&lt;P&gt;Thank you both for your comments. I pulled out the datetime to the global table using "Model.dateTime" and then pulled that into the calculated table. For anyone reading this, the key to make the date show up "looking like a date string" on the x-axis of the of the chart of the calculated table is to go to the "Display Format" tab of the calculated table and change the format from "Raw" to "Date/Time". This will make the plot you have show the date in a human readable string-style date format rather than in number form.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="nmzenke_0-1755697939949.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1562980iA021E054B1920AA3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="nmzenke_0-1755697939949.png" alt="nmzenke_0-1755697939949.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Aug 2025 13:56:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/date-time-on-time-plot-x-axis/m-p/13775660#M97700</guid>
      <dc:creator>nmzenke</dc:creator>
      <dc:date>2025-08-20T13:56:09Z</dc:date>
    </item>
  </channel>
</rss>

