<?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: Data Quality using a list of business rule in Alteryx Designer Desktop Discussions</title>
    <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Data-Quality-using-a-list-of-business-rule/m-p/474175#M94590</link>
    <description>&lt;P&gt;You will probably want to use a Multi Field Formula tool with repeatable logic so you can just check the boxes of all of the columns that use the same rules. Please see below as an example&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="Validation Rules.png" style="width: 1243px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/81470iDADFCECB8E49F9A4/image-dimensions/1243x405?v=v2" width="1243" height="405" role="button" title="Validation Rules.png" alt="Validation Rules.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
    <pubDate>Tue, 08 Oct 2019 20:36:23 GMT</pubDate>
    <dc:creator>BrandonB</dc:creator>
    <dc:date>2019-10-08T20:36:23Z</dc:date>
    <item>
      <title>Data Quality using a list of business rule</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Data-Quality-using-a-list-of-business-rule/m-p/474159#M94584</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I a working on a requirement where I have validation rules built for a set of columns.&lt;/P&gt;&lt;P&gt;Instead of writing formula on each field I want to keep it dynamic so that when the rules changes there will less code change.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The field Names should be read from "Validation Rules" sheet and&amp;nbsp; appropriate validation rule checked against the data to produce the output result.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have attached a sample of how the rules will look like and what the output is expected to be "&amp;lt;Field Name&amp;gt; Quality".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please can you share ideas on how this can be done?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 08 Oct 2019 20:26:03 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Data-Quality-using-a-list-of-business-rule/m-p/474159#M94584</guid>
      <dc:creator>Meena</dc:creator>
      <dc:date>2019-10-08T20:26:03Z</dc:date>
    </item>
    <item>
      <title>Re: Data Quality using a list of business rule</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Data-Quality-using-a-list-of-business-rule/m-p/474175#M94590</link>
      <description>&lt;P&gt;You will probably want to use a Multi Field Formula tool with repeatable logic so you can just check the boxes of all of the columns that use the same rules. Please see below as an example&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="Validation Rules.png" style="width: 1243px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/81470iDADFCECB8E49F9A4/image-dimensions/1243x405?v=v2" width="1243" height="405" role="button" title="Validation Rules.png" alt="Validation Rules.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Tue, 08 Oct 2019 20:36:23 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Data-Quality-using-a-list-of-business-rule/m-p/474175#M94590</guid>
      <dc:creator>BrandonB</dc:creator>
      <dc:date>2019-10-08T20:36:23Z</dc:date>
    </item>
    <item>
      <title>Re: Data Quality using a list of business rule</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Data-Quality-using-a-list-of-business-rule/m-p/474180#M94591</link>
      <description>&lt;P&gt;I have attached an example workflow as reference. By simply checking the boxes of the columns that you want to apply the validation rules to, it will dynamically add "Quality Check" as a suffix to new columns that are created, allowing you to quickly apply these rules to other columns as needed.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Oct 2019 20:38:05 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Data-Quality-using-a-list-of-business-rule/m-p/474180#M94591</guid>
      <dc:creator>BrandonB</dc:creator>
      <dc:date>2019-10-08T20:38:05Z</dc:date>
    </item>
    <item>
      <title>Re: Data Quality using a list of business rule</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Data-Quality-using-a-list-of-business-rule/m-p/474184#M94593</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/19977"&gt;@Meena&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/65037"&gt;@BrandonB&lt;/a&gt;'s approach is the most straightforward. If you want to create a summary towards the end, you can use the formula tool concatenate it. Attached is the workflow.&amp;nbsp;&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="Dataset.PNG" style="width: 999px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/81478iD4FBC77D6E0C56E5/image-size/large?v=v2&amp;amp;px=999" role="button" title="Dataset.PNG" alt="Dataset.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Oct 2019 20:42:28 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Data-Quality-using-a-list-of-business-rule/m-p/474184#M94593</guid>
      <dc:creator>DiganP</dc:creator>
      <dc:date>2019-10-08T20:42:28Z</dc:date>
    </item>
    <item>
      <title>Re: Data Quality using a list of business rule</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Data-Quality-using-a-list-of-business-rule/m-p/474690#M94728</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/19977"&gt;@Meena&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's a solution that runs all your business rules and then tabulates the results.&amp;nbsp; It's dynamic in that if you change the rules in the Validation Rules tab, it will apply these new rules to your data set.&amp;nbsp; &amp;nbsp;The solution is built around the Dynamic Rename tool, which is unique in that it has the ability to interpret formulas passed to it as part of the replace process.&amp;nbsp; In order to get this to work, you have to modify the rules tab of your input somewhat.&amp;nbsp;&amp;nbsp;&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="f.png" style="width: 836px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/81605iF5333DF8C2933BDE/image-size/large?v=v2&amp;amp;px=999" role="button" title="f.png" alt="f.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The formula field is a Alteryx compatible formula, i.e. it will run if you put it in a Formula Tool so&lt;/P&gt;&lt;P&gt;"&lt;EM&gt;' or contains PO or P.O.&lt;/EM&gt;"&amp;nbsp; becomes "&lt;EM&gt;isempty([Value]) or contains([Value],'PO') or contains([Value],'P.O.')&lt;/EM&gt;"&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The field that's referenced in the formula is always [Value] since the data is transposed before the rules are validated, like so&amp;nbsp;&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="t.png" style="width: 318px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/81607iDD10A31C45C9649D/image-size/large?v=v2&amp;amp;px=999" role="button" title="t.png" alt="t.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The macro that applies the formulas to the data is a batch macro, so it applies the values in the control parameters one row per iteration to all the data in the data input.&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="m.png" style="width: 799px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/81608iFFB71EACD5152115/image-size/large?v=v2&amp;amp;px=999" role="button" title="m.png" alt="m.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The first filter tool passes through all the rows that have the field name from the parameter, i.e. 1st iteration is "Merchant Number" second is "Merchant Name", etc.&amp;nbsp; This is why I transposed the data.&amp;nbsp; It's much easier to dynamically select rows than columns.&amp;nbsp; The next Formula updates rule that being checked in this iteration and that's passed to the dynamic replace which evaluates the rule in the Formula field.&amp;nbsp; The final formula tool creates the rule result description for the row, which eventually ends up as a column after it's Cross Tabbed in the Main routine.&amp;nbsp;&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="w.png" style="width: 792px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/81610iA97EBAD932939A5E/image-dimensions/792x190?v=v2" width="792" height="190" role="button" title="w.png" alt="w.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The tools after the Rule Validator macro just Cross tab the results and build the Merchant Data Quality summary column before joining back to your main data resulting in&amp;nbsp;&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="results.png" style="width: 999px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/81611i82AA1EEB07C93AE8/image-size/large?v=v2&amp;amp;px=999" role="button" title="results.png" alt="results.png" /&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;Dan&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;&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>Wed, 09 Oct 2019 17:17:08 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Data-Quality-using-a-list-of-business-rule/m-p/474690#M94728</guid>
      <dc:creator>danilang</dc:creator>
      <dc:date>2019-10-09T17:17:08Z</dc:date>
    </item>
    <item>
      <title>Re: Data Quality using a list of business rule</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Data-Quality-using-a-list-of-business-rule/m-p/474695#M94730</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/34059"&gt;@danilang&lt;/a&gt;&amp;nbsp;awesome solution!&lt;/P&gt;</description>
      <pubDate>Wed, 09 Oct 2019 17:28:22 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Data-Quality-using-a-list-of-business-rule/m-p/474695#M94730</guid>
      <dc:creator>BrandonB</dc:creator>
      <dc:date>2019-10-09T17:28:22Z</dc:date>
    </item>
    <item>
      <title>Re: Data Quality using a list of business rule</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Data-Quality-using-a-list-of-business-rule/m-p/474697#M94732</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/65037"&gt;@BrandonB&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;London?&amp;nbsp; Maybe we can meet for a beer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;</description>
      <pubDate>Wed, 09 Oct 2019 17:29:17 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Data-Quality-using-a-list-of-business-rule/m-p/474697#M94732</guid>
      <dc:creator>danilang</dc:creator>
      <dc:date>2019-10-09T17:29:17Z</dc:date>
    </item>
    <item>
      <title>Re: Data Quality using a list of business rule</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Data-Quality-using-a-list-of-business-rule/m-p/474699#M94733</link>
      <description>&lt;P&gt;Irvine California, but will definitely reach out if I travel international!&lt;/P&gt;</description>
      <pubDate>Wed, 09 Oct 2019 17:31:20 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Data-Quality-using-a-list-of-business-rule/m-p/474699#M94733</guid>
      <dc:creator>BrandonB</dc:creator>
      <dc:date>2019-10-09T17:31:20Z</dc:date>
    </item>
    <item>
      <title>Re: Data Quality using a list of business rule</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Data-Quality-using-a-list-of-business-rule/m-p/474702#M94734</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/65037"&gt;@BrandonB&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I meant are you going to London for Inspire Europe next week?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;</description>
      <pubDate>Wed, 09 Oct 2019 17:32:35 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Data-Quality-using-a-list-of-business-rule/m-p/474702#M94734</guid>
      <dc:creator>danilang</dc:creator>
      <dc:date>2019-10-09T17:32:35Z</dc:date>
    </item>
    <item>
      <title>Re: Data Quality using a list of business rule</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Data-Quality-using-a-list-of-business-rule/m-p/474726#M94741</link>
      <description>&lt;P&gt;Unfortunately not &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Oct 2019 18:01:45 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Data-Quality-using-a-list-of-business-rule/m-p/474726#M94741</guid>
      <dc:creator>BrandonB</dc:creator>
      <dc:date>2019-10-09T18:01:45Z</dc:date>
    </item>
    <item>
      <title>Re: Data Quality using a list of business rule</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Data-Quality-using-a-list-of-business-rule/m-p/475256#M94915</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to test your solution which might work for me.&lt;/P&gt;&lt;P&gt;Please can you attach the macro too?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2019 18:56:23 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Data-Quality-using-a-list-of-business-rule/m-p/475256#M94915</guid>
      <dc:creator>Meena</dc:creator>
      <dc:date>2019-10-10T18:56:23Z</dc:date>
    </item>
    <item>
      <title>Re: Data Quality using a list of business rule</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Data-Quality-using-a-list-of-business-rule/m-p/475257#M94916</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/19977"&gt;@Meena&lt;/a&gt;&amp;nbsp;it looks like&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/34059"&gt;@danilang&lt;/a&gt;&amp;nbsp;has included the yxzp file at the bottom of their post which you should be able to open up in Alteryx. The Rule Validator macro is in the middle of the workflow.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2019 18:59:22 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Data-Quality-using-a-list-of-business-rule/m-p/475257#M94916</guid>
      <dc:creator>BrandonB</dc:creator>
      <dc:date>2019-10-10T18:59:22Z</dc:date>
    </item>
    <item>
      <title>Re: Data Quality using a list of business rule</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Data-Quality-using-a-list-of-business-rule/m-p/475260#M94918</link>
      <description>&lt;P&gt;Dan... Apologies... I use an Alteryx version 2018.4 hence unable to download your package.&lt;/P&gt;&lt;P&gt;Please could you guide me how I get your solution to test it out?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2019 19:07:48 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Data-Quality-using-a-list-of-business-rule/m-p/475260#M94918</guid>
      <dc:creator>Meena</dc:creator>
      <dc:date>2019-10-10T19:07:48Z</dc:date>
    </item>
    <item>
      <title>Re: Data Quality using a list of business rule</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Data-Quality-using-a-list-of-business-rule/m-p/475276#M94926</link>
      <description>&lt;P&gt;Brandon.. I use Alteryx version 2018.4 which is unable to import Dan's package &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2019 19:37:46 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Data-Quality-using-a-list-of-business-rule/m-p/475276#M94926</guid>
      <dc:creator>Meena</dc:creator>
      <dc:date>2019-10-10T19:37:46Z</dc:date>
    </item>
    <item>
      <title>Re: Data Quality using a list of business rule</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Data-Quality-using-a-list-of-business-rule/m-p/475283#M94929</link>
      <description>&lt;P&gt;I edited the Alteryx version in these files. Can you give it a try now? You will need to download both files first. Then you will notice in the BusinessRuleChecker file that there is a box with a question mark when you open it up. You will need to put the RuleValidator macro in this spot and reconnect the connections.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2019 19:52:51 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Data-Quality-using-a-list-of-business-rule/m-p/475283#M94929</guid>
      <dc:creator>BrandonB</dc:creator>
      <dc:date>2019-10-10T19:52:51Z</dc:date>
    </item>
    <item>
      <title>Re: Data Quality using a list of business rule</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Data-Quality-using-a-list-of-business-rule/m-p/475337#M94944</link>
      <description>&lt;P&gt;Hi Dan,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I add new rules and change the input I get an error saying "The field schema for the output "Output13" changed between iterations. I guess this is from the macro.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is first time I am using Alteryx macros would you be able to spare some time in explaining what each step in your macro is destined for?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2019 21:48:06 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Data-Quality-using-a-list-of-business-rule/m-p/475337#M94944</guid>
      <dc:creator>Meena</dc:creator>
      <dc:date>2019-10-10T21:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: Data Quality using a list of business rule</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Data-Quality-using-a-list-of-business-rule/m-p/475341#M94946</link>
      <description>Thanks Brandon. I was able to download.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Meena | Data Architect, Partner Oversight, Small Merchant Acquistions&lt;BR /&gt;ponmeenal.balasubramanian1@aexp.com |18850 North 56th Street, Phoenix AZ 85054 | Phone : 602-537-5757&lt;BR /&gt;&lt;BR /&gt;American Express made the following annotations&lt;BR /&gt;&lt;BR /&gt;"This message and any attachments are solely for the intended recipient and may contain confidential or privileged information. If you are not the intended recipient, any disclosure, copying, use, or distribution of the information included in this message and any attachments is prohibited. If you have received this communication in error, please notify us by reply e-mail and immediately and permanently delete this message and any attachments. Thank you."&lt;BR /&gt;American Express a ajouté le commentaire suivant&lt;BR /&gt;Ce courrier et toute pièce jointe qu'il contient sont réservés au seul destinataire indiqué et peuvent contenir des renseignements confidentiels et privilégiés. Si vous n'êtes pas le destinataire prévu, toute divulgation, duplication, utilisation ou distribution du courrier ou de toute pièce jointe est interdite. Si vous avez reçu cette communication par erreur, veuillez nous en aviser par courrier et détruire immédiatement le courrier et les pièces jointes. Merci.</description>
      <pubDate>Thu, 10 Oct 2019 22:03:50 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Data-Quality-using-a-list-of-business-rule/m-p/475341#M94946</guid>
      <dc:creator>Meena</dc:creator>
      <dc:date>2019-10-10T22:03:50Z</dc:date>
    </item>
    <item>
      <title>Re: Data Quality using a list of business rule</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Data-Quality-using-a-list-of-business-rule/m-p/475530#M95021</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/19977"&gt;@Meena&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You're correct in that the error message is caused by the macro.&amp;nbsp; Specifically, the fields in the output have changed between one iteration and the next.&amp;nbsp; &amp;nbsp;You can change this behaviour by opening the macro and selecting View-&amp;gt;Interface Designer from the menu.&amp;nbsp; Click on the Gear icon on the left and check "Output fields change based on macros'..." and select "Auto Configure by Name..." as shown below&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="i.png" style="width: 650px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/81896i6BB48EEC8FB3F852/image-size/large?v=v2&amp;amp;px=999" role="button" title="i.png" alt="i.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Save the macro, and run the main workflow.&amp;nbsp; The macro should run to the end now.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, this error is caused by a difference in structure between the sample data you provided originally and the data that you're running with.&amp;nbsp; Allowing the macro to proceed may not give you the correct results.&amp;nbsp; &amp;nbsp;Validate the results and if they don't agree with what you're expecting, can you attach the Validation rules.xlsx that causing the error?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/65037"&gt;@BrandonB&lt;/a&gt;&amp;nbsp; Thanks for all your help&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dan&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2019 10:41:36 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Data-Quality-using-a-list-of-business-rule/m-p/475530#M95021</guid>
      <dc:creator>danilang</dc:creator>
      <dc:date>2019-10-11T10:41:36Z</dc:date>
    </item>
    <item>
      <title>Re: Data Quality using a list of business rule</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Data-Quality-using-a-list-of-business-rule/m-p/477662#M95763</link>
      <description>&lt;P&gt;Dan... Your solution is awesome and simple.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As I'm new to using macros and control parameters I'm understanding your solution and customizing to suit my requirement.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The volume of my date &amp;amp; # of business rules is huge.&lt;/P&gt;&lt;P&gt;Hence I will have to test it to see on the time consumed if we do field by field (transpose of data) validation.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Meanwhile if you think of anything which we can do without transpose kindly let me know.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Oct 2019 17:24:28 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Data-Quality-using-a-list-of-business-rule/m-p/477662#M95763</guid>
      <dc:creator>Meena</dc:creator>
      <dc:date>2019-10-17T17:24:28Z</dc:date>
    </item>
    <item>
      <title>Re: Data Quality using a list of business rule</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Data-Quality-using-a-list-of-business-rule/m-p/477784#M95804</link>
      <description>&lt;P&gt;Brandon,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are you with Alteryx?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would you be able to guide me on Dan's solution and help me understand the macro in depth?&lt;/P&gt;&lt;P&gt;I'm replicating Dan's solution and trying to customize it, but unsuccessful so far..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have never designed any macros until now and keep getting errors on the action tool 'root elements missing' etc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We can connect via webex if you would be able to help me out.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 17 Oct 2019 21:59:35 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Data-Quality-using-a-list-of-business-rule/m-p/477784#M95804</guid>
      <dc:creator>Meena</dc:creator>
      <dc:date>2019-10-17T21:59:35Z</dc:date>
    </item>
  </channel>
</rss>

