<?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: Business Rule tests via sql patterns in Open Profiler in Data Quality</title>
    <link>https://community.qlik.com/t5/Data-Quality/Business-Rule-tests-via-sql-patterns-in-Open-Profiler/m-p/2276914#M3213</link>
    <description>Hi Perry, 
&lt;BR /&gt;Did you set the join clause in "Join Condition" section of DQ Rule Settings? 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;DQ Rule:&lt;BR /&gt;where clause -&lt;BR /&gt;&lt;BR /&gt;Join Clause -&lt;BR /&gt;&lt;BR /&gt;Then the rule was used in a table analysis on Table A.&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;That's right for a DQ Rules applied on table analysis according to your steps. 
&lt;BR /&gt;A DQ Rule Settings image: 
&lt;IMG src="https://community.qlik.com/" /&gt; 
&lt;BR /&gt;A Table analysis image: 
&lt;IMG src="https://community.qlik.com/" /&gt;</description>
    <pubDate>Wed, 13 Jan 2010 02:25:09 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2010-01-13T02:25:09Z</dc:date>
    <item>
      <title>Business Rule tests via sql patterns in Open Profiler</title>
      <link>https://community.qlik.com/t5/Data-Quality/Business-Rule-tests-via-sql-patterns-in-Open-Profiler/m-p/2276909#M3208</link>
      <description>Hi,
&lt;BR /&gt;I'm evaluating the Talend Open Profiler and cannot seem to locate documentation that indicates how I might perform a business rule test across multiple columns in multiple tables in a schema. I'm would ideally like to perform this test as a SQL Pattern test since I think the regular expression patterns might confuse potential users. This probably comes under the heading of data quality testing rather than data profiling.
&lt;BR /&gt;Is what I've tried to describe above possible with this product?
&lt;BR /&gt;Regards,
&lt;BR /&gt;Perry.</description>
      <pubDate>Sat, 16 Nov 2024 14:02:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/Business-Rule-tests-via-sql-patterns-in-Open-Profiler/m-p/2276909#M3208</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2024-11-16T14:02:50Z</dc:date>
    </item>
    <item>
      <title>Re: Business Rule tests via sql patterns in Open Profiler</title>
      <link>https://community.qlik.com/t5/Data-Quality/Business-Rule-tests-via-sql-patterns-in-Open-Profiler/m-p/2276910#M3209</link>
      <description>Hi Perry, 
&lt;BR /&gt;which version of TOP are you using? The 1.1 version is limited to single column profiling. 
&lt;BR /&gt;The 1.2.0M4 development version offers a few functionalities for cross-table analyses, but I'm not sure that it is what you want. 
&lt;BR /&gt;is what you need something like: 
&lt;BR /&gt; 
&lt;PRE&gt;select count(*) from city&lt;BR /&gt;join labels on (city.label_id = labels.label_id)&lt;BR /&gt;where labels.label like 'F%'&lt;/PRE&gt; 
&lt;BR /&gt;If yes, then it's not possible yet and we are going to put it in the next milestone release. 
&lt;BR /&gt;If no, then I did not understand what is your need. Could you give me more details, please?</description>
      <pubDate>Tue, 10 Mar 2009 08:54:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/Business-Rule-tests-via-sql-patterns-in-Open-Profiler/m-p/2276910#M3209</guid>
      <dc:creator>Sebastiao_Qlik</dc:creator>
      <dc:date>2009-03-10T08:54:44Z</dc:date>
    </item>
    <item>
      <title>Re: Business Rule tests via sql patterns in Open Profiler</title>
      <link>https://community.qlik.com/t5/Data-Quality/Business-Rule-tests-via-sql-patterns-in-Open-Profiler/m-p/2276911#M3210</link>
      <description>Thanks for your prompt reply to my query.
&lt;BR /&gt;Yes, the test that you described is close to what I would be attempting.
&lt;BR /&gt;IE. If column a from table a1 = 'X' and column b from table b1 = 'Y' then valid else invalid.
&lt;BR /&gt;I'll look forward to this type of test being available in your product.
&lt;BR /&gt;Thanks again,
&lt;BR /&gt;Perry.</description>
      <pubDate>Wed, 11 Mar 2009 04:24:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/Business-Rule-tests-via-sql-patterns-in-Open-Profiler/m-p/2276911#M3210</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2009-03-11T04:24:28Z</dc:date>
    </item>
    <item>
      <title>Re: Business Rule tests via sql patterns in Open Profiler</title>
      <link>https://community.qlik.com/t5/Data-Quality/Business-Rule-tests-via-sql-patterns-in-Open-Profiler/m-p/2276912#M3211</link>
      <description>you should try it now with the latest release candidate of Talend Open Profiler : 3.1.0RC2.
&lt;BR /&gt;There you can define a DQ Rule (in the "Libraries" folder) such as 
&lt;BR /&gt;where clause = 
&lt;BR /&gt;a = 'X' and b = 'Y'
&lt;BR /&gt;Join clause =
&lt;BR /&gt;a1.pk = b1.pk
&lt;BR /&gt;This rule must then be used in a "table analysis" on the table a1.</description>
      <pubDate>Fri, 10 Apr 2009 21:40:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/Business-Rule-tests-via-sql-patterns-in-Open-Profiler/m-p/2276912#M3211</guid>
      <dc:creator>Sebastiao_Qlik</dc:creator>
      <dc:date>2009-04-10T21:40:31Z</dc:date>
    </item>
    <item>
      <title>Re: Business Rule tests via sql patterns in Open Profiler</title>
      <link>https://community.qlik.com/t5/Data-Quality/Business-Rule-tests-via-sql-patterns-in-Open-Profiler/m-p/2276913#M3212</link>
      <description>Hi folks,&lt;BR /&gt;                 I did try to define a business rule and run it as a part of a table analysis. However, it did not run. I get the error message stating that the table does not exist.&lt;BR /&gt;Here is what I attempted:&lt;BR /&gt;--------------&lt;BR /&gt;DQ Rule:&lt;BR /&gt;where clause -&lt;BR /&gt;&lt;BR /&gt;Join Clause -&lt;BR /&gt;&lt;BR /&gt;Then the rule was used in a table analysis on Table A. &lt;BR /&gt;--------------&lt;BR /&gt;This does not seem to work. Would anyone be able to direct me to any site/material wherein I can better understand how/when to perform a table analysis using DQ rules? Thanks.</description>
      <pubDate>Tue, 12 Jan 2010 20:11:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/Business-Rule-tests-via-sql-patterns-in-Open-Profiler/m-p/2276913#M3212</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-01-12T20:11:47Z</dc:date>
    </item>
    <item>
      <title>Re: Business Rule tests via sql patterns in Open Profiler</title>
      <link>https://community.qlik.com/t5/Data-Quality/Business-Rule-tests-via-sql-patterns-in-Open-Profiler/m-p/2276914#M3213</link>
      <description>Hi Perry, 
&lt;BR /&gt;Did you set the join clause in "Join Condition" section of DQ Rule Settings? 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;DQ Rule:&lt;BR /&gt;where clause -&lt;BR /&gt;&lt;BR /&gt;Join Clause -&lt;BR /&gt;&lt;BR /&gt;Then the rule was used in a table analysis on Table A.&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;That's right for a DQ Rules applied on table analysis according to your steps. 
&lt;BR /&gt;A DQ Rule Settings image: 
&lt;IMG src="https://community.qlik.com/" /&gt; 
&lt;BR /&gt;A Table analysis image: 
&lt;IMG src="https://community.qlik.com/" /&gt;</description>
      <pubDate>Wed, 13 Jan 2010 02:25:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/Business-Rule-tests-via-sql-patterns-in-Open-Profiler/m-p/2276914#M3213</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-01-13T02:25:09Z</dc:date>
    </item>
  </channel>
</rss>

