<?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: Sampling Based on a Data Field in Alteryx Designer Desktop Discussions</title>
    <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Sampling-Based-on-a-Data-Field/m-p/405982#M74776</link>
    <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/369"&gt;@mbarone&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your macro worked perfectly! Thank you for that. It seems at first glance very technical for my eyes so I have to educate myself and then hopefully I am able to read it and maybe even produce something similar.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On another note, after applying the changes to my Test.yxmd workflow I have gotten the following error:&lt;/P&gt;&lt;P&gt;"&lt;STRONG&gt;Test_Macro (8) Record #79: Tool #2: Parse Error at char(5): Parse Error.&lt;/STRONG&gt;"&lt;/P&gt;&lt;P&gt;After looking into the action tool #2 I could see that since I was using LocationLang, which is a 4 digit number+space+text, therefore the 5th digit was space. Could you perhaps shed light, why I got this error even though the whole text should be interpreted as is between quotes.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I might as well be far from the truth regarding char(5) parse error, but that was something I could figure out.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BUT when I changed the grouping to Location a 4 digit double, then my workflow worked as well, which was a nice feeling I must say.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Nevertheless I must compliment you on your vast skills and your kindness to help.&lt;/P&gt;</description>
    <pubDate>Tue, 23 Apr 2019 13:05:31 GMT</pubDate>
    <dc:creator>Ramirenter</dc:creator>
    <dc:date>2019-04-23T13:05:31Z</dc:date>
    <item>
      <title>Sampling Based on a Data Field</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Sampling-Based-on-a-Data-Field/m-p/304154#M53787</link>
      <description>&lt;P&gt;I have a set of data that lists all of the dividend transactions for hundreds of different stocks (each with a corresponding unique CUSIP#), but many of these stocks pay multiple dividends throughout the year, so this data has anywhere from 10 to 2000 entries per stock.&amp;nbsp; If I build a formula and append a "# to Sample" field to that data set, is there anyway I can sample "X" number of dividend records for a given stock based on that value in the "# to Sample" field?&amp;nbsp; Within the standard sample tool, I don't see a sample based on formula.&amp;nbsp; If it let me put N equal to a variable or field (i.e. "# to Sample") then it would be problem solved I guess.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any thoughts?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That # to Sample would be calculated using a summarize function and then a formula to calculate how many per CUSIP, and then I guess I would run the sample off of the raw data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hopefully this makes sense.&amp;nbsp; TIA for your help&lt;/P&gt;</description>
      <pubDate>Thu, 20 Sep 2018 15:15:51 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Sampling-Based-on-a-Data-Field/m-p/304154#M53787</guid>
      <dc:creator>jscott24</dc:creator>
      <dc:date>2018-09-20T15:15:51Z</dc:date>
    </item>
    <item>
      <title>Re: Sampling Based on a Data Field</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Sampling-Based-on-a-Data-Field/m-p/304180#M53794</link>
      <description>&lt;P&gt;I'm not sure if there's a way to do it exactly as you've explained, but I've done something similar where I grouped by CUSIP, and then sampled a given percent of the records. This should allow you to sample, lets say 50% of each stock's entries, or 1 for every 5 records. That being said, this uses the standard Sample Tool, and so it will not be possible to ensure you get the exact same sample more than once (set a seed).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you can give a more precise explanation of what sort of # to sample you'd be looking for, it might be easier to say whether or not its feasible to do it this way.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me know if this helps,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;</description>
      <pubDate>Thu, 20 Sep 2018 15:45:18 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Sampling-Based-on-a-Data-Field/m-p/304180#M53794</guid>
      <dc:creator>tcroberts</dc:creator>
      <dc:date>2018-09-20T15:45:18Z</dc:date>
    </item>
    <item>
      <title>Re: Sampling Based on a Data Field</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Sampling-Based-on-a-Data-Field/m-p/304247#M53820</link>
      <description>&lt;P&gt;Hmm.....I might be misunderstanding, but it sounds like a batch macro might work.&amp;nbsp; What you would do is have your table of raw data with a CUSIP# field.&amp;nbsp; You also have a table that lists each CUSIP# uniquely, and the number of random records you want for each unique CUSIP#.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What you would do is take that data that has the number of random records for each unique CUSIP#, and feed it into a "tool" that asks you to identify your CUSIP# field as well as the number of random records field.&amp;nbsp; You run it and the output is a union of each iteration of the CUSIP#-random-records-to-grab combination from the raw file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does that sound like what you're looking for?&amp;nbsp; If so, I've attached the guts of it (the module and the macro).&lt;/P&gt;</description>
      <pubDate>Thu, 20 Sep 2018 16:45:13 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Sampling-Based-on-a-Data-Field/m-p/304247#M53820</guid>
      <dc:creator>mbarone</dc:creator>
      <dc:date>2018-09-20T16:45:13Z</dc:date>
    </item>
    <item>
      <title>Re: Sampling Based on a Data Field</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Sampling-Based-on-a-Data-Field/m-p/304326#M53855</link>
      <description>&lt;P&gt;Your understanding sounds right, I'm taking a look at this now.&amp;nbsp; Will keep you posted on whether its what I need.&amp;nbsp; Thanks for your help!&lt;/P&gt;</description>
      <pubDate>Thu, 20 Sep 2018 18:12:39 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Sampling-Based-on-a-Data-Field/m-p/304326#M53855</guid>
      <dc:creator>jscott24</dc:creator>
      <dc:date>2018-09-20T18:12:39Z</dc:date>
    </item>
    <item>
      <title>Re: Sampling Based on a Data Field</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Sampling-Based-on-a-Data-Field/m-p/304328#M53856</link>
      <description>&lt;P&gt;Its more for an audit-type use so it all depends on the dollar value, so since each CUSIP would have varying $ amounts, they would all have different sample sizes.&amp;nbsp; I think the post below is more of what I would need but still digging and testing to see.&amp;nbsp; Thanks a lot for your help and time though!&lt;/P&gt;</description>
      <pubDate>Thu, 20 Sep 2018 18:14:27 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Sampling-Based-on-a-Data-Field/m-p/304328#M53856</guid>
      <dc:creator>jscott24</dc:creator>
      <dc:date>2018-09-20T18:14:27Z</dc:date>
    </item>
    <item>
      <title>Re: Sampling Based on a Data Field</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Sampling-Based-on-a-Data-Field/m-p/405857#M74731</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/369"&gt;@mbarone&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for posting your Alteryx workflow in the comment.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have just recently started with Alteryx and I am faced with a challenge, that I would need to create an output so that each location has randomly selected 3 different contract numbers. In the attached workflow you can see, that I have file "Records_revB" where my locations and number of records to grab per location data is placed and then I have "test_revB" where I have the data I want to sample.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried to generate sampled data based on field "LocationLang" and "Location", but the latter does not give me any result even if I put the in the macro the filter "[Location]==7201" I get 0 results. Even though it reads in the 79 different groups.&amp;nbsp;&lt;BR /&gt;When going with "LocationLang" I get 79*3=237 records&amp;nbsp; but all for the same location I have in the filter tools condition [LocationLang]=="7201 KC KÄRRA".&lt;BR /&gt;&lt;BR /&gt;I have also attached my workflow in the comments, but would very glad if you could be able to identify or explain to me why my workflow is not producing the same results that your workflow is producing effortlessly.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Apr 2019 07:37:48 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Sampling-Based-on-a-Data-Field/m-p/405857#M74731</guid>
      <dc:creator>Ramirenter</dc:creator>
      <dc:date>2019-04-23T07:37:48Z</dc:date>
    </item>
    <item>
      <title>Re: Sampling Based on a Data Field</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Sampling-Based-on-a-Data-Field/m-p/405929#M74758</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/61324"&gt;@Ramirenter&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Your assets in your workflow didn't come through.&amp;nbsp; In your module, go to Options, Export workflow.&amp;nbsp; Follow the prompts.&amp;nbsp; A YXZP file will be created.&amp;nbsp; Re-post with the YXZP attached.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Apr 2019 11:08:58 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Sampling-Based-on-a-Data-Field/m-p/405929#M74758</guid>
      <dc:creator>mbarone</dc:creator>
      <dc:date>2019-04-23T11:08:58Z</dc:date>
    </item>
    <item>
      <title>Re: Sampling Based on a Data Field</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Sampling-Based-on-a-Data-Field/m-p/405931#M74759</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/369"&gt;@mbarone&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the reply. Please find the workflow package below.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I really appreciate the help!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Jaanis&lt;/P&gt;</description>
      <pubDate>Tue, 23 Apr 2019 11:15:46 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Sampling-Based-on-a-Data-Field/m-p/405931#M74759</guid>
      <dc:creator>Ramirenter</dc:creator>
      <dc:date>2019-04-23T11:15:46Z</dc:date>
    </item>
    <item>
      <title>Re: Sampling Based on a Data Field</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Sampling-Based-on-a-Data-Field/m-p/405952#M74766</link>
      <description>&lt;P&gt;Okay, a couple things.&amp;nbsp; First, what you did was great and will work just fine.&amp;nbsp; Just need a couple tweaks in your macro that I'll go over shortly.&amp;nbsp; Second, I built a macro for myself some time ago that will allow you to just connect the revB file to it, and not have to worry about creating a records_revB file.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For your macro, in the action tool for the location, what you're doing is telling Alteryx to replace something that doesn't exist.&amp;nbsp; You have it replacing "12345" in the line "7201 KC KARRA".&amp;nbsp; It's not doing anything because there is no "12345" in the line "7201 KC KARRA".&amp;nbsp; In order to make the action tool do what you want here, you need to replace 7201 KC KÄRRA (without the quotes).&amp;nbsp; So it should look like this:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2019-04-23 07_38_59-Greenshot image editor.jpg" style="width: 379px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/61404i926EB2D83D97B79C/image-size/large?v=v2&amp;amp;px=999" role="button" title="2019-04-23 07_38_59-Greenshot image editor.jpg" alt="2019-04-23 07_38_59-Greenshot image editor.jpg" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Same thing with the other action tool.&amp;nbsp; You don't have the correct line at the top selected, and you're not replacing the correct value.&amp;nbsp; This is what is should look like:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2019-04-23 07_40_19-Greenshot image editor.jpg" style="width: 483px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/61405iCAF8F73197F60DE0/image-size/large?v=v2&amp;amp;px=999" role="button" title="2019-04-23 07_40_19-Greenshot image editor.jpg" alt="2019-04-23 07_40_19-Greenshot image editor.jpg" /&gt;&lt;/span&gt;&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;If you make those changes, then it should work just fine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That being said, I attached the macro I built a while back.&amp;nbsp; Just connect it directly to your test_revB.xlsx file, select "3" for the Random N Records, and in the grouping section, select the field from which you want to select the random records (here, either Location or LocationLang):&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2019-04-23 07_43_14-Alteryx Designer x64 - Test.yxmd_.jpg" style="width: 174px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/61407i21EEE39D37CDB902/image-size/large?v=v2&amp;amp;px=999" role="button" title="2019-04-23 07_43_14-Alteryx Designer x64 - Test.yxmd_.jpg" alt="2019-04-23 07_43_14-Alteryx Designer x64 - Test.yxmd_.jpg" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2019-04-23 07_43_25-Alteryx Designer x64 - Test.yxmd_.jpg" style="width: 370px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/61408i2DC37E9A5074CB31/image-size/large?v=v2&amp;amp;px=999" role="button" title="2019-04-23 07_43_25-Alteryx Designer x64 - Test.yxmd_.jpg" alt="2019-04-23 07_43_25-Alteryx Designer x64 - Test.yxmd_.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Apr 2019 11:45:04 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Sampling-Based-on-a-Data-Field/m-p/405952#M74766</guid>
      <dc:creator>mbarone</dc:creator>
      <dc:date>2019-04-23T11:45:04Z</dc:date>
    </item>
    <item>
      <title>Re: Sampling Based on a Data Field</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Sampling-Based-on-a-Data-Field/m-p/405982#M74776</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/369"&gt;@mbarone&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your macro worked perfectly! Thank you for that. It seems at first glance very technical for my eyes so I have to educate myself and then hopefully I am able to read it and maybe even produce something similar.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On another note, after applying the changes to my Test.yxmd workflow I have gotten the following error:&lt;/P&gt;&lt;P&gt;"&lt;STRONG&gt;Test_Macro (8) Record #79: Tool #2: Parse Error at char(5): Parse Error.&lt;/STRONG&gt;"&lt;/P&gt;&lt;P&gt;After looking into the action tool #2 I could see that since I was using LocationLang, which is a 4 digit number+space+text, therefore the 5th digit was space. Could you perhaps shed light, why I got this error even though the whole text should be interpreted as is between quotes.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I might as well be far from the truth regarding char(5) parse error, but that was something I could figure out.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BUT when I changed the grouping to Location a 4 digit double, then my workflow worked as well, which was a nice feeling I must say.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Nevertheless I must compliment you on your vast skills and your kindness to help.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Apr 2019 13:05:31 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Sampling-Based-on-a-Data-Field/m-p/405982#M74776</guid>
      <dc:creator>Ramirenter</dc:creator>
      <dc:date>2019-04-23T13:05:31Z</dc:date>
    </item>
    <item>
      <title>Re: Sampling Based on a Data Field</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Sampling-Based-on-a-Data-Field/m-p/405992#M74781</link>
      <description>&lt;P&gt;When it says the macro has an error in tool #2, you have to look inside the macro and find tool #2, which is the filter tool.&amp;nbsp; The filter tool is looking at&amp;nbsp;LocationLang field, so probably has to do with that.&amp;nbsp; Or, it has to do with the action tool not needing the quotes in the "replace" selection.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Glad you like the macro!&amp;nbsp; If you wouldn't mind, it'd be great if you marked my response as a solution, if you believe it was a suitable solution.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 23 Apr 2019 13:25:49 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Sampling-Based-on-a-Data-Field/m-p/405992#M74781</guid>
      <dc:creator>mbarone</dc:creator>
      <dc:date>2019-04-23T13:25:49Z</dc:date>
    </item>
    <item>
      <title>Re: Sampling Based on a Data Field</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Sampling-Based-on-a-Data-Field/m-p/406437#M74873</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/369"&gt;@mbarone&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How does one mark a post as an answer? Would "STAR"'ing it would be enough?&lt;/P&gt;</description>
      <pubDate>Wed, 24 Apr 2019 05:29:26 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Sampling-Based-on-a-Data-Field/m-p/406437#M74873</guid>
      <dc:creator>Ramirenter</dc:creator>
      <dc:date>2019-04-24T05:29:26Z</dc:date>
    </item>
    <item>
      <title>Re: Sampling Based on a Data Field</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Sampling-Based-on-a-Data-Field/m-p/406559#M74901</link>
      <description>&lt;P&gt;To mark accepted, just click on the three ellipses (three dots) to the upper right of the post.&amp;nbsp; There you'll see an option "accept as solution".&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 24 Apr 2019 11:10:04 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Sampling-Based-on-a-Data-Field/m-p/406559#M74901</guid>
      <dc:creator>mbarone</dc:creator>
      <dc:date>2019-04-24T11:10:04Z</dc:date>
    </item>
    <item>
      <title>Re: Sampling Based on a Data Field</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Sampling-Based-on-a-Data-Field/m-p/406563#M74903</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/369"&gt;@mbarone&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;It seems that as I'm not the creator of the post I do not have that option available.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Apr 2019 11:27:55 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Sampling-Based-on-a-Data-Field/m-p/406563#M74903</guid>
      <dc:creator>Ramirenter</dc:creator>
      <dc:date>2019-04-24T11:27:55Z</dc:date>
    </item>
    <item>
      <title>Re: Sampling Based on a Data Field</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Sampling-Based-on-a-Data-Field/m-p/406564#M74904</link>
      <description>&lt;P&gt;Oh, didn't realize!&amp;nbsp; No problem, just glad I was able to help!&lt;/P&gt;</description>
      <pubDate>Wed, 24 Apr 2019 11:30:23 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Sampling-Based-on-a-Data-Field/m-p/406564#M74904</guid>
      <dc:creator>mbarone</dc:creator>
      <dc:date>2019-04-24T11:30:23Z</dc:date>
    </item>
  </channel>
</rss>

