<?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 there any code that can select/open a Global Table? in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/is-there-any-code-that-can-select-open-a-global-table/m-p/13529089#M38229</link>
    <description>&lt;DIV class="fr-view clearfix"&gt;
 Hi 
 &lt;A rel="user" href="https://answers.flexsim.com/users/469/mischa.s.html" nodeid="469"&gt;@Mischa Spelt&lt;/A&gt;, many thanks. We are using this version, for learning and familiarise the software functions.
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
 &lt;P&gt;Could you share what is the code for sorting and filtering the global table data? For example, I would like to use GUI to find a part name or part number in the Global table.&lt;/P&gt; 
&lt;/DIV&gt;</description>
    <pubDate>Wed, 06 Oct 2021 14:55:42 GMT</pubDate>
    <dc:creator>tay_l</dc:creator>
    <dc:date>2021-10-06T14:55:42Z</dc:date>
    <item>
      <title>Is there any code that can select/open a Global Table?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/is-there-any-code-that-can-select-open-a-global-table/m-p/13529077#M38217</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 19.1.0 ]&lt;/I&gt;&lt;/P&gt;&lt;P&gt;I'm developing a GUI using the dashboard part, so I want to add a custom code that opens a Global table each time the user presses a button.&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jan 2020 19:44:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/is-there-any-code-that-can-select-open-a-global-table/m-p/13529077#M38217</guid>
      <dc:creator>manuel_s4</dc:creator>
      <dc:date>2020-01-31T19:44:11Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any code that can select/open a Global Table?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/is-there-any-code-that-can-select-open-a-global-table/m-p/13529078#M38218</link>
      <description>&lt;PRE&gt;applicationcommand("edittable", Model.find("MODEL:/Tools/GlobalTables/GlobalTable1"));&lt;/PRE&gt;</description>
      <pubDate>Fri, 31 Jan 2020 19:50:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/is-there-any-code-that-can-select-open-a-global-table/m-p/13529078#M38218</guid>
      <dc:creator>Matthew_Gillespie</dc:creator>
      <dc:date>2020-01-31T19:50:40Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any code that can select/open a Global Table?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/is-there-any-code-that-can-select-open-a-global-table/m-p/13529079#M38219</link>
      <description>&lt;P&gt;As ALWAYS it worked. Thanks Matt!!&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jan 2020 20:05:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/is-there-any-code-that-can-select-open-a-global-table/m-p/13529079#M38219</guid>
      <dc:creator>manuel_s4</dc:creator>
      <dc:date>2020-01-31T20:05:52Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any code that can select/open a Global Table?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/is-there-any-code-that-can-select-open-a-global-table/m-p/13529080#M38220</link>
      <description>&lt;P&gt;Another question Matt, is there a similar code to open the Time Tables view?&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jan 2020 20:15:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/is-there-any-code-that-can-select-open-a-global-table/m-p/13529080#M38220</guid>
      <dc:creator>manuel_s4</dc:creator>
      <dc:date>2020-01-31T20:15:11Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any code that can select/open a Global Table?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/is-there-any-code-that-can-select-open-a-global-table/m-p/13529081#M38221</link>
      <description>&lt;PRE&gt;treenode timeTable = Model.find("Tools/TimeTables/TimeTable1");
createview("VIEW:/pages/tools/TimeTable Parameters", timeTable.getPath(), timeTable.getPath());&lt;BR /&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 31 Jan 2020 20:24:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/is-there-any-code-that-can-select-open-a-global-table/m-p/13529081#M38221</guid>
      <dc:creator>Matthew_Gillespie</dc:creator>
      <dc:date>2020-01-31T20:24:58Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any code that can select/open a Global Table?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/is-there-any-code-that-can-select-open-a-global-table/m-p/13529082#M38222</link>
      <description>&lt;P&gt;Great! Thanks again Matt! &lt;/P&gt;</description>
      <pubDate>Fri, 31 Jan 2020 20:34:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/is-there-any-code-that-can-select-open-a-global-table/m-p/13529082#M38222</guid>
      <dc:creator>manuel_s4</dc:creator>
      <dc:date>2020-01-31T20:34:34Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any code that can select/open a Global Table?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/is-there-any-code-that-can-select-open-a-global-table/m-p/13529083#M38223</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Hi Mr. Matthew, Im encountered error msg when using this code: applicationcommand("edittable", Table(""));&lt;/P&gt;
 &lt;P&gt;Flexscript Error&lt;SPAN style="white-space:pre;"&gt; &lt;/SPAN&gt;VIEW:/active/GUI testing1054953478/button&amp;gt;OnPress&lt;SPAN style="white-space:pre;"&gt; &lt;/SPAN&gt;line 1&lt;SPAN style="white-space:pre;"&gt; &lt;/SPAN&gt;The function Table is not recognized.&lt;/P&gt;
 &lt;P&gt;Why?&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 05 Oct 2021 07:12:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/is-there-any-code-that-can-select-open-a-global-table/m-p/13529083#M38223</guid>
      <dc:creator>tay_l</dc:creator>
      <dc:date>2021-10-05T07:12:14Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any code that can select/open a Global Table?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/is-there-any-code-that-can-select-open-a-global-table/m-p/13529084#M38224</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;&lt;A rel="user" href="https://answers.flexsim.com/users/32854/tayl.html" nodeid="32854"&gt;@Tay L&lt;/A&gt; I don't understand what you're trying to do. Table("") doesn't do anything. You have to put the name of the table you want in the Table() constructor. But you should really use my example above which works best.&lt;/P&gt;&lt;PRE&gt;applicationcommand("edittable", Model.find("MODEL:/Tools/GlobalTables/YOUR_TABLE_NAME_HERE"));&lt;/PRE&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 05 Oct 2021 16:46:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/is-there-any-code-that-can-select-open-a-global-table/m-p/13529084#M38224</guid>
      <dc:creator>Matthew_Gillespie</dc:creator>
      <dc:date>2021-10-05T16:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any code that can select/open a Global Table?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/is-there-any-code-that-can-select-open-a-global-table/m-p/13529085#M38225</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Hi &lt;A rel="user" href="https://answers.flexsim.com/users/87/matthew.g.html" nodeid="87"&gt;@Matthew Gillespie&lt;/A&gt; thanks for the quick response.&lt;/P&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
 &lt;P&gt;If I use the code below:&lt;/P&gt;
 &lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1633484222215.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1501207i3971D52CAEC22BC9/image-size/large?v=v2&amp;amp;px=999" role="button" title="1633484222215.png" alt="1633484222215.png" /&gt;&lt;/span&gt;&lt;/P&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
 &lt;P&gt;This is the error:&lt;/P&gt;
 &lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1633484239115.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1501209iAEBE4302EA18B980/image-size/large?v=v2&amp;amp;px=999" role="button" title="1633484239115.png" alt="1633484239115.png" /&gt;&lt;/span&gt;&lt;/P&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
 &lt;P&gt;If use the code:&lt;/P&gt;
 &lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1633484265938.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1501211i95CDE79FE33C2E01/image-size/large?v=v2&amp;amp;px=999" role="button" title="1633484265938.png" alt="1633484265938.png" /&gt;&lt;/span&gt;&lt;/P&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
 &lt;P&gt;The table display NULL, and the error mesage belwo:&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="1633484312208.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1501210iAA96CC57C076A4ED/image-size/large?v=v2&amp;amp;px=999" role="button" title="1633484312208.png" alt="1633484312208.png" /&gt;&lt;/span&gt;&lt;/P&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
 &lt;P&gt;Thank you.&lt;/P&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 06 Oct 2021 01:38:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/is-there-any-code-that-can-select-open-a-global-table/m-p/13529085#M38225</guid>
      <dc:creator>tay_l</dc:creator>
      <dc:date>2021-10-06T01:38:50Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any code that can select/open a Global Table?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/is-there-any-code-that-can-select-open-a-global-table/m-p/13529086#M38226</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;A rel="user" href="https://answers.flexsim.com/users/32854/tayl.html" nodeid="32854"&gt;@Tay L&lt;/A&gt; What version of the software are you using? If you're using an older version you should replace Model.find with model().find&lt;/DIV&gt;</description>
      <pubDate>Wed, 06 Oct 2021 04:31:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/is-there-any-code-that-can-select-open-a-global-table/m-p/13529086#M38226</guid>
      <dc:creator>Matthew_Gillespie</dc:creator>
      <dc:date>2021-10-06T04:31:31Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any code that can select/open a Global Table?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/is-there-any-code-that-can-select-open-a-global-table/m-p/13529087#M38227</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;&lt;SPAN style="font-size: 10px;"&gt;Im using Flexsim 7.3. After i use &lt;SPAN style="color: rgb(51, 51, 51); font-family: "&gt;model().find, the &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: rgb(51, 51, 51); font-family: "&gt;table shows NULL and error message :&lt;/SPAN&gt;&lt;/P&gt;
 &lt;P&gt;&lt;EM&gt;&lt;SPAN style="font-size: 10px;"&gt;"Flexscript Error&lt;SPAN style="white-space:pre;"&gt; &lt;/SPAN&gt;VIEW:/active/GUI testing564263746/button&amp;gt;OnPress&lt;SPAN style="white-space:pre;"&gt; &lt;/SPAN&gt;line 1&lt;SPAN style="white-space:pre;"&gt; &lt;/SPAN&gt;The method find is not recognized"&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Wed, 06 Oct 2021 04:53:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/is-there-any-code-that-can-select-open-a-global-table/m-p/13529087#M38227</guid>
      <dc:creator>tay_l</dc:creator>
      <dc:date>2021-10-06T04:53:25Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any code that can select/open a Global Table?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/is-there-any-code-that-can-select-open-a-global-table/m-p/13529088#M38228</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;In FlexSim 7.3 it's&lt;/P&gt;&lt;PRE&gt;node("MODEL:/Tools/...")&lt;/PRE&gt;&lt;P&gt;But why are you still using a version of over 7 years old?&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 06 Oct 2021 12:12:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/is-there-any-code-that-can-select-open-a-global-table/m-p/13529088#M38228</guid>
      <dc:creator>mischa_spelt</dc:creator>
      <dc:date>2021-10-06T12:12:34Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any code that can select/open a Global Table?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/is-there-any-code-that-can-select-open-a-global-table/m-p/13529089#M38229</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 Hi 
 &lt;A rel="user" href="https://answers.flexsim.com/users/469/mischa.s.html" nodeid="469"&gt;@Mischa Spelt&lt;/A&gt;, many thanks. We are using this version, for learning and familiarise the software functions.
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
 &lt;P&gt;Could you share what is the code for sorting and filtering the global table data? For example, I would like to use GUI to find a part name or part number in the Global table.&lt;/P&gt; 
&lt;/DIV&gt;</description>
      <pubDate>Wed, 06 Oct 2021 14:55:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/is-there-any-code-that-can-select-open-a-global-table/m-p/13529089#M38229</guid>
      <dc:creator>tay_l</dc:creator>
      <dc:date>2021-10-06T14:55:42Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any code that can select/open a Global Table?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/is-there-any-code-that-can-select-open-a-global-table/m-p/13529090#M38230</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;&lt;A rel="user" href="https://answers.flexsim.com/users/32854/tayl.html" nodeid="32854"&gt;@Tay L&lt;/A&gt; Please post this as a new question and choose 7.3 in the software version dropdown.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 06 Oct 2021 14:58:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/is-there-any-code-that-can-select-open-a-global-table/m-p/13529090#M38230</guid>
      <dc:creator>Matthew_Gillespie</dc:creator>
      <dc:date>2021-10-06T14:58:22Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any code that can select/open a Global Table?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/is-there-any-code-that-can-select-open-a-global-table/m-p/13529091#M38231</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;A rel="user" href="https://answers.flexsim.com/users/87/matthew.g.html" nodeid="87"&gt;@Matthew Gillespie&lt;/A&gt; ok Thanks!
&lt;/DIV&gt;</description>
      <pubDate>Wed, 06 Oct 2021 15:00:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/is-there-any-code-that-can-select-open-a-global-table/m-p/13529091#M38231</guid>
      <dc:creator>tay_l</dc:creator>
      <dc:date>2021-10-06T15:00:26Z</dc:date>
    </item>
  </channel>
</rss>

