<?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: Conditionals Chain in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Conditionals-Chain/m-p/634177#M1087892</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In this case the response from &lt;A href="https://community.qlik.com/qlik-users/128964"&gt;Felim Shanaghy&lt;/A&gt; is what you need.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 May 2014 14:17:35 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-05-30T14:17:35Z</dc:date>
    <item>
      <title>Conditionals Chain</title>
      <link>https://community.qlik.com/t5/QlikView/Conditionals-Chain/m-p/634171#M1087886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the following conditionals on my script to mark with a flag if I have an anomaly or not:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt; &lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;IF&lt;/SPAN&gt; &lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;FLAG_ANOMALY&lt;/SPAN&gt; &lt;SPAN style="font-size: 10pt;"&gt;=&lt;/SPAN&gt; &lt;SPAN style="color: #000000; font-size: 10pt;"&gt;1&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;,&lt;/SPAN&gt; &lt;SPAN style="color: #000000; font-size: 10pt;"&gt;'With Anomaly'&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt; &lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;IF&lt;/SPAN&gt; &lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;FLAG_ANOMALY&lt;/SPAN&gt; &lt;SPAN style="font-size: 10pt;"&gt;=&lt;/SPAN&gt; &lt;SPAN style="color: #000000; font-size: 10pt;"&gt;0&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;AND&lt;/SPAN&gt; &lt;SPAN style="color: #800000; font-size: 10pt;"&gt;FLAG_INSPECTION&lt;/SPAN&gt; &lt;SPAN style="font-size: 10pt;"&gt;=&lt;/SPAN&gt; &lt;SPAN style="color: #000000; font-size: 10pt;"&gt;1&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;,&lt;/SPAN&gt; &lt;SPAN style="color: #000000; font-size: 10pt;"&gt;'No Anomaly'&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt; &lt;SPAN style="color: #000000; font-size: 10pt;"&gt;'Pending'&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;)&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;)&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;AS&lt;/SPAN&gt; &lt;SPAN style="color: #800000; font-size: 10pt;"&gt;FLAG_ANOMALY_TYPE&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The thing is that I get some rows with null and I want that everything that is not 'With Anomaly' / 'No Anomaly' get the value 'Pending'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What could it be?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2014 14:03:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditionals-Chain/m-p/634171#M1087886</guid>
      <dc:creator />
      <dc:date>2014-05-30T14:03:52Z</dc:date>
    </item>
    <item>
      <title>Re: Conditionals Chain</title>
      <link>https://community.qlik.com/t5/QlikView/Conditionals-Chain/m-p/634172#M1087887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;SPAN style="color: #3d3d3d; font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;IF&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;&lt;SPAN style="color: #3d3d3d;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000;"&gt;FLAG_ANOMALY = 0 AND FLAG_INSPECTION=1,'No Anomaly',IF(FLAG_ANOMALY=1,'With Anomaly','Pending'))&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;SPAN style="color: #800000; font-style: inherit; font-size: 10pt; font-family: inherit; font-weight: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;SPAN style="color: #800000; font-style: inherit; font-size: 10pt; font-family: inherit; font-weight: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2014 14:07:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditionals-Chain/m-p/634172#M1087887</guid>
      <dc:creator />
      <dc:date>2014-05-30T14:07:20Z</dc:date>
    </item>
    <item>
      <title>Re: Conditionals Chain</title>
      <link>https://community.qlik.com/t5/QlikView/Conditionals-Chain/m-p/634173#M1087888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The other thing is if you are adding new fields after your initial calculation i.e. concatenating new rows of data and you haven't included your if statement&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2014 14:08:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditionals-Chain/m-p/634173#M1087888</guid>
      <dc:creator />
      <dc:date>2014-05-30T14:08:42Z</dc:date>
    </item>
    <item>
      <title>Re: Conditionals Chain</title>
      <link>https://community.qlik.com/t5/QlikView/Conditionals-Chain/m-p/634174#M1087889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I assume that there are records where FLAG_ANOMALY is not 1 neither 0.&amp;nbsp; How do you want to handle this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2014 14:09:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditionals-Chain/m-p/634174#M1087889</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-30T14:09:59Z</dc:date>
    </item>
    <item>
      <title>Re: Conditionals Chain</title>
      <link>https://community.qlik.com/t5/QlikView/Conditionals-Chain/m-p/634175#M1087890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the Script use&lt;/P&gt;&lt;P&gt;NullAsValue&amp;nbsp; Flag_Anomaly ;&lt;/P&gt;&lt;P&gt;Set NullValue = 'Pending';&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2014 14:12:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditionals-Chain/m-p/634175#M1087890</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2014-05-30T14:12:51Z</dc:date>
    </item>
    <item>
      <title>Re: Conditionals Chain</title>
      <link>https://community.qlik.com/t5/QlikView/Conditionals-Chain/m-p/634176#M1087891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But I previously have a table in my script where I do the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt; &lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;IF&lt;/SPAN&gt; &lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;NOT&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;ISNULL&lt;/SPAN&gt; &lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;ANOMALY_TYPE&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;)&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;,&lt;/SPAN&gt; &lt;SPAN style="color: #000000; font-size: 10pt;"&gt;1&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;,&lt;/SPAN&gt; &lt;SPAN style="color: #000000; font-size: 10pt;"&gt;0&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;)&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;AS&lt;/SPAN&gt; &lt;SPAN style="color: #800000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;FLAG_ANOMALY&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt; &lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;IF&lt;/SPAN&gt; &lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;NOT&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;ISNULL&lt;/SPAN&gt; &lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;INSPECTION_TYPE&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;)&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;,&lt;/SPAN&gt; &lt;SPAN style="color: #000000; font-size: 10pt;"&gt;1&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;,&lt;/SPAN&gt; &lt;SPAN style="color: #000000; font-size: 10pt;"&gt;0&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;)&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;AS&lt;/SPAN&gt; &lt;SPAN style="color: #800000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;FLAG_INSPECTION&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I suppose I should assign a value for every type of anomaly...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not, I'd like to put 'Pending' for the remaining records.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2014 14:14:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditionals-Chain/m-p/634176#M1087891</guid>
      <dc:creator />
      <dc:date>2014-05-30T14:14:22Z</dc:date>
    </item>
    <item>
      <title>Re: Conditionals Chain</title>
      <link>https://community.qlik.com/t5/QlikView/Conditionals-Chain/m-p/634177#M1087892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In this case the response from &lt;A href="https://community.qlik.com/qlik-users/128964"&gt;Felim Shanaghy&lt;/A&gt; is what you need.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2014 14:17:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditionals-Chain/m-p/634177#M1087892</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-30T14:17:35Z</dc:date>
    </item>
    <item>
      <title>Re: Conditionals Chain</title>
      <link>https://community.qlik.com/t5/QlikView/Conditionals-Chain/m-p/634178#M1087893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay, I'm going to try it. Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2014 14:18:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditionals-Chain/m-p/634178#M1087893</guid>
      <dc:creator />
      <dc:date>2014-05-30T14:18:22Z</dc:date>
    </item>
  </channel>
</rss>

