<?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 with missing ELSE values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/IF-with-missing-ELSE-values/m-p/507644#M694444</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;Try: if([Disposition Date] &amp;gt;= '07/13/20013',&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;[Disposition Date]&lt;/SPAN&gt;, replace(replace(&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;[Disposition Date],'NEW','LOADED'),'Intent To Apply','Accepted, No App')) as &lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;[Disposition Date] &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Jun 2013 16:12:19 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2013-06-25T16:12:19Z</dc:date>
    <item>
      <title>IF with missing ELSE values</title>
      <link>https://community.qlik.com/t5/QlikView/IF-with-missing-ELSE-values/m-p/507643#M694442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13721737317106559" jivemacro_uid="_13721737317106559"&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I want to use the IF in the script to replace certain values before a set period and keep the rest of the values before and after the period.&lt;/P&gt;&lt;P&gt;The IF below only keeps the new values.I have attached a spreadsheet with examples of the values before and after the IF that I need in the result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if([Disposition Date] &amp;lt; '07/13/20013',&lt;/P&gt;&lt;P&gt; if([Disposition Description] = 'NEW', 'LOADED',&lt;/P&gt;&lt;P&gt; if([Disposition Description] = 'Intent To Apply', 'Accepted, No App',))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,[Disposition Description] ) as [Disposition Description], &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>Tue, 25 Jun 2013 15:31:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IF-with-missing-ELSE-values/m-p/507643#M694442</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-25T15:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: IF with missing ELSE values</title>
      <link>https://community.qlik.com/t5/QlikView/IF-with-missing-ELSE-values/m-p/507644#M694444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;Try: if([Disposition Date] &amp;gt;= '07/13/20013',&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;[Disposition Date]&lt;/SPAN&gt;, replace(replace(&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;[Disposition Date],'NEW','LOADED'),'Intent To Apply','Accepted, No App')) as &lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;[Disposition Date] &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jun 2013 16:12:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IF-with-missing-ELSE-values/m-p/507644#M694444</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-06-25T16:12:19Z</dc:date>
    </item>
    <item>
      <title>Re: IF with missing ELSE values</title>
      <link>https://community.qlik.com/t5/QlikView/IF-with-missing-ELSE-values/m-p/507645#M694446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great it worked when I changed the field name and use your suggestion.&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if([Disposition Date] &amp;gt;= '07/13/20013',[Disposition Description], replace(replace([Disposition Description],'NEW','LOADED'),'Intent To Apply','Accepted, No App')) as [Disposition Description] ,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jun 2013 16:33:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IF-with-missing-ELSE-values/m-p/507645#M694446</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-25T16:33:20Z</dc:date>
    </item>
  </channel>
</rss>

