<?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: Loading dummy data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Loading-dummy-data/m-p/1456144#M435219</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tresesco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reason why i needed KPI scope is as 0 and 1 is,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have written the following if condition i.e.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if([contract at consumption_u]='Contract Covered' ,'C', if([contract at consumption_u]='Contract Billed','C',if([contract at consumption_u]='T&amp;amp;M','T',if([contract at consumption_u]='Warranty','W')))) as Entitlement1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i will be sending this data to a CSV file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in that excel is we filter under Entitlement1 KPI scope should be 1 when it is for Contract Covered, and&amp;nbsp; KPI scope should be 0 when it is for Contract Billed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFA app for more reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Bharat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Dec 2017 09:08:08 GMT</pubDate>
    <dc:creator>bharatkishore</dc:creator>
    <dc:date>2017-12-28T09:08:08Z</dc:date>
    <item>
      <title>Loading dummy data</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-dummy-data/m-p/1456139#M435214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a qvd and loaded two fields, i.e.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load &lt;/P&gt;&lt;P&gt;country,&lt;/P&gt;&lt;P&gt;district,&lt;/P&gt;&lt;P&gt;'1' as kpi scope added a dummy field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now when i reload it i will get KPI scope as 1. Now&amp;nbsp; i want to get 0 also in that field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there&amp;nbsp; only way is concatenation or any other way.. please let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Bharat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2017 08:49:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-dummy-data/m-p/1456139#M435214</guid>
      <dc:creator>bharatkishore</dc:creator>
      <dc:date>2017-12-28T08:49:03Z</dc:date>
    </item>
    <item>
      <title>Re: Loading dummy data</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-dummy-data/m-p/1456140#M435215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can also do join&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD country,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; district&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM ...&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Join (Table)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * INLINE [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;kpi&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2017 08:54:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-dummy-data/m-p/1456140#M435215</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-12-28T08:54:58Z</dc:date>
    </item>
    <item>
      <title>Re: Loading dummy data</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-dummy-data/m-p/1456141#M435216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can concatenate like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;load&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; country,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; district,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; '1' as kpi &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;From &amp;lt;&amp;gt;:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Load&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; null() as country,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; null() as district,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0 as kpi&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;autogenerate 1;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;But I am not sure what could be the case when you would want this. May be based on your business need the code might change accordingly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2017 08:56:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-dummy-data/m-p/1456141#M435216</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-12-28T08:56:12Z</dc:date>
    </item>
    <item>
      <title>Re: Loading dummy data</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-dummy-data/m-p/1456142#M435217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFA file for more reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if this is the correct approach or any other best way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Bharat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2017 08:58:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-dummy-data/m-p/1456142#M435217</guid>
      <dc:creator>bharatkishore</dc:creator>
      <dc:date>2017-12-28T08:58:33Z</dc:date>
    </item>
    <item>
      <title>Re: Loading dummy data</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-dummy-data/m-p/1456143#M435218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What you have should also work, but if you are looking for alternative, try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Country_u, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Upper(Left([Country_u],2)) as Ctry,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [contract at consumption_u],&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if([contract at consumption_u]='Contract Covered' ,'C', if([contract at consumption_u]='Contract Billed','C',if([contract at consumption_u]='T&amp;amp;M','T',if([contract at consumption_u]='Warranty','W')))) as Entitlement1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;C&gt;&lt;/C&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(qvd);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Left Join (Table)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * INLINE [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; KPIScope&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2017 09:08:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-dummy-data/m-p/1456143#M435218</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-12-28T09:08:06Z</dc:date>
    </item>
    <item>
      <title>Re: Loading dummy data</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-dummy-data/m-p/1456144#M435219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tresesco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reason why i needed KPI scope is as 0 and 1 is,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have written the following if condition i.e.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if([contract at consumption_u]='Contract Covered' ,'C', if([contract at consumption_u]='Contract Billed','C',if([contract at consumption_u]='T&amp;amp;M','T',if([contract at consumption_u]='Warranty','W')))) as Entitlement1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i will be sending this data to a CSV file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in that excel is we filter under Entitlement1 KPI scope should be 1 when it is for Contract Covered, and&amp;nbsp; KPI scope should be 0 when it is for Contract Billed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFA app for more reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Bharat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2017 09:08:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-dummy-data/m-p/1456144#M435219</guid>
      <dc:creator>bharatkishore</dc:creator>
      <dc:date>2017-12-28T09:08:08Z</dc:date>
    </item>
    <item>
      <title>Re: Loading dummy data</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-dummy-data/m-p/1456145#M435220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What about the other two options under [contract at consumption_u]? T&amp;amp;M AND Warranty?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2017 09:10:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-dummy-data/m-p/1456145#M435220</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-12-28T09:10:50Z</dc:date>
    </item>
    <item>
      <title>Re: Loading dummy data</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-dummy-data/m-p/1456146#M435221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No need for T&amp;amp;M and Warranty.. Just needed only for Contract Covered and Contract Billed..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KPI scope should be 1 for&amp;nbsp; Contract Covered and KPI scope should be 0 for Contract Billed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Bharat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2017 09:13:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-dummy-data/m-p/1456146#M435221</guid>
      <dc:creator>bharatkishore</dc:creator>
      <dc:date>2017-12-28T09:13:08Z</dc:date>
    </item>
    <item>
      <title>Re: Loading dummy data</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-dummy-data/m-p/1456147#M435222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Country_u, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Upper(Left([Country_u],2)) as Ctry,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [contract at consumption_u],&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if([contract at consumption_u]='Contract Covered' ,'C', if([contract at consumption_u]='Contract Billed','C',if([contract at consumption_u]='T&amp;amp;M','T',if([contract at consumption_u]='Warranty','W')))) as Entitlement1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;C&gt;&lt;/C&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(qvd);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Left Join (Table)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * INLINE [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; KPIScope, contract at consumption_u&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, Contract Covered&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0, Contract Billed&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or you can use ApplyMap&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2017 09:17:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-dummy-data/m-p/1456147#M435222</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-12-28T09:17:02Z</dc:date>
    </item>
    <item>
      <title>Re: Loading dummy data</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-dummy-data/m-p/1456148#M435223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have written this if condition&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if([contract at consumption_u]='Contract Covered' ,'C', if([contract at consumption_u]='Contract Billed','C',if([contract at consumption_u]='T&amp;amp;M','T',if([contract at consumption_u]='Warranty','W')))) as Entitlement1,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i need to create KPI scope where KPI scope should be 1 for Contract Covered, T&amp;amp;M and Warranty and KPI scope should be 0 only for Contract Billed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for miscommunication earlier.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if you need anything more.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Bharat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2017 12:03:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-dummy-data/m-p/1456148#M435223</guid>
      <dc:creator>bharatkishore</dc:creator>
      <dc:date>2017-12-28T12:03:55Z</dc:date>
    </item>
    <item>
      <title>Re: Loading dummy data</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-dummy-data/m-p/1456149#M435224</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;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD Country_u,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Upper(Left([Country_u],2)) as Ctry,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [contract at consumption_u],&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If([contract at consumption_u]='Contract Covered' ,'C', if([contract at consumption_u]='Contract Billed','C',if([contract at consumption_u]='T&amp;amp;M','T',if([contract at consumption_u]='Warranty','W')))) as Entitlement1,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; &lt;SPAN style="color: #ff0000;"&gt;&amp;nbsp; If(Match([contract at consumption_u], 'Contract Covered', 'T&amp;amp;M', 'Warranty'), 1, 0) as KPIScope&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;C&gt;&lt;/C&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;(qvd);&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2017 12:09:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-dummy-data/m-p/1456149#M435224</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-12-28T12:09:23Z</dc:date>
    </item>
    <item>
      <title>Re: Loading dummy data</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-dummy-data/m-p/1456150#M435225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you genius.. Almost done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While exporting it to CSV file i am getting some blanks in the final file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached files for referrence. Can you please help me where i am missing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Bharat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2017 12:22:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-dummy-data/m-p/1456150#M435225</guid>
      <dc:creator>bharatkishore</dc:creator>
      <dc:date>2017-12-28T12:22:38Z</dc:date>
    </item>
    <item>
      <title>Re: Loading dummy data</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-dummy-data/m-p/1456151#M435226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't see any nulls for the KPIScope&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/188362_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2017 12:26:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-dummy-data/m-p/1456151#M435226</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-12-28T12:26:00Z</dc:date>
    </item>
    <item>
      <title>Re: Loading dummy data</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-dummy-data/m-p/1456152#M435227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry in the entitilement we have...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2017 12:26:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-dummy-data/m-p/1456152#M435227</guid>
      <dc:creator>bharatkishore</dc:creator>
      <dc:date>2017-12-28T12:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: Loading dummy data</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-dummy-data/m-p/1456153#M435228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is because you might have a 5th value (or may be more than 5 values) for [contract at consumption_u] field. Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If([contract at consumption_u] = 'Contract Covered', 'C',&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If([contract at consumption_u] = 'Contract Billed', 'C',&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If([contract at consumption_u] = 'T&amp;amp;M', 'T',&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If([contract at consumption_u] = 'Warranty','W'&lt;SPAN style="color: #ff0000;"&gt;, 'N/A'&lt;/SPAN&gt;)))) as Entitlement1,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, when none of the four conditions are met, you will see N/A&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2017 12:29:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-dummy-data/m-p/1456153#M435228</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-12-28T12:29:34Z</dc:date>
    </item>
    <item>
      <title>Re: Loading dummy data</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-dummy-data/m-p/1456154#M435229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot genius.. Thank you so much......Thank u again...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2017 12:35:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-dummy-data/m-p/1456154#M435229</guid>
      <dc:creator>bharatkishore</dc:creator>
      <dc:date>2017-12-28T12:35:03Z</dc:date>
    </item>
    <item>
      <title>Re: Loading dummy data</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-dummy-data/m-p/1456155#M435230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just one more question i have now in [contract at consumption_u] we have 6 fields,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i need to display only 4 fields data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the csv i don't want to show N/A or blanks. I want to show only C,T,M in entitlement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please help me genius on this...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2017 12:43:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-dummy-data/m-p/1456155#M435230</guid>
      <dc:creator>bharatkishore</dc:creator>
      <dc:date>2017-12-28T12:43:29Z</dc:date>
    </item>
    <item>
      <title>Re: Loading dummy data</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-dummy-data/m-p/1456156#M435231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;LOAD Country_u,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Upper(Left([Country_u],2)) as Ctry,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [contract at consumption_u],&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If([contract at consumption_u]='Contract Covered' ,'C', if([contract at consumption_u]='Contract Billed','C',if([contract at consumption_u]='T&amp;amp;M','T',if([contract at consumption_u]='Warranty','W')))) as Entitlement1,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff0000;"&gt;&amp;nbsp; If(Match([contract at consumption_u], 'Contract Covered', 'T&amp;amp;M', 'Warranty'), 1, 0) as KPIScope&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;FROM &lt;/STRONG&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;C&gt; &lt;/C&gt;&lt;/STRONG&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;(qvd)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Where Match(&lt;STRONG style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-style: inherit;"&gt;[contract at consumption_u], &lt;/STRONG&gt;&lt;/STRONG&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;'Contract Covered', &lt;/STRONG&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;'Contract Billed', &lt;/STRONG&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;'T&amp;amp;M', &lt;/STRONG&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;'Warranty')&lt;/STRONG&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;and I request you to stop addressing me as a 'genius' over and over again. I get that you are happy that I am helping you, but saying it over and over is not going to change that &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Best,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2017 12:49:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-dummy-data/m-p/1456156#M435231</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-12-28T12:49:34Z</dc:date>
    </item>
    <item>
      <title>Re: Loading dummy data</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-dummy-data/m-p/1456157#M435232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you sunny.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2017 13:00:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-dummy-data/m-p/1456157#M435232</guid>
      <dc:creator>bharatkishore</dc:creator>
      <dc:date>2017-12-28T13:00:38Z</dc:date>
    </item>
    <item>
      <title>Re: Loading dummy data</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-dummy-data/m-p/1456158#M435233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No problem my friend &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2017 13:02:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-dummy-data/m-p/1456158#M435233</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-12-28T13:02:43Z</dc:date>
    </item>
  </channel>
</rss>

