<?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: How to choose random slot out of available slots everyday? in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-choose-random-slot-out-of-available-slots-everyday/m-p/13505096#M19342</link>
    <description>&lt;DIV class="fr-view clearfix"&gt;
 Hi @Kavika F,
 &lt;P&gt;Thanks for your answer!&lt;/P&gt;
 &lt;P&gt;Since we are defining the array manually with 10 elements, I don't feel it is having scalability if we are changing number of slots.&lt;/P&gt;
 &lt;P&gt;Thank you!&lt;/P&gt;
&lt;/DIV&gt;</description>
    <pubDate>Sun, 15 May 2022 02:24:54 GMT</pubDate>
    <dc:creator>rajankur6494</dc:creator>
    <dc:date>2022-05-15T02:24:54Z</dc:date>
    <item>
      <title>How to choose random slot out of available slots everyday?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-choose-random-slot-out-of-available-slots-everyday/m-p/13505092#M19338</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 21.0.10 ]&lt;/I&gt;&lt;/P&gt;&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Hi Team,&lt;/P&gt;
 &lt;P&gt;I have 10 arrival slots available as below:&lt;/P&gt;
 &lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1652439195272.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1510360iF860FEB65D1A2FC1/image-size/large?v=v2&amp;amp;px=999" role="button" title="1652439195272.png" alt="1652439195272.png" /&gt;&lt;/span&gt;&lt;/P&gt;
 &lt;P&gt;How to choose 5 slots randomly daily basis?&lt;/P&gt;
 &lt;P&gt;Thank you!&lt;/P&gt;
 &lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/52160-randomslotselection.fsm" target="_blank"&gt;RandomSlotSelection.fsm&lt;/A&gt;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 13 May 2022 11:16:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-choose-random-slot-out-of-available-slots-everyday/m-p/13505092#M19338</guid>
      <dc:creator>rajankur6494</dc:creator>
      <dc:date>2022-05-13T11:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to choose random slot out of available slots everyday?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-choose-random-slot-out-of-available-slots-everyday/m-p/13505093#M19339</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;The attached file uses a Global Table to evaluate Arrival and Departure times for each token. First, change the Source quantity to produce the total number of items to be delivered that day (5). The Assign Labels activity does 5 things:&lt;/P&gt;&lt;P&gt;1. Assigns a random Label to the token (1-10)&lt;/P&gt;&lt;P&gt;2. Looks at the Global table to find the Arrival/Departure times&lt;/P&gt;&lt;P&gt;3. Converts both Arrival and Departure times into seconds&lt;/P&gt;&lt;P&gt;4. Calculates correct arrival time in the model&lt;/P&gt;&lt;P&gt;5. Calculates Processing time (between arrival and departure)&lt;/P&gt;&lt;P&gt;The first delay activity waits for each arrival time to be reached (DelayTime for each). The second delay lasts for the Processing Duration.&lt;/P&gt;&lt;P&gt;Does this answer your question?&lt;/P&gt;&lt;P&gt;&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/52195-randomslotselection-solution2.fsm" target="_blank"&gt;RandomSlotSelection_Solution2.fsm&lt;/A&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 13 May 2022 19:29:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-choose-random-slot-out-of-available-slots-everyday/m-p/13505093#M19339</guid>
      <dc:creator>jonah_kendellR47TC</dc:creator>
      <dc:date>2022-05-13T19:29:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to choose random slot out of available slots everyday?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-choose-random-slot-out-of-available-slots-everyday/m-p/13505094#M19340</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Here's another possibility with custom code. In the source activity, we set a label "keep". At the beginning of each cycle, we shuffle an array with possible paths and then assign them to each token based upon it's index. This code can be found in the Source activity under the Custom Code value.&lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/52198-test1.fsm" target="_blank"&gt;test1.fsm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1652475554865.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1510354i05AAE704E6FC057C/image-size/large?v=v2&amp;amp;px=999" role="button" title="1652475554865.png" alt="1652475554865.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 13 May 2022 21:00:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-choose-random-slot-out-of-available-slots-everyday/m-p/13505094#M19340</guid>
      <dc:creator>kavika_faleumu</dc:creator>
      <dc:date>2022-05-13T21:00:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to choose random slot out of available slots everyday?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-choose-random-slot-out-of-available-slots-everyday/m-p/13505095#M19341</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 I couldn't open the model since I am using version 21.1.5.
&lt;/DIV&gt;</description>
      <pubDate>Sun, 15 May 2022 02:16:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-choose-random-slot-out-of-available-slots-everyday/m-p/13505095#M19341</guid>
      <dc:creator>rajankur6494</dc:creator>
      <dc:date>2022-05-15T02:16:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to choose random slot out of available slots everyday?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-choose-random-slot-out-of-available-slots-everyday/m-p/13505096#M19342</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 Hi @Kavika F,
 &lt;P&gt;Thanks for your answer!&lt;/P&gt;
 &lt;P&gt;Since we are defining the array manually with 10 elements, I don't feel it is having scalability if we are changing number of slots.&lt;/P&gt;
 &lt;P&gt;Thank you!&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Sun, 15 May 2022 02:24:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-choose-random-slot-out-of-available-slots-everyday/m-p/13505096#M19342</guid>
      <dc:creator>rajankur6494</dc:creator>
      <dc:date>2022-05-15T02:24:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to choose random slot out of available slots everyday?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-choose-random-slot-out-of-available-slots-everyday/m-p/13505097#M19343</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Sorry about that. Here is some of the data I used in my example.&lt;/P&gt;&lt;P&gt;The Assign Labels Activity:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1652715467135.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1510357i1D943A0F0AFA87AE/image-size/large?v=v2&amp;amp;px=999" role="button" title="1652715467135.png" alt="1652715467135.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The DelayTime Custom Code:&lt;/P&gt;&lt;P style="margin-top:0in;margin-right:0in;margin-bottom:0in;margin-left:0in;line-height:normal;font-size:15px;font-family:"&gt;&lt;SPAN style="font-size:12px;font-family:"&gt;/**Custom Code*/&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top:0in;margin-right:0in;margin-bottom:0in;margin-left:0in;line-height:normal;font-size:15px;font-family:"&gt;&lt;STRONG&gt;&lt;SPAN style="font-size:12px;font-family:"&gt;Object&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size:12px;font-family:"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="font-size:12px;font-family:"&gt;current&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size:12px;font-family:"&gt; = &lt;/SPAN&gt;&lt;SPAN style="font-size:12px;font-family:"&gt;param&lt;/SPAN&gt;&lt;SPAN style="font-size:12px;font-family:"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size:12px;font-family:"&gt;1&lt;/SPAN&gt;&lt;SPAN style="font-size:12px;font-family:"&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top:0in;margin-right:0in;margin-bottom:0in;margin-left:0in;line-height:normal;font-size:15px;font-family:"&gt;&lt;STRONG&gt;&lt;SPAN style="font-size:12px;font-family:"&gt;treenode&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size:12px;font-family:"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="font-size:12px;font-family:"&gt;activity&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size:12px;font-family:"&gt; = &lt;/SPAN&gt;&lt;SPAN style="font-size:12px;font-family:"&gt;param&lt;/SPAN&gt;&lt;SPAN style="font-size:12px;font-family:"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size:12px;font-family:"&gt;2&lt;/SPAN&gt;&lt;SPAN style="font-size:12px;font-family:"&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top:0in;margin-right:0in;margin-bottom:0in;margin-left:0in;line-height:normal;font-size:15px;font-family:"&gt;&lt;STRONG&gt;&lt;SPAN style="font-size:12px;font-family:"&gt;Token&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size:12px;font-family:"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="font-size:12px;font-family:"&gt;token&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size:12px;font-family:"&gt; = &lt;/SPAN&gt;&lt;SPAN style="font-size:12px;font-family:"&gt;param&lt;/SPAN&gt;&lt;SPAN style="font-size:12px;font-family:"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size:12px;font-family:"&gt;3&lt;/SPAN&gt;&lt;SPAN style="font-size:12px;font-family:"&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top:0in;margin-right:0in;margin-bottom:0in;margin-left:0in;line-height:normal;font-size:15px;font-family:"&gt;&lt;STRONG&gt;&lt;SPAN style="font-size:12px;font-family:"&gt;Variant&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size:12px;font-family:"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="font-size:12px;font-family:"&gt;assignTo&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size:12px;font-family:"&gt; = &lt;/SPAN&gt;&lt;SPAN style="font-size:12px;font-family:"&gt;param&lt;/SPAN&gt;&lt;SPAN style="font-size:12px;font-family:"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size:12px;font-family:"&gt;4&lt;/SPAN&gt;&lt;SPAN style="font-size:12px;font-family:"&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top:0in;margin-right:0in;margin-bottom:0in;margin-left:0in;line-height:normal;font-size:15px;font-family:"&gt;&lt;STRONG&gt;&lt;SPAN style="font-size:12px;font-family:"&gt;string&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size:12px;font-family:"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="font-size:12px;font-family:"&gt;labelName&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size:12px;font-family:"&gt; = &lt;/SPAN&gt;&lt;SPAN style="font-size:12px;font-family:"&gt;param&lt;/SPAN&gt;&lt;SPAN style="font-size:12px;font-family:"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size:12px;font-family:"&gt;5&lt;/SPAN&gt;&lt;SPAN style="font-size:12px;font-family:"&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top:0in;margin-right:0in;margin-bottom:0in;margin-left:0in;line-height:normal;font-size:15px;font-family:"&gt;&lt;STRONG&gt;&lt;SPAN style="font-size:12px;font-family:"&gt;treenode&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size:12px;font-family:"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="font-size:12px;font-family:"&gt;processFlow&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size:12px;font-family:"&gt; = &lt;/SPAN&gt;&lt;SPAN style="font-size:12px;font-family:"&gt;ownerobject&lt;/SPAN&gt;&lt;SPAN style="font-size:12px;font-family:"&gt;(&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="font-size:12px;font-family:"&gt;activity&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size:12px;font-family:"&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top:0in;margin-right:0in;margin-bottom:0in;margin-left:0in;line-height:normal;font-size:15px;font-family:"&gt;&lt;SPAN style="font-size:12px;font-family:"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top:0in;margin-right:0in;margin-bottom:0in;margin-left:0in;line-height:normal;font-size:15px;font-family:"&gt;&lt;STRONG&gt;&lt;SPAN style="font-size:12px;font-family:"&gt;DateTime&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size:12px;font-family:"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="font-size:12px;font-family:"&gt;dt&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size:12px;font-family:"&gt; = &lt;STRONG&gt;DateTime&lt;/STRONG&gt;(&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="font-size:12px;font-family:"&gt;token&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size:12px;font-family:"&gt;.ArrDateTime);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top:0in;margin-right:0in;margin-bottom:0in;margin-left:0in;line-height:normal;font-size:15px;font-family:"&gt;&lt;STRONG&gt;&lt;SPAN style="font-size:12px;font-family:"&gt;DateTime&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size:12px;font-family:"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="font-size:12px;font-family:"&gt;sdt&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size:12px;font-family:"&gt; = &lt;STRONG&gt;DateTime&lt;/STRONG&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-size:12px;font-family:"&gt;compose&lt;/SPAN&gt;&lt;SPAN style="font-size:12px;font-family:"&gt;(&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top:0in;margin-right:0in;margin-bottom:0in;margin-left:0in;line-height:normal;font-size:15px;font-family:"&gt;&lt;SPAN style="font-size:12px;font-family:"&gt;       &lt;STRONG&gt;Model&lt;/STRONG&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-size:12px;font-family:"&gt;startDateTime&lt;/SPAN&gt;&lt;SPAN style="font-size:12px;font-family:"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-size:12px;font-family:"&gt;year&lt;/SPAN&gt;&lt;SPAN style="font-size:12px;font-family:"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top:0in;margin-right:0in;margin-bottom:0in;margin-left:0in;line-height:normal;font-size:15px;font-family:"&gt;&lt;SPAN style="font-size:12px;font-family:"&gt;       &lt;STRONG&gt;Model&lt;/STRONG&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-size:12px;font-family:"&gt;startDateTime&lt;/SPAN&gt;&lt;SPAN style="font-size:12px;font-family:"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-size:12px;font-family:"&gt;month&lt;/SPAN&gt;&lt;SPAN style="font-size:12px;font-family:"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top:0in;margin-right:0in;margin-bottom:0in;margin-left:0in;line-height:normal;font-size:15px;font-family:"&gt;&lt;SPAN style="font-size:12px;font-family:"&gt;       &lt;STRONG&gt;Model&lt;/STRONG&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-size:12px;font-family:"&gt;startDateTime&lt;/SPAN&gt;&lt;SPAN style="font-size:12px;font-family:"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-size:12px;font-family:"&gt;day&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top:0in;margin-right:0in;margin-bottom:0in;margin-left:0in;line-height:normal;font-size:15px;font-family:"&gt;&lt;SPAN style="font-size:12px;font-family:"&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top:0in;margin-right:0in;margin-bottom:0in;margin-left:0in;line-height:normal;font-size:15px;font-family:"&gt;&lt;STRONG&gt;&lt;SPAN style="font-size:12px;font-family:"&gt;DateTime&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size:12px;font-family:"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="font-size:12px;font-family:"&gt;dt2&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size:12px;font-family:"&gt; = &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="font-size:12px;font-family:"&gt;dt&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size:12px;font-family:"&gt; - (&lt;STRONG&gt;Model&lt;/STRONG&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-size:12px;font-family:"&gt;startDateTime&lt;/SPAN&gt;&lt;SPAN style="font-size:12px;font-family:"&gt; - &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="font-size:12px;font-family:"&gt;sdt&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size:12px;font-family:"&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top:0in;margin-right:0in;margin-bottom:0in;margin-left:0in;line-height:normal;font-size:15px;font-family:"&gt;&lt;SPAN style="font-size:12px;font-family:"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top:0in;margin-right:0in;margin-bottom:8.0pt;margin-left:0in;line-height:107%;font-size:15px;font-family:"&gt;&lt;STRONG&gt;&lt;SPAN style="font-size:12px;line-height:107%;font-family:"&gt;return&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size:12px;line-height:107%;font-family:"&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN style="font-size:12px;line-height:107%;font-family:"&gt;dt2&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size:12px;line-height:107%;font-family:"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top:0in;margin-right:0in;margin-bottom:8.0pt;margin-left:0in;line-height:107%;font-size:15px;font-family:"&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P style="margin-top:0in;margin-right:0in;margin-bottom:8.0pt;margin-left:0in;line-height:107%;font-size:15px;font-family:"&gt;&lt;SPAN style="color: rgb(65, 65, 65); font-family: sans-serif; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;"&gt;The Model Layout:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-top:0in;margin-right:0in;margin-bottom:8.0pt;margin-left:0in;line-height:107%;font-size:15px;font-family:"&gt;&lt;SPAN style="color: rgb(65, 65, 65); font-family: sans-serif; font-size: 15px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1652715708195.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1510356iFBF219968A7F5301/image-size/large?v=v2&amp;amp;px=999" role="button" title="1652715708195.png" alt="1652715708195.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;And the Global Table:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1652715739963.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1510358i15801A316623466B/image-size/large?v=v2&amp;amp;px=999" role="button" title="1652715739963.png" alt="1652715739963.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 16 May 2022 15:42:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-choose-random-slot-out-of-available-slots-everyday/m-p/13505097#M19343</guid>
      <dc:creator>jonah_kendellR47TC</dc:creator>
      <dc:date>2022-05-16T15:42:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to choose random slot out of available slots everyday?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-choose-random-slot-out-of-available-slots-everyday/m-p/13505098#M19344</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;Did you want scalability? If so, please mention that in your original post next time. It will help us a lot in the future to answer your questions if you include all the details you have so we can accurately solve your problem instead of solving small portions at a time and jig-sawing them together.&lt;/DIV&gt;</description>
      <pubDate>Mon, 23 May 2022 16:28:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-choose-random-slot-out-of-available-slots-everyday/m-p/13505098#M19344</guid>
      <dc:creator>kavika_faleumu</dc:creator>
      <dc:date>2022-05-23T16:28:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to choose random slot out of available slots everyday?</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/how-to-choose-random-slot-out-of-available-slots-everyday/m-p/13505099#M19345</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Hi &lt;A rel="user" href="https://answers.flexsim.com/users/35485/ankura3.html" nodeid="35485"&gt;@Ankur A3&lt;/A&gt;, was one of Kavika F's or Jonah K's answers helpful? If so, please click the "Accept" button at the bottom of the one that best answers your question. 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 unaccept and comment back to reopen your question.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 26 May 2022 21:18:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/how-to-choose-random-slot-out-of-available-slots-everyday/m-p/13505099#M19345</guid>
      <dc:creator>Jeanette_Fullmer</dc:creator>
      <dc:date>2022-05-26T21:18:44Z</dc:date>
    </item>
  </channel>
</rss>

