<?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: if(match with certain fields + Null in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/if-match-with-certain-fields-Null/m-p/1245076#M621486</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;U r ryt..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And checks fr all expression btn it to satisfy then only it will return true..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fr or if any one satisfied also true .. Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Feb 2017 16:02:21 GMT</pubDate>
    <dc:creator>sdmech81</dc:creator>
    <dc:date>2017-02-09T16:02:21Z</dc:date>
    <item>
      <title>if(match with certain fields + Null</title>
      <link>https://community.qlik.com/t5/QlikView/if-match-with-certain-fields-Null/m-p/1245067#M621477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Im trying to do an if(match) that pulls in certain fields plus the null values. Is there a way to do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so it would if match for fields A,B,C and the nulls&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2017 15:01:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-match-with-certain-fields-Null/m-p/1245067#M621477</guid>
      <dc:creator />
      <dc:date>2017-02-09T15:01:17Z</dc:date>
    </item>
    <item>
      <title>Re: if(match with certain fields + Null</title>
      <link>https://community.qlik.com/t5/QlikView/if-match-with-certain-fields-Null/m-p/1245068#M621478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Match(Field, A, B, C) or If(Len(Trim(Field)) = 0, True Condition, False Condition)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2017 15:06:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-match-with-certain-fields-Null/m-p/1245068#M621478</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-02-09T15:06:59Z</dc:date>
    </item>
    <item>
      <title>Re: if(match with certain fields + Null</title>
      <link>https://community.qlik.com/t5/QlikView/if-match-with-certain-fields-Null/m-p/1245069#M621479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;If(Match(Field, 'A', 'B', 'C') and isnull(Field), True Condition, False Condition)&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2017 15:25:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-match-with-certain-fields-Null/m-p/1245069#M621479</guid>
      <dc:creator>sdmech81</dc:creator>
      <dc:date>2017-02-09T15:25:28Z</dc:date>
    </item>
    <item>
      <title>Re: if(match with certain fields + Null</title>
      <link>https://community.qlik.com/t5/QlikView/if-match-with-certain-fields-Null/m-p/1245070#M621480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can be field be A and Null at the same time? Do you mean this?&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;If(Match(Field, 'A', 'B', 'C') &lt;STRONG&gt;or&lt;/STRONG&gt; isnull(Field), True Condition, False Condition)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2017 15:26:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-match-with-certain-fields-Null/m-p/1245070#M621480</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-02-09T15:26:28Z</dc:date>
    </item>
    <item>
      <title>Re: if(match with certain fields + Null</title>
      <link>https://community.qlik.com/t5/QlikView/if-match-with-certain-fields-Null/m-p/1245071#M621481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah true..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2017 15:34:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-match-with-certain-fields-Null/m-p/1245071#M621481</guid>
      <dc:creator>sdmech81</dc:creator>
      <dc:date>2017-02-09T15:34:12Z</dc:date>
    </item>
    <item>
      <title>Re: if(match with certain fields + Null</title>
      <link>https://community.qlik.com/t5/QlikView/if-match-with-certain-fields-Null/m-p/1245072#M621482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Even this would work I guess:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 28.6924px;"&gt;If(Match(Field, 'A', 'B', 'C', '-')&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 28.6924px;"&gt;, True Condition, False Condition)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 28.6924px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 28.6924px;"&gt;Because Qlikview treats null as '-' ..Try and let us know pls..&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2017 15:38:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-match-with-certain-fields-Null/m-p/1245072#M621482</guid>
      <dc:creator>sdmech81</dc:creator>
      <dc:date>2017-02-09T15:38:09Z</dc:date>
    </item>
    <item>
      <title>Re: if(match with certain fields + Null</title>
      <link>https://community.qlik.com/t5/QlikView/if-match-with-certain-fields-Null/m-p/1245073#M621483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sachin, I am sure you got that understanding. Still just wanted to mention that here&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;AND &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;OR&lt;/STRONG&gt; operators i used to get confused. To explain&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AND -&amp;gt; Will explicitly check if both the expressions are true then True Condition will be satisfied. &lt;/P&gt;&lt;P&gt;OR&amp;nbsp; -&amp;gt; If any one of the expression are true then True Condition will be satisfied. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope i am clear. Correct me Sunny if not. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2017 15:40:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-match-with-certain-fields-Null/m-p/1245073#M621483</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-02-09T15:40:28Z</dc:date>
    </item>
    <item>
      <title>Re: if(match with certain fields + Null</title>
      <link>https://community.qlik.com/t5/QlikView/if-match-with-certain-fields-Null/m-p/1245074#M621484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need one help..Do u have any doc or videos on "how we recommend Qlikview server configuration?"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If so plss send it across my email..Thanku&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2017 15:41:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-match-with-certain-fields-Null/m-p/1245074#M621484</guid>
      <dc:creator>sdmech81</dc:creator>
      <dc:date>2017-02-09T15:41:34Z</dc:date>
    </item>
    <item>
      <title>Re: if(match with certain fields + Null</title>
      <link>https://community.qlik.com/t5/QlikView/if-match-with-certain-fields-Null/m-p/1245075#M621485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'-' will ths work?? Bcs if it's in expression hope it ll work..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in script I don't think so..As thr is possibility of it to work in expression as set works on result set and in tht case Qlik has already treated null() as '-'.. Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2017 15:59:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-match-with-certain-fields-Null/m-p/1245075#M621485</guid>
      <dc:creator>sdmech81</dc:creator>
      <dc:date>2017-02-09T15:59:27Z</dc:date>
    </item>
    <item>
      <title>Re: if(match with certain fields + Null</title>
      <link>https://community.qlik.com/t5/QlikView/if-match-with-certain-fields-Null/m-p/1245076#M621486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;U r ryt..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And checks fr all expression btn it to satisfy then only it will return true..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fr or if any one satisfied also true .. Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2017 16:02:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-match-with-certain-fields-Null/m-p/1245076#M621486</guid>
      <dc:creator>sdmech81</dc:creator>
      <dc:date>2017-02-09T16:02:21Z</dc:date>
    </item>
    <item>
      <title>Re: if(match with certain fields + Null</title>
      <link>https://community.qlik.com/t5/QlikView/if-match-with-certain-fields-Null/m-p/1245077#M621487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately I don't... I don't have much expertise in Server side...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2017 21:54:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-match-with-certain-fields-Null/m-p/1245077#M621487</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-02-09T21:54:39Z</dc:date>
    </item>
  </channel>
</rss>

