<?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 questions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/If-statement-questions/m-p/530002#M684731</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IF([Primary Sector Impacted_1]='CC-Staff' and &lt;STRONG&gt;match([Primary Business Impacted],'Legal', 'Compliance &amp;amp; Control'),&lt;/STRONG&gt; 'Global Functions - Other')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Jan 2014 16:32:23 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-01-17T16:32:23Z</dc:date>
    <item>
      <title>If statement questions</title>
      <link>https://community.qlik.com/t5/QlikView/If-statement-questions/m-p/529999#M684728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;Hi QlikView Peers,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;I need help with following statement. I was able to change "Legal" to "Global Functions - Other" but somehow the script isn't able to include&amp;nbsp; "Compliance &amp;amp; Control" to "Global Functions - Other". Please help.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;BR /&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF&lt;/SPAN&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;(&lt;SPAN style="color: #800000;"&gt;[Primary Sector Impacted_1]&lt;/SPAN&gt;='CC-Staff' &lt;SPAN style="color: #0000ff;"&gt;and&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;[Primary Business Impacted]&lt;/SPAN&gt;='Legal' &lt;SPAN style="color: #0000ff;"&gt;OR&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt; 'Compliance &amp;amp; Control', 'Global Functions - Other')&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;BR /&gt;Jasmine&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jan 2014 16:27:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-statement-questions/m-p/529999#M684728</guid>
      <dc:creator />
      <dc:date>2014-01-17T16:27:30Z</dc:date>
    </item>
    <item>
      <title>Re: If statement questions</title>
      <link>https://community.qlik.com/t5/QlikView/If-statement-questions/m-p/530000#M684729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 16px; font-family: calibri, verdana, arial, sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; IF&lt;/SPAN&gt;&lt;SPAN style="font-size: 16px; font-family: calibri, verdana, arial, sans-serif; color: #3d3d3d;"&gt;(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #800000;"&gt;[Primary Sector Impacted_1]&lt;/SPAN&gt;='CC-Staff' &lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #0000ff;"&gt;and&lt;/SPAN&gt; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #800000;"&gt;[Primary Business Impacted]&lt;/SPAN&gt;='Legal' &lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #0000ff;"&gt;OR &lt;SPAN style="color: #3d3d3d; font-family: calibri, verdana, arial, sans-serif; font-size: 16px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #800000;"&gt;[Primary Business Impacted]&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: calibri, verdana, arial, sans-serif; font-size: 16px;"&gt;=&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 16px; font-family: calibri, verdana, arial, sans-serif; color: #3d3d3d;"&gt;'Compliance &amp;amp; Control', 'Global Functions - Other')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 16px; font-family: calibri, verdana, arial, sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 16px; font-family: calibri, verdana, arial, sans-serif; color: #3d3d3d;"&gt;thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 16px; font-family: calibri, verdana, arial, sans-serif; color: #3d3d3d;"&gt;Yaniv&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jan 2014 16:31:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-statement-questions/m-p/530000#M684729</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-17T16:31:29Z</dc:date>
    </item>
    <item>
      <title>Re: If statement questions</title>
      <link>https://community.qlik.com/t5/QlikView/If-statement-questions/m-p/530001#M684730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You cant use the OR like you are using it, you would have to specify &lt;SPAN style="color: #800000; font-family: calibri, verdana, arial, sans-serif; font-size: 16.363636016845703px;"&gt;[Primary Business Impacted]&lt;/SPAN&gt; = &lt;SPAN style="color: #3d3d3d; font-family: calibri, verdana, arial, sans-serif; font-size: 16.363636016845703px;"&gt;'Compliance &amp;amp; Control'&lt;/SPAN&gt; again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this if statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 16.363636016845703px; font-family: calibri, verdana, arial, sans-serif; color: #3d3d3d;"&gt;IF&lt;/SPAN&gt;&lt;SPAN style="font-size: 16.363636016845703px; font-family: calibri, verdana, arial, sans-serif; color: #3d3d3d;"&gt;(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #800000;"&gt;[Primary Sector Impacted_1]&lt;/SPAN&gt;='CC-Staff' &lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #0000ff;"&gt;and&lt;/SPAN&gt; (&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #800000;"&gt;[Primary Business Impacted]&lt;/SPAN&gt;='Legal' &lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #0000ff;"&gt;OR &lt;SPAN style="color: #800000; font-family: calibri, verdana, arial, sans-serif; font-size: 16.363636016845703px;"&gt;[Primary Business Impacted]&lt;/SPAN&gt; = &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 16.363636016845703px; font-family: calibri, verdana, arial, sans-serif; color: #3d3d3d;"&gt;'Compliance &amp;amp; Control'), 'Global Functions - Other')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 16.363636016845703px; font-family: calibri, verdana, arial, sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 16.363636016845703px; font-family: calibri, verdana, arial, sans-serif; color: #3d3d3d;"&gt;or you could use the match function:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 16.363636016845703px; font-family: calibri, verdana, arial, sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 16.363636016845703px; font-family: calibri, verdana, arial, sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-size: 16.363636016845703px; font-family: calibri, verdana, arial, sans-serif; color: #3d3d3d;"&gt;IF&lt;/SPAN&gt;&lt;SPAN style="font-size: 16.363636016845703px; font-family: calibri, verdana, arial, sans-serif; color: #3d3d3d;"&gt;(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #800000;"&gt;[Primary Sector Impacted_1]&lt;/SPAN&gt;='CC-Staff' &lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #0000ff;"&gt;and&lt;/SPAN&gt; match(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #800000;"&gt;[Primary Business Impacted], &lt;SPAN style="color: #3d3d3d; font-family: calibri, verdana, arial, sans-serif; font-size: 16.363636016845703px;"&gt;'Legal'&lt;/SPAN&gt;, &lt;SPAN style="color: #3d3d3d; font-family: calibri, verdana, arial, sans-serif; font-size: 16.363636016845703px;"&gt;'Compliance &amp;amp; Control'&lt;/SPAN&gt;)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 16.363636016845703px; font-family: calibri, verdana, arial, sans-serif; color: #3d3d3d;"&gt;, 'Global Functions - Other')&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 16.363636016845703px; font-family: calibri, verdana, arial, sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 16.363636016845703px; font-family: calibri, verdana, arial, sans-serif; color: #3d3d3d;"&gt;Hope this helps!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jan 2014 16:31:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-statement-questions/m-p/530001#M684730</guid>
      <dc:creator>jerem1234</dc:creator>
      <dc:date>2014-01-17T16:31:51Z</dc:date>
    </item>
    <item>
      <title>Re: If statement questions</title>
      <link>https://community.qlik.com/t5/QlikView/If-statement-questions/m-p/530002#M684731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IF([Primary Sector Impacted_1]='CC-Staff' and &lt;STRONG&gt;match([Primary Business Impacted],'Legal', 'Compliance &amp;amp; Control'),&lt;/STRONG&gt; 'Global Functions - Other')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jan 2014 16:32:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-statement-questions/m-p/530002#M684731</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-17T16:32:23Z</dc:date>
    </item>
    <item>
      <title>Re: If statement questions</title>
      <link>https://community.qlik.com/t5/QlikView/If-statement-questions/m-p/530003#M684732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your quick responses.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jan 2014 16:37:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-statement-questions/m-p/530003#M684732</guid>
      <dc:creator />
      <dc:date>2014-01-17T16:37:35Z</dc:date>
    </item>
  </channel>
</rss>

