<?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 statement help in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/if-statement-help/m-p/418172#M155543</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your Question is answered copmletly and correclty then please mark the post as correct ans or Helpful ans...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Nilesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 May 2013 18:33:34 GMT</pubDate>
    <dc:creator>nilesh_gangurde</dc:creator>
    <dc:date>2013-05-01T18:33:34Z</dc:date>
    <item>
      <title>if statement help</title>
      <link>https://community.qlik.com/t5/QlikView/if-statement-help/m-p/418169#M155540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to show only certain fields in a listbox. i created a simple if statement in the 'expression' field within my listbox for 1 field and it worked great however i am having a hard time figuring out how to add a 2nd field so that my list box now shows only those 2 fields. any help would be greatly appreciated!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is my 1 field expression: but if i want it to show both Canada and the US then how do i write that?&lt;/P&gt;&lt;P&gt;= &lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Sales Office Name]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; ='Canada', &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Sales Office Name]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;-qlikview newbie&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 May 2013 18:15:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-statement-help/m-p/418169#M155540</guid>
      <dc:creator />
      <dc:date>2013-05-01T18:15:06Z</dc:date>
    </item>
    <item>
      <title>Re: if statement help</title>
      <link>https://community.qlik.com/t5/QlikView/if-statement-help/m-p/418170#M155541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use the below expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-size: 8pt; font-family: Arial; color: #0000ff;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-size: 8pt; color: #737373; font-family: Arial;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-size: 8pt; font-family: Arial; color: #800000;"&gt;[Sales Office Name]&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-size: 8pt; color: #737373; font-family: Arial;"&gt; ='Canada' or &lt;SPAN style="color: #800000; font-family: Arial; font-size: 11px; background-color: #ffffff;"&gt;[Sales Office Name]&lt;/SPAN&gt; = 'Value2' , &lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-size: 8pt; font-family: Arial; color: #800000;"&gt;[Sales Office Name]&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-size: 8pt; color: #737373; font-family: Arial;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=&lt;SPAN style="background-color: #ffffff; font-size: 8pt; font-family: Arial; color: #0000ff;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-size: 8pt; color: #737373; font-family: Arial;"&gt;(wildmatch(&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-size: 8pt; font-family: Arial; color: #800000;"&gt;[Sales Office Name]&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-size: 8pt; color: #737373; font-family: Arial;"&gt; ,'Canada' ,'Value2' ), &lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-size: 8pt; font-family: Arial; color: #800000;"&gt;[Sales Office Name]&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; font-size: 8pt; color: #737373; font-family: Arial;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Nilesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 May 2013 18:18:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-statement-help/m-p/418170#M155541</guid>
      <dc:creator>nilesh_gangurde</dc:creator>
      <dc:date>2013-05-01T18:18:33Z</dc:date>
    </item>
    <item>
      <title>Re: if statement help</title>
      <link>https://community.qlik.com/t5/QlikView/if-statement-help/m-p/418171#M155542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;wow thank you so much! i tried every other way to do an or statement but that way. i really appreciate it!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 May 2013 18:23:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-statement-help/m-p/418171#M155542</guid>
      <dc:creator />
      <dc:date>2013-05-01T18:23:15Z</dc:date>
    </item>
    <item>
      <title>Re: if statement help</title>
      <link>https://community.qlik.com/t5/QlikView/if-statement-help/m-p/418172#M155543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your Question is answered copmletly and correclty then please mark the post as correct ans or Helpful ans...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Nilesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 May 2013 18:33:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-statement-help/m-p/418172#M155543</guid>
      <dc:creator>nilesh_gangurde</dc:creator>
      <dc:date>2013-05-01T18:33:34Z</dc:date>
    </item>
  </channel>
</rss>

