<?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: Randomly select value from a single cell with comma in Alteryx Designer Desktop Discussions</title>
    <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Randomly-select-value-from-a-single-cell-with-comma/m-p/458109#M89433</link>
    <description>&lt;P&gt;Thank you so much @benakesh!!! That works!&lt;/P&gt;</description>
    <pubDate>Fri, 30 Aug 2019 10:12:42 GMT</pubDate>
    <dc:creator>jayross0117</dc:creator>
    <dc:date>2019-08-30T10:12:42Z</dc:date>
    <item>
      <title>Randomly select value from a single cell with comma</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Randomly-select-value-from-a-single-cell-with-comma/m-p/455419#M88519</link>
      <description>&lt;P&gt;May I know how can I randomly select one value from a single cell with comma separator?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Input Value&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="clipboard_image_0.png" style="width: 400px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/75129iB57347C9ABDA572F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="clipboard_image_0.png" alt="clipboard_image_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Expected Output&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="clipboard_image_1.png" style="width: 400px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/75130iA0719F3D85F6BE54/image-size/medium?v=v2&amp;amp;px=400" role="button" title="clipboard_image_1.png" alt="clipboard_image_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I appreciate your help on this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Aug 2019 03:29:50 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Randomly-select-value-from-a-single-cell-with-comma/m-p/455419#M88519</guid>
      <dc:creator>jayross0117</dc:creator>
      <dc:date>2019-08-23T03:29:50Z</dc:date>
    </item>
    <item>
      <title>Re: Randomly select value from a single cell with comma</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Randomly-select-value-from-a-single-cell-with-comma/m-p/455427#M88523</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/79224"&gt;@jayross0117&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;randint()&amp;nbsp; can&amp;nbsp; generate&amp;nbsp; 0&amp;nbsp; to n&amp;nbsp; random nums&amp;nbsp; &amp;nbsp;.&lt;/P&gt;&lt;P&gt;I changed&amp;nbsp; random formula to&amp;nbsp; :&amp;nbsp;&amp;nbsp;RandInt([Max_Tile_SequenceNum] -1 ) +1&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="clipboard_image_0.png" style="width: 400px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/75176i17C97A0DEC099F55/image-size/medium?v=v2&amp;amp;px=400" role="button" title="clipboard_image_0.png" alt="clipboard_image_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Aug 2019 12:42:04 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Randomly-select-value-from-a-single-cell-with-comma/m-p/455427#M88523</guid>
      <dc:creator>benakesh</dc:creator>
      <dc:date>2019-08-23T12:42:04Z</dc:date>
    </item>
    <item>
      <title>Re: Randomly select value from a single cell with comma</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Randomly-select-value-from-a-single-cell-with-comma/m-p/455517#M88556</link>
      <description>&lt;P&gt;Thanks @benakesh. That's a cool solution. I tried it and it worked. However, I just have a quick question. My cell values can have a different number of rows after using text to columns. A single cell can have a 3 rows, the another cell can have 2 rows. How can I run the workflow dynamically when they have different no. of rows also? Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 23 Aug 2019 10:16:46 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Randomly-select-value-from-a-single-cell-with-comma/m-p/455517#M88556</guid>
      <dc:creator>jayross0117</dc:creator>
      <dc:date>2019-08-23T10:16:46Z</dc:date>
    </item>
    <item>
      <title>Re: Randomly select value from a single cell with comma</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Randomly-select-value-from-a-single-cell-with-comma/m-p/455553#M88571</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/79224"&gt;@jayross0117&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I revised original post and&amp;nbsp; replaced&amp;nbsp; attached workflow .&lt;/P&gt;</description>
      <pubDate>Sat, 24 Aug 2019 01:59:49 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Randomly-select-value-from-a-single-cell-with-comma/m-p/455553#M88571</guid>
      <dc:creator>benakesh</dc:creator>
      <dc:date>2019-08-24T01:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: Randomly select value from a single cell with comma</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Randomly-select-value-from-a-single-cell-with-comma/m-p/458109#M89433</link>
      <description>&lt;P&gt;Thank you so much @benakesh!!! That works!&lt;/P&gt;</description>
      <pubDate>Fri, 30 Aug 2019 10:12:42 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Randomly-select-value-from-a-single-cell-with-comma/m-p/458109#M89433</guid>
      <dc:creator>jayross0117</dc:creator>
      <dc:date>2019-08-30T10:12:42Z</dc:date>
    </item>
  </channel>
</rss>

