<?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 analyts with two or more rules in Data Quality</title>
    <link>https://community.qlik.com/t5/Data-Quality/business-analyts-with-two-or-more-rules/m-p/2195713#M41</link>
    <description>&lt;P&gt;I'm afraid I do not really do a lot with Data Quality and don't use tableau. It is not really a good idea to ask other questions on the one thread as it leads to the forum becoming very confusing for people searching for similar answers to their questions. Can you raise your secondary questions in new threads (appropriately titled) and then specialists in those areas will be able to find you easier. Also, if this answered your original question, can you accept the answer? Thanks &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 22 Feb 2018 22:02:39 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-02-22T22:02:39Z</dc:date>
    <item>
      <title>business analyts with two or more rules</title>
      <link>https://community.qlik.com/t5/Data-Quality/business-analyts-with-two-or-more-rules/m-p/2195706#M34</link>
      <description>&lt;P&gt;Saludos cordiales a todos, estoy llevando a cabo un proyecto en donde se requiere hacer mas de una clausula where en una misma tabla y que las dos o mas condiciones se cumplan y muestre el resultado.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Saludos cordiales.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Feb 2018 22:54:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/business-analyts-with-two-or-more-rules/m-p/2195706#M34</guid>
      <dc:creator>EmmanuelTrejo</dc:creator>
      <dc:date>2018-02-21T22:54:40Z</dc:date>
    </item>
    <item>
      <title>Re: business analyts with two or more rules</title>
      <link>https://community.qlik.com/t5/Data-Quality/business-analyts-with-two-or-more-rules/m-p/2195707#M35</link>
      <description>&lt;P&gt;Can you give an example of what you want. I *think* you are asking about how to return values from a conditional query where at least 2 of the 3 conditions are met. You mention a table. Are you talking about a SQL query?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;It would be useful to try to ask questions in English on here. I know English isn't your first language, but it will mean that more people can potentially help. If you struggle with English, then it also helps to see data examples. In some cases showing data examples (expected source and target) helps a lot more than brilliant English.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Feb 2018 23:05:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/business-analyts-with-two-or-more-rules/m-p/2195707#M35</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-21T23:05:00Z</dc:date>
    </item>
    <item>
      <title>Re: business analyts with two or more rules</title>
      <link>https://community.qlik.com/t5/Data-Quality/business-analyts-with-two-or-more-rules/m-p/2195708#M36</link>
      <description>&lt;P&gt;&amp;nbsp;hi&amp;nbsp;&lt;SPAN class="lia-user-login"&gt;rhall_2_0, I want those three queries to be executed in a sql rule so that when I export the result I show all the results in a single view and only export a csv file and no not have to do each rule separately&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;&lt;SPAN class="lia-user-login"&gt;"public"."Forwarder"."DiasDemoras"&amp;lt; 0&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-user-login"&gt;"public"."Forwarder"."FechaLimiteDevolucionVacio" &amp;lt;= '2016-01-01'&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-user-login"&gt;"public"."Forwarder"."ETD"&amp;gt;"public"."Forwarder"."ETA"&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2018 00:13:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/business-analyts-with-two-or-more-rules/m-p/2195708#M36</guid>
      <dc:creator>EmmanuelTrejo</dc:creator>
      <dc:date>2018-02-22T00:13:05Z</dc:date>
    </item>
    <item>
      <title>Re: business analyts with two or more rules</title>
      <link>https://community.qlik.com/t5/Data-Quality/business-analyts-with-two-or-more-rules/m-p/2195709#M37</link>
      <description>&lt;P&gt;You can write whatever SQL you want to use inside the t{Database}Input components.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;A really simple way of doing this is to use the following WHERE Clause in your SQL query...&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;PRE&gt;WHERE ("public"."Forwarder"."DiasDemoras"&amp;lt; 0 AND
"public"."Forwarder"."FechaLimiteDevolucionVacio" &amp;lt;= '2016-01-01') OR
("public"."Forwarder"."DiasDemoras"&amp;lt; 0 AND
"public"."Forwarder"."ETD"&amp;gt;"public"."Forwarder"."ETA") OR
("public"."Forwarder"."ETD"&amp;gt;"public"."Forwarder"."ETA" AND
"public"."Forwarder"."FechaLimiteDevolucionVacio" &amp;lt;= '2016-01-01') 

&lt;/PRE&gt; 
&lt;P&gt;All of the data that meets at least 2 of the 3 criteria will be returned by the query. Is that what you want?&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2018 00:34:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/business-analyts-with-two-or-more-rules/m-p/2195709#M37</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-22T00:34:35Z</dc:date>
    </item>
    <item>
      <title>Re: business analyts with two or more rules</title>
      <link>https://community.qlik.com/t5/Data-Quality/business-analyts-with-two-or-more-rules/m-p/2195710#M38</link>
      <description>&lt;P&gt;exacto, eso es lo que quería hacer, muchas gracias; otra cuestión es posible añadir una columna para identificar que fila cumple con alguna de las dos condiciones y si es posible exportar los datos de tal manera que se puedan obtener las gráficas que nos muestra dq?&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2018 16:48:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/business-analyts-with-two-or-more-rules/m-p/2195710#M38</guid>
      <dc:creator>EmmanuelTrejo</dc:creator>
      <dc:date>2018-02-22T16:48:23Z</dc:date>
    </item>
    <item>
      <title>Re: business analyts with two or more rules</title>
      <link>https://community.qlik.com/t5/Data-Quality/business-analyts-with-two-or-more-rules/m-p/2195711#M39</link>
      <description>&lt;P&gt;Exactly, that's what I wanted to do, thank you very much; another question it is possible to add a column to identify which row fulfills one of the two conditions and if it is possible to export the data in such a way that the graphs shown by dq can be obtained&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2018 16:49:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/business-analyts-with-two-or-more-rules/m-p/2195711#M39</guid>
      <dc:creator>EmmanuelTrejo</dc:creator>
      <dc:date>2018-02-22T16:49:25Z</dc:date>
    </item>
    <item>
      <title>Re: business analyts with two or more rules</title>
      <link>https://community.qlik.com/t5/Data-Quality/business-analyts-with-two-or-more-rules/m-p/2195712#M40</link>
      <description>&lt;P&gt;rilhia, I wondered if you know how can connect talend data quality with tableau&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2018 18:57:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/business-analyts-with-two-or-more-rules/m-p/2195712#M40</guid>
      <dc:creator>EmmanuelTrejo</dc:creator>
      <dc:date>2018-02-22T18:57:32Z</dc:date>
    </item>
    <item>
      <title>Re: business analyts with two or more rules</title>
      <link>https://community.qlik.com/t5/Data-Quality/business-analyts-with-two-or-more-rules/m-p/2195713#M41</link>
      <description>&lt;P&gt;I'm afraid I do not really do a lot with Data Quality and don't use tableau. It is not really a good idea to ask other questions on the one thread as it leads to the forum becoming very confusing for people searching for similar answers to their questions. Can you raise your secondary questions in new threads (appropriately titled) and then specialists in those areas will be able to find you easier. Also, if this answered your original question, can you accept the answer? Thanks &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2018 22:02:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/business-analyts-with-two-or-more-rules/m-p/2195713#M41</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-22T22:02:39Z</dc:date>
    </item>
  </channel>
</rss>

