<?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: Query array label issue on Acquire Resource in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/query-array-label-issue-on-acquire-resource/m-p/13588033#M84610</link>
    <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Hi &lt;A rel="user" href="https://answers.flexsim.com/users/43749/leandroom.html" nodeid="43749"&gt;@Leandro Meirelles&lt;/A&gt;, was Joerg Vogel's 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>Thu, 23 Jan 2025 16:32:02 GMT</pubDate>
    <dc:creator>Jeanette_Fullmer</dc:creator>
    <dc:date>2025-01-23T16:32:02Z</dc:date>
    <item>
      <title>Query array label issue on Acquire Resource</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/query-array-label-issue-on-acquire-resource/m-p/13588030#M84607</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 24.2.3 ]&lt;/I&gt;&lt;/P&gt;&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Hello,&lt;/P&gt;
 &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
 &lt;P&gt;I got 3 Machines, each Machine has a label (.numMachine) containing an integer 1, 2 or 3. Ex: Machine1.numMachine = 1.&lt;/P&gt;
 &lt;P&gt;I got a box (flowitem), storing an array label (.numMachines) containing the number of the Machine that it was processed. Ex: Box1.numMachines = Array[2]: {1,2}.&lt;/P&gt;
 &lt;P&gt;So now i want to Acquire a new Machine for the box to be processed, but can't be the same that already was processed by, so if my box was processed by Machine1 and Machine2, i want to acquire Machine3.&lt;/P&gt;
 &lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1737138314019.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1526358i1C2BCABF99B6E4CC/image-size/large?v=v2&amp;amp;px=999" role="button" title="1737138314019.png" alt="1737138314019.png" /&gt;&lt;/span&gt;&lt;/P&gt;
 &lt;P&gt;How can i write a correct query logic?&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 17 Jan 2025 18:28:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/query-array-label-issue-on-acquire-resource/m-p/13588030#M84607</guid>
      <dc:creator>leandroom</dc:creator>
      <dc:date>2025-01-17T18:28:05Z</dc:date>
    </item>
    <item>
      <title>Re: Query array label issue on Acquire Resource</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/query-array-label-issue-on-acquire-resource/m-p/13588031#M84608</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Have you tried to use:&lt;/P&gt;&lt;P&gt;NOT IN&lt;/P&gt;&lt;P&gt;followed by an inserted array clause?&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Sun, 19 Jan 2025 09:39:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/query-array-label-issue-on-acquire-resource/m-p/13588031#M84608</guid>
      <dc:creator>joerg_vogel_HsH</dc:creator>
      <dc:date>2025-01-19T09:39:26Z</dc:date>
    </item>
    <item>
      <title>Re: Query array label issue on Acquire Resource</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/query-array-label-issue-on-acquire-resource/m-p/13588032#M84609</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;"Pulled" and "token" are not valid keywords in the query. The thing that is queried can be accessed through "value" (though any text that has no other meaning will automatically be interpreted as a label on the value). Other parameters can be passed into the query through the use of "puller". In an Acquire activity the puller is always the token (in Pull from List the user can specify the puller).&lt;/P&gt;&lt;P&gt;So the query should be &lt;/P&gt;&lt;PRE&gt;WHERE numMachine NOT IN puller.item.numMachines&lt;/PRE&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 20 Jan 2025 07:06:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/query-array-label-issue-on-acquire-resource/m-p/13588032#M84609</guid>
      <dc:creator>moehlmann_fe</dc:creator>
      <dc:date>2025-01-20T07:06:04Z</dc:date>
    </item>
    <item>
      <title>Re: Query array label issue on Acquire Resource</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/query-array-label-issue-on-acquire-resource/m-p/13588033#M84610</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Hi &lt;A rel="user" href="https://answers.flexsim.com/users/43749/leandroom.html" nodeid="43749"&gt;@Leandro Meirelles&lt;/A&gt;, was Joerg Vogel's 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>Thu, 23 Jan 2025 16:32:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/query-array-label-issue-on-acquire-resource/m-p/13588033#M84610</guid>
      <dc:creator>Jeanette_Fullmer</dc:creator>
      <dc:date>2025-01-23T16:32:02Z</dc:date>
    </item>
  </channel>
</rss>

