<?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: Adding Conditions to Inline Map Load in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Adding-Conditions-to-Inline-Map-Load/m-p/1160660#M378385</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the suggested solution.&amp;nbsp; I may have not accurately described my problem in my opening post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The excel file I attached is just a sample.&amp;nbsp; My actual working file has 100K+ policy numbers so writing all those policy numbers in the load script would not be doable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So currently, through my current load script pasted above, I am able to change the value of those three [Policy Status] to 'Placed' without writing out all the policy numbers. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So is there another script solution to convert this formula for 100k+ policy numbers with the Map Load function:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Times New Roman;"&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;SPAN style="color: blue;"&gt;If(&lt;/SPAN&gt;&lt;SPAN style="color: red;"&gt; [Policy Status] = &lt;SPAN style="color: #ff0000;"&gt;'Issued, Awaiting Payments' &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;SPAN style="color: blue;"&gt;OR&lt;/SPAN&gt;&lt;SPAN style="color: red;"&gt; 'Issued, Awaiting Requirements' &lt;/SPAN&gt;&lt;SPAN style="color: blue;"&gt;OR&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: red;"&gt;&lt;SPAN style="font-size: 12pt;"&gt; 'Completed' &lt;SPAN style="color: blue;"&gt;AND isNull &lt;/SPAN&gt;&lt;SPAN style="color: red;"&gt;([Pc Release Date])&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;, 'In Issue' &lt;/SPAN&gt;&lt;SPAN style="color: blue; font-size: 12pt;"&gt;else&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: red; font-size: 12pt;"&gt; 'Placed'&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Aug 2016 13:47:26 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-08-24T13:47:26Z</dc:date>
    <item>
      <title>Adding Conditions to Inline Map Load</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-Conditions-to-Inline-Map-Load/m-p/1160658#M378383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, first question so please bear with me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I currently use a functioning inline Map load that I want to update with a condition based on a value of another field. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the current Load Map Script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;MAPPING:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;MAPPING LOAD * INLINE [&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;Old, New&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;'Issued, Awaiting Payment', 'Placed'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;'Issued, Awaiting Requirements', 'Placed'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;'Completed', 'Placed'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;MAP [Policy Status] using MAPPING;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;The new condition would be a script line using this logic for all three values above&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;SPAN style="color: #ff0000;"&gt;If [Policy Status] = &lt;/SPAN&gt;'Issued, Awaiting Payment' &lt;SPAN style="color: #0000ff;"&gt;and isNull ([Pc Release Date])&lt;/SPAN&gt;, 'Issued' &lt;SPAN style="color: #0000ff;"&gt;else&lt;/SPAN&gt; 'Placed'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;SPAN style="color: #ff0000;"&gt;If [Policy Status] = &lt;/SPAN&gt;'Issued, Awaiting Requirements' &lt;SPAN style="color: #0000ff;"&gt;and isNull ([Pc Release Date])&lt;/SPAN&gt;, 'Issued' &lt;SPAN style="color: #0000ff;"&gt;else&lt;/SPAN&gt; 'Placed'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;SPAN style="color: #ff0000;"&gt;If [Policy Status] = &lt;/SPAN&gt;'Completed' &lt;SPAN style="color: #0000ff;"&gt;and isNull ([Pc Release Date])&lt;/SPAN&gt;, 'Issued' &lt;SPAN style="color: #0000ff;"&gt;else&lt;/SPAN&gt; 'Placed'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Any idea how this should be written up in the script?&amp;nbsp; I've attached a sample excel file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Aug 2016 19:30:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-Conditions-to-Inline-Map-Load/m-p/1160658#M378383</guid>
      <dc:creator />
      <dc:date>2016-08-23T19:30:03Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Conditions to Inline Map Load</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-Conditions-to-Inline-Map-Load/m-p/1160659#M378384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14720042613961974" jivemacro_uid="_14720042613961974"&gt;
&lt;P&gt;MAPPING:&lt;/P&gt;
&lt;P&gt;Mapping LOAD * INLINE [&lt;/P&gt;
&lt;P&gt;Old, New &lt;/P&gt;
&lt;P&gt;'Issued, Awaiting Payment', 'Placed'&lt;/P&gt;
&lt;P&gt;'Issued, Awaiting Requirements', 'Placed'&lt;/P&gt;
&lt;P&gt;'Completed', 'Placed'&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;P&gt;//MAP [Policy Status] using MAPPING;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;T1:&lt;/P&gt;
&lt;P&gt;LOAD [Policy No],[Pc Release Date],&lt;/P&gt;
&lt;P&gt;&amp;nbsp; if([Policy Status]='Issued, Awaiting Payment' and Len([Pc Release Date])=0,'Issued',ApplyMap('MAPPING',[Policy Status])) as [Policy Status];&lt;/P&gt;
&lt;P&gt;LOAD * INLINE [&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Policy No, Pc Release Date, Policy Status&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 93141162, 12/1/2015 0:00, Completed&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 46063096, , Completed&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 93141167, 12/24/2015 0:00, Completed&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 46050778, , "Issued, Awaiting Payment"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 46062965, 11/18/2015 0:00, "Issued, Awaiting Requirements"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 46050784, 12/22/2015 0:00, "Issued, Awaiting Requirements"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 93140067, 7/1/2016 0:00, "Issued, Awaiting Payment"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 46063416, , "Issued, Awaiting Requirements"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 93139877, , "Issued, Awaiting Payment"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 81036629, , Completed&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Aug 2016 02:04:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-Conditions-to-Inline-Map-Load/m-p/1160659#M378384</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2016-08-24T02:04:42Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Conditions to Inline Map Load</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-Conditions-to-Inline-Map-Load/m-p/1160660#M378385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the suggested solution.&amp;nbsp; I may have not accurately described my problem in my opening post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The excel file I attached is just a sample.&amp;nbsp; My actual working file has 100K+ policy numbers so writing all those policy numbers in the load script would not be doable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So currently, through my current load script pasted above, I am able to change the value of those three [Policy Status] to 'Placed' without writing out all the policy numbers. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So is there another script solution to convert this formula for 100k+ policy numbers with the Map Load function:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Times New Roman;"&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;SPAN style="color: blue;"&gt;If(&lt;/SPAN&gt;&lt;SPAN style="color: red;"&gt; [Policy Status] = &lt;SPAN style="color: #ff0000;"&gt;'Issued, Awaiting Payments' &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;SPAN style="color: blue;"&gt;OR&lt;/SPAN&gt;&lt;SPAN style="color: red;"&gt; 'Issued, Awaiting Requirements' &lt;/SPAN&gt;&lt;SPAN style="color: blue;"&gt;OR&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: red;"&gt;&lt;SPAN style="font-size: 12pt;"&gt; 'Completed' &lt;SPAN style="color: blue;"&gt;AND isNull &lt;/SPAN&gt;&lt;SPAN style="color: red;"&gt;([Pc Release Date])&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12pt;"&gt;, 'In Issue' &lt;/SPAN&gt;&lt;SPAN style="color: blue; font-size: 12pt;"&gt;else&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: red; font-size: 12pt;"&gt; 'Placed'&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 12pt;"&gt;)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Aug 2016 13:47:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-Conditions-to-Inline-Map-Load/m-p/1160660#M378385</guid>
      <dc:creator />
      <dc:date>2016-08-24T13:47:26Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Conditions to Inline Map Load</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-Conditions-to-Inline-Map-Load/m-p/1160661#M378386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Roberto,&lt;/P&gt;&lt;P&gt;You dont need to put all the policy number in the script. I just used inline load for sample. You can load your excel or qvd source instead of inline.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Aug 2016 19:13:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-Conditions-to-Inline-Map-Load/m-p/1160661#M378386</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2016-08-24T19:13:41Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Conditions to Inline Map Load</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-Conditions-to-Inline-Map-Load/m-p/1160662#M378387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay, I got your suggestion to work for the one condition (&lt;SPAN style="color: #ff0000;"&gt;'Issued, Awaiting Payment') &lt;/SPAN&gt;but how do you write it to include the other two conditions (&lt;SPAN style="color: #ff0000;"&gt;'Issued, Awaiting Requirements' AND &lt;SPAN style="color: #ff0000;"&gt;'Completed')&lt;/SPAN&gt;&lt;/SPAN&gt;?&amp;nbsp; I tried using OR but the results are not what I expect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your continued assistance is greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if([Policy Status]='Issued, Awaiting Payment' or 'Issued, Awaiting Requirements' or 'Completed' and Len([Pc Release Date])=0,'Issued',ApplyMap('MAPPING',[Policy Status])) as [Policy Status],&lt;BR /&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Aug 2016 23:53:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-Conditions-to-Inline-Map-Load/m-p/1160662#M378387</guid>
      <dc:creator />
      <dc:date>2016-08-24T23:53:34Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Conditions to Inline Map Load</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-Conditions-to-Inline-Map-Load/m-p/1160663#M378388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks to Settu's help, I got the results I wanted with a slight amendment to his formula so that all conditions are satisfied.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here it is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&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: #0000ff; font-size: 8pt;"&gt;match&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Policy Status]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'Issued, Awaiting Payment','Issued, Awaiting Requirements', 'Completed') &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;and&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Len&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Pc Release Date]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)=0,'Post Issue',&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;ApplyMap&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('MAPPING',&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Policy Status]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Policy Status]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Aug 2016 14:46:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-Conditions-to-Inline-Map-Load/m-p/1160663#M378388</guid>
      <dc:creator />
      <dc:date>2016-08-26T14:46:58Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Conditions to Inline Map Load</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-Conditions-to-Inline-Map-Load/m-p/1160664#M378389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;( ( &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[Policy Status]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;='Issued, Awaiting Payment' &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;or&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[Policy Status]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; = 'Issued, Awaiting Requirements' &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;or&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[Policy Status]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; = 'Completed') &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;and&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Len&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[Pc Release Date]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;)=0,'Issued','Placed') &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[Policy Status]&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Aug 2016 14:52:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-Conditions-to-Inline-Map-Load/m-p/1160664#M378389</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2016-08-26T14:52:29Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Conditions to Inline Map Load</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-Conditions-to-Inline-Map-Load/m-p/1160665#M378390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, I got it to work using Match but I am sure that will work as well.&amp;nbsp; Your time in assisting me is much appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Aug 2016 14:58:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-Conditions-to-Inline-Map-Load/m-p/1160665#M378390</guid>
      <dc:creator />
      <dc:date>2016-08-26T14:58:00Z</dc:date>
    </item>
  </channel>
</rss>

