<?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: Provide Recommendation based on Dataset automatically in Alteryx Designer Desktop Discussions</title>
    <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Provide-Recommendation-based-on-Dataset-automatically/m-p/540587#M116156</link>
    <description>&lt;P&gt;Morning&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/146231"&gt;@EC55&lt;/a&gt;&amp;nbsp;(Elyse),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's always really nice to hear when it does help someone out, so thanks for that. Alteryx is awesome, so stick with it!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To answer your questions:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. The Multi-field formula tool is very powerful and once you get your head around it, is really easy. In essence it is what it says on the tin - it applies the same formula to multiple fields at the same time.Quick few pointers here:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Instead of specifying the field name, you'll use [_CurrentField_], which is effectively the placeholder for the field(s) you want to change&lt;/LI&gt;&lt;LI&gt;In the configuration pane, you need to select whether you want to change numeric/string/date etc fields in the drop down and then tick all the fields you want to apply it to&lt;/LI&gt;&lt;LI&gt;I almost always forget this, but there is a checkbox where you can choose whether to output to new fields or update the existing ones. Usually, I want to update the existing ones, so I tend to untick it&lt;/LI&gt;&lt;LI&gt;The formula will then apply to all fields that you apply it to. This is great when you want to get rid of say, NULLS, zero's or in this case, $ signs&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;2. I would love to update the formula my end and send it back to you, but because I used mock-up data (text), my data types is likely to be different than yours. So best I can do is point you to where the problem will be. That error you flag comes up when you are trying to do a formula on a field that has a type that doesn't work with it. For example, if you tried to multiply text or if you tried to do text functions on numbers etc. So most likely, 1 of the fields in the formula is a text type (as you're trying to do numeric functions on it). So check the Avg. Monthly Spend, Total Spend 12 mths &amp;amp; Monthly Limit fields and make sure they are numeric prior to entering the formula.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If that is still new to you, you can check &amp;amp; change the data type by putting a select tool just in front of the formula and check if it's either a string or numeric format. And the drop-down in the data type field allows you to change the type - that should solve your problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If it doesn't - you know where to find me!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have a nice day,&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 12 Mar 2020 06:07:30 GMT</pubDate>
    <dc:creator>TomWelgemoed</dc:creator>
    <dc:date>2020-03-12T06:07:30Z</dc:date>
    <item>
      <title>Provide Recommendation based on Dataset automatically</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Provide-Recommendation-based-on-Dataset-automatically/m-p/540011#M115971</link>
      <description>&lt;P&gt;Hello Community,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do I have a challenge for you!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am working with an incredibly large data set (tens of thousands of rows). Below is a sample dataset. Basically I want to automatically provide a recommendation based on the spend patterns and current limits of the cardholder, and I don't want to have to manually calculate this for thousands of employees - I used to do this and it took me&amp;nbsp;&lt;EM&gt;months&lt;/EM&gt; of pain!!!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have managed to calculate most of the steps/columns below, but I am stuck on the two highlighted columns. How can I ask Alteryx to examine the current limit, the average monthly spend, take into consideration the highest spend in a month, and then return to me a recommendation for a limit that is commensurate with their current card activity? The recommendation column (when this was previously done manually and lived in Excel) was calculated using this formula:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;=IF(I4&amp;lt;200.99,"Cancel Card",IF(AND(I4&amp;gt;201,I4&amp;lt;500),"Review Requirement for Card", IF(AND((I4&amp;gt;500),((K4-L4)&amp;gt;1)), "Reduce Limit", IF(AND((I4&amp;gt;500),(K4-L4)&amp;lt;1), "No Action Required")))) which did save a boat load of time.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The problem I have is calculating the recommended limit!!! I am assuming there is a macro or something I could use, I just dont know what it would be.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Name&lt;/TD&gt;&lt;TD&gt;Division&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;Total Spend (6 Months)&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;Start Date&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;Ave Mthly Spend&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;Highest Spend/mth&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;Monthly Credit Card Limit&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&lt;FONT color="#FF0000"&gt;&amp;nbsp;Recommended limit&amp;nbsp;&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT color="#FF0000"&gt;Recommendation&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;Potential Limit Reduction&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Jane Smith&lt;/TD&gt;&lt;TD&gt;Department A&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;$&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 232.07&lt;/TD&gt;&lt;TD&gt;Sep 2015&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;$&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 38.68&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;$&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 385.00&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;$&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5,000.00&lt;/TD&gt;&lt;TD&gt;&lt;FONT color="#FF0000"&gt;&amp;nbsp;$&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&amp;nbsp;&amp;nbsp;&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT color="#FF0000"&gt;Cancel Card&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;$&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5,000.00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Bob Apple&lt;/TD&gt;&lt;TD&gt;Department B&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;$&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3,485.88&lt;/TD&gt;&lt;TD&gt;Sep 2015&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;$&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 580.98&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;$&amp;nbsp;&amp;nbsp; 2,856.06&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;$&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5,000.00&lt;/TD&gt;&lt;TD&gt;&lt;FONT color="#FF0000"&gt;&amp;nbsp;$&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5,000.00&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT color="#FF0000"&gt;No Action Required&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;$&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&amp;nbsp;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Betty Davis&lt;/TD&gt;&lt;TD&gt;Department C&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;$&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 57,411.17&lt;/TD&gt;&lt;TD&gt;May 2007&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;$&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 9,568.53&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;$ 15,407.19&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;$&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 20,000.00&lt;/TD&gt;&lt;TD&gt;&lt;FONT color="#FF0000"&gt;&amp;nbsp;$&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 20,000.00&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT color="#FF0000"&gt;Travel&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;$&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&amp;nbsp;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Elton John&lt;/TD&gt;&lt;TD&gt;Department B&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;$&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3,285.26&lt;/TD&gt;&lt;TD&gt;Apr 2013&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;$&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 547.54&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;$&amp;nbsp;&amp;nbsp; 2,674.56&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;$&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10,000.00&lt;/TD&gt;&lt;TD&gt;&lt;FONT color="#FF0000"&gt;&amp;nbsp;$&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5,000.00&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT color="#FF0000"&gt;Reduce Limit&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;$&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5,000.00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Dylan Bobby&lt;/TD&gt;&lt;TD&gt;Department C&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;$&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 11,789.25&lt;/TD&gt;&lt;TD&gt;Feb 2017&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;$&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1,964.88&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;$&amp;nbsp;&amp;nbsp; 6,802.04&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;$&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10,000.00&lt;/TD&gt;&lt;TD&gt;&lt;FONT color="#FF0000"&gt;&amp;nbsp;$&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10,000.00&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT color="#FF0000"&gt;No Action Required&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;$&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&amp;nbsp;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Francis Smith&lt;/TD&gt;&lt;TD&gt;Department A&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;$&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3,172.14&lt;/TD&gt;&lt;TD&gt;May 2019&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;$&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 528.69&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;$&amp;nbsp;&amp;nbsp; 1,717.75&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;$&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2,000.00&lt;/TD&gt;&lt;TD&gt;&lt;FONT color="#FF0000"&gt;&amp;nbsp;$&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2,000.00&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT color="#FF0000"&gt;No Action Required&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;$&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&amp;nbsp;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Relatively new user to Alteryx but a quick learner so keen to hear how I might be able to do this in Alteryx.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;TIA&lt;/P&gt;&lt;P&gt;Elyse&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Mar 2020 04:10:57 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Provide-Recommendation-based-on-Dataset-automatically/m-p/540011#M115971</guid>
      <dc:creator>EC55</dc:creator>
      <dc:date>2020-03-11T04:10:57Z</dc:date>
    </item>
    <item>
      <title>Re: Provide Recommendation based on Dataset automatically</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Provide-Recommendation-based-on-Dataset-automatically/m-p/540028#M115974</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/146231"&gt;@EC55&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've attached an example outcome to you. I stress example as it's a bit of an arbitrary calculation as to how you would decide on the limit. I think that should be subject to internal knowledge and potential historic analysis on customers.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But for a general rule-of-thumb, you can simply use a formula like I've done in the attached and in the image below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Separately, I wasn't sure about your Excel formula - the cell numbers didn't align with the sample provided. I've just written my own in Alteryx and you can adjust it as appropriate.&lt;/P&gt;&lt;P&gt;And I cleaned up the dollar signs &amp;amp; spaces in the data - otherwise the formula won't work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;Tom&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="Formulas.png" style="width: 999px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/102257i7390ECDDB854785F/image-size/large?v=v2&amp;amp;px=999" role="button" title="Formulas.png" alt="Formulas.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Mar 2020 06:16:11 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Provide-Recommendation-based-on-Dataset-automatically/m-p/540028#M115974</guid>
      <dc:creator>TomWelgemoed</dc:creator>
      <dc:date>2020-03-11T06:16:11Z</dc:date>
    </item>
    <item>
      <title>Re: Provide Recommendation based on Dataset automatically</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Provide-Recommendation-based-on-Dataset-automatically/m-p/540522#M116121</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/4264"&gt;@TomWelgemoed&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You are AMAZING. That would have taken me&amp;nbsp;&lt;EM&gt;days&lt;/EM&gt; to figure out (only been using Alteryx for a few weeks).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So a couple things:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Good pick up on the excel formula - I deleted a column with sensitive info that was unrelated to this calculation step - and forgot that it would throw the columns out *facepalm* sorry!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. For my own learning, is the Multi-Field formula tool there to clean up the $ signs etc? I will need to study the formulas to understand them, as I have not used that tool before!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3. The final formula that you use to calculate the recommendation, it works right up until the last &amp;lt; when it gives me the error "invalid type in operator &amp;gt;."&lt;/P&gt;&lt;P&gt;I had to update the fields to match the incoming data stream (the sample data I gave you I mocked up as the actual data is confidential) and this is the formula now:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if [Average Monthly Spend]&amp;lt;=200.99&lt;BR /&gt;then 'Cancel Card'&lt;BR /&gt;elseif [Average Monthly Spend]&amp;gt;201 and [Average Monthly Spend]&amp;lt;=500&lt;BR /&gt;then 'Review Requirement for Card'&lt;BR /&gt;elseif [Total Spend (12 Months)]&amp;gt;500 and [Monthly Limit]-[Total Spend (12 Months)]&amp;gt;1&lt;BR /&gt;then 'Reduce Limit'&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;ELSEIF [Total Spend (12 Months)]&amp;gt;20000&lt;/FONT&gt;&lt;BR /&gt;THEN 'Travel'&lt;BR /&gt;else 'No action required'&lt;BR /&gt;endif&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you see why it might be throwing that error? The red highlighted text is where the issue is.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks so much again, you have saved me so much time and headaches!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Elyse&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Mar 2020 00:18:40 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Provide-Recommendation-based-on-Dataset-automatically/m-p/540522#M116121</guid>
      <dc:creator>EC55</dc:creator>
      <dc:date>2020-03-12T00:18:40Z</dc:date>
    </item>
    <item>
      <title>Re: Provide Recommendation based on Dataset automatically</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Provide-Recommendation-based-on-Dataset-automatically/m-p/540587#M116156</link>
      <description>&lt;P&gt;Morning&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/146231"&gt;@EC55&lt;/a&gt;&amp;nbsp;(Elyse),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's always really nice to hear when it does help someone out, so thanks for that. Alteryx is awesome, so stick with it!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To answer your questions:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. The Multi-field formula tool is very powerful and once you get your head around it, is really easy. In essence it is what it says on the tin - it applies the same formula to multiple fields at the same time.Quick few pointers here:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Instead of specifying the field name, you'll use [_CurrentField_], which is effectively the placeholder for the field(s) you want to change&lt;/LI&gt;&lt;LI&gt;In the configuration pane, you need to select whether you want to change numeric/string/date etc fields in the drop down and then tick all the fields you want to apply it to&lt;/LI&gt;&lt;LI&gt;I almost always forget this, but there is a checkbox where you can choose whether to output to new fields or update the existing ones. Usually, I want to update the existing ones, so I tend to untick it&lt;/LI&gt;&lt;LI&gt;The formula will then apply to all fields that you apply it to. This is great when you want to get rid of say, NULLS, zero's or in this case, $ signs&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;2. I would love to update the formula my end and send it back to you, but because I used mock-up data (text), my data types is likely to be different than yours. So best I can do is point you to where the problem will be. That error you flag comes up when you are trying to do a formula on a field that has a type that doesn't work with it. For example, if you tried to multiply text or if you tried to do text functions on numbers etc. So most likely, 1 of the fields in the formula is a text type (as you're trying to do numeric functions on it). So check the Avg. Monthly Spend, Total Spend 12 mths &amp;amp; Monthly Limit fields and make sure they are numeric prior to entering the formula.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If that is still new to you, you can check &amp;amp; change the data type by putting a select tool just in front of the formula and check if it's either a string or numeric format. And the drop-down in the data type field allows you to change the type - that should solve your problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If it doesn't - you know where to find me!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have a nice day,&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Mar 2020 06:07:30 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Provide-Recommendation-based-on-Dataset-automatically/m-p/540587#M116156</guid>
      <dc:creator>TomWelgemoed</dc:creator>
      <dc:date>2020-03-12T06:07:30Z</dc:date>
    </item>
    <item>
      <title>Re: Provide Recommendation based on Dataset automatically</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Provide-Recommendation-based-on-Dataset-automatically/m-p/541718#M116474</link>
      <description>&lt;P&gt;Thank you Tom, got it working! Really appreciate it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Stay safe out there!&lt;/P&gt;&lt;P&gt;Elyse&lt;/P&gt;</description>
      <pubDate>Sun, 15 Mar 2020 22:29:02 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Provide-Recommendation-based-on-Dataset-automatically/m-p/541718#M116474</guid>
      <dc:creator>EC55</dc:creator>
      <dc:date>2020-03-15T22:29:02Z</dc:date>
    </item>
    <item>
      <title>Re: Provide Recommendation based on Dataset automatically</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Provide-Recommendation-based-on-Dataset-automatically/m-p/541757#M116491</link>
      <description>&lt;P&gt;Thanks, you too Elyse.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Mar 2020 06:32:54 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Provide-Recommendation-based-on-Dataset-automatically/m-p/541757#M116491</guid>
      <dc:creator>TomWelgemoed</dc:creator>
      <dc:date>2020-03-16T06:32:54Z</dc:date>
    </item>
  </channel>
</rss>

