<?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: Expression to QV in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expression-to-QV/m-p/939592#M960723</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So here Match will do like OR?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Oct 2015 13:22:13 GMT</pubDate>
    <dc:creator>priyarane</dc:creator>
    <dc:date>2015-10-21T13:22:13Z</dc:date>
    <item>
      <title>Expression to QV</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-to-QV/m-p/939590#M960721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Community,&lt;/P&gt;&lt;P&gt;How to write below expression in qv&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(method_original in ('FOU','ADV') and sub_method_original in ('B','C','D') and risk_bucket_original=20,'Strong',&lt;/P&gt;&lt;P&gt;method_original in ('FOU','ADV') and (sub_method_original='SRW' or asset_class_original = 'CLAIM_CIU') and (sub_method_original='SRW' or asset_class_original = 'CLAIM_CIU') and rw_original=2.90 ,'Good') as Credit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Oct 2015 13:07:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-to-QV/m-p/939590#M960721</guid>
      <dc:creator>priyarane</dc:creator>
      <dc:date>2015-10-21T13:07:18Z</dc:date>
    </item>
    <item>
      <title>Re: Expression to QV</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-to-QV/m-p/939591#M960722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if(match(method_original,'FOU','ADV') and match (sub_method_original,'B','C','D') and risk_bucket_original = 20, 'Strong',&lt;/P&gt;&lt;P&gt;if(match(method_original,'FOU','ADV') and (sub_method_original = 'SRW' or asset_class_original = 'CLAIM_CIU') and (sub_method_original='SRW' or asset_class_original = 'CLAIM_CIU') and rw_original=2.90 ,'Good') as Credit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Oct 2015 13:11:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-to-QV/m-p/939591#M960722</guid>
      <dc:creator>martinpohl</dc:creator>
      <dc:date>2015-10-21T13:11:40Z</dc:date>
    </item>
    <item>
      <title>Re: Expression to QV</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-to-QV/m-p/939592#M960723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So here Match will do like OR?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Oct 2015 13:22:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-to-QV/m-p/939592#M960723</guid>
      <dc:creator>priyarane</dc:creator>
      <dc:date>2015-10-21T13:22:13Z</dc:date>
    </item>
    <item>
      <title>Re: Expression to QV</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-to-QV/m-p/939593#M960724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;match is like "in" in your sql statement&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Oct 2015 13:24:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-to-QV/m-p/939593#M960724</guid>
      <dc:creator>martinpohl</dc:creator>
      <dc:date>2015-10-21T13:24:04Z</dc:date>
    </item>
    <item>
      <title>Re: Expression to QV</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-to-QV/m-p/939594#M960725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes.. IN will do OR performance... so here we have used Match so Match also will do OR, am I right..?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Oct 2015 13:28:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-to-QV/m-p/939594#M960725</guid>
      <dc:creator>priyarane</dc:creator>
      <dc:date>2015-10-21T13:28:34Z</dc:date>
    </item>
    <item>
      <title>Re: Expression to QV</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-to-QV/m-p/939595#M960726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes, then it is an or&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Oct 2015 13:37:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-to-QV/m-p/939595#M960726</guid>
      <dc:creator>martinpohl</dc:creator>
      <dc:date>2015-10-21T13:37:22Z</dc:date>
    </item>
    <item>
      <title>Re: Expression to QV</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-to-QV/m-p/939596#M960727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes. QlikView's "Match" is the equivalent of SQL's "in", and will give you boolean TRUE for each of the values specified as arguments in the "Match"-function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;E.g. QV's M&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;atch(method_original,'FOU','ADV') gives the same as SQL's Where method_original = 'FOU' OR method_original = 'ADV', which gives the same as SQL's method_original in ('FOU', 'ADV').&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Oct 2015 13:38:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-to-QV/m-p/939596#M960727</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-21T13:38:25Z</dc:date>
    </item>
    <item>
      <title>Re: Expression to QV</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-to-QV/m-p/939597#M960728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Priya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It’s subjective of individual’s interpretation and understanding but there is always an explanation for each method otherwise no need of a separate function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As Martin mentioned that ‘Match’ is like ‘in’ in SQL and you could use ‘OR’ in SQL instead but it won’t be as efficient (always!).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, Shelvin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Oct 2015 13:44:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-to-QV/m-p/939597#M960728</guid>
      <dc:creator>shelvinpatel</dc:creator>
      <dc:date>2015-10-21T13:44:26Z</dc:date>
    </item>
  </channel>
</rss>

