<?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 and expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/if-and-expression/m-p/545184#M1124308</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this &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;Contract&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'STSS' and &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Status&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'Open', &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Assignment&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Jan 2014 15:58:06 GMT</pubDate>
    <dc:creator>iktrayanov</dc:creator>
    <dc:date>2014-01-21T15:58:06Z</dc:date>
    <item>
      <title>if and expression</title>
      <link>https://community.qlik.com/t5/QlikView/if-and-expression/m-p/545182#M1124306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ive tried to make an if and stement in qlikview and its resulting in what ever the second condition is only.&lt;/P&gt;&lt;P&gt;any help?&lt;/P&gt;&lt;P&gt;its suppposed to show all assignents that are on the STSS contract and are open&lt;/P&gt;&lt;P&gt;&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;Contract&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'STSS', &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Status&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'Open', &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Assignment&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jan 2014 15:54:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-and-expression/m-p/545182#M1124306</guid>
      <dc:creator>samuel_brierley</dc:creator>
      <dc:date>2014-01-21T15:54:29Z</dc:date>
    </item>
    <item>
      <title>Re: if and expression</title>
      <link>https://community.qlik.com/t5/QlikView/if-and-expression/m-p/545183#M1124307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need an and in between the two:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;Contract&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; = 'STSS' and &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;Status&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; = 'Open', &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;Assignment&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hope this helps!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jan 2014 15:58:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-and-expression/m-p/545183#M1124307</guid>
      <dc:creator>jerem1234</dc:creator>
      <dc:date>2014-01-21T15:58:01Z</dc:date>
    </item>
    <item>
      <title>Re: if and expression</title>
      <link>https://community.qlik.com/t5/QlikView/if-and-expression/m-p/545184#M1124308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this &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;Contract&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'STSS' and &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Status&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'Open', &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Assignment&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jan 2014 15:58:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-and-expression/m-p/545184#M1124308</guid>
      <dc:creator>iktrayanov</dc:creator>
      <dc:date>2014-01-21T15:58:06Z</dc:date>
    </item>
    <item>
      <title>Re: if and expression</title>
      <link>https://community.qlik.com/t5/QlikView/if-and-expression/m-p/545185#M1124309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The mistake is that you can't assign a value to a variable in that way:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you need to seta a variable:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET myVar = &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;Contract&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'STSS', &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;'Open', &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;'Other'&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;SPAN style="font-size: 8pt;"&gt;hope it helps&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jan 2014 15:59:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-and-expression/m-p/545185#M1124309</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-01-21T15:59:58Z</dc:date>
    </item>
    <item>
      <title>Re: if and expression</title>
      <link>https://community.qlik.com/t5/QlikView/if-and-expression/m-p/545186#M1124310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks, such a pain getting to know wlikview, doesnt seem to be consistent, eg the and isnt required in a sum expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jan 2014 16:00:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-and-expression/m-p/545186#M1124310</guid>
      <dc:creator>samuel_brierley</dc:creator>
      <dc:date>2014-01-21T16:00:40Z</dc:date>
    </item>
  </channel>
</rss>

