<?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: change field values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/change-field-values/m-p/571172#M212838</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Ayman,&lt;/P&gt;&lt;P&gt;If CUS_REF_ID don't have data in your Fact/Main/Transaction Table and if you want to load only those CUS_REF_ID having some data, you can use as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) First Load your Main or Fact or Transaction Table&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[MAIN TALE]:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CUST_REF_ID,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field2,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field3.....&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;From TableName;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Now Load your CUS_REF_ID Table&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CUSTOMER:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CUS_REF_ID,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;CUS_REF_NAME&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="line-height: 1.5em; font-size: 10pt;"&gt;From TableName&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; Where Exists (CUS_REF_ID)&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;This will restrict &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;CUS_REF_NAME&lt;/SPAN&gt; having no records in main table to load&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Hope this helps..&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Apr 2014 06:11:53 GMT</pubDate>
    <dc:creator>MK_QSL</dc:creator>
    <dc:date>2014-04-29T06:11:53Z</dc:date>
    <item>
      <title>change field values</title>
      <link>https://community.qlik.com/t5/QlikView/change-field-values/m-p/571164#M212830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have 2 tables . One to many. &lt;/P&gt;&lt;P&gt;table A has field CUS_REF_ID, and table B has CUS_REF_ID and CUS_REF_NAME.&lt;/P&gt;&lt;P&gt;many values in table A has no values in table B. so the CUS_REF_ID is null.&lt;/P&gt;&lt;P&gt;When displaying table A as a chart choosing CUS_REF_NAME, the values in table A which is null CUS_REF_ID appears as "-". &lt;/P&gt;&lt;P&gt;Can I change this value to something readable not "-".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2014 05:17:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/change-field-values/m-p/571164#M212830</guid>
      <dc:creator />
      <dc:date>2014-04-29T05:17:44Z</dc:date>
    </item>
    <item>
      <title>Re: change field values</title>
      <link>https://community.qlik.com/t5/QlikView/change-field-values/m-p/571165#M212831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ayman,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to Properties ---&amp;gt; Presentation tab &lt;/P&gt;&lt;P&gt;Left side bottom, you have an option to replace the null value with value you wish.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Naresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2014 05:30:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/change-field-values/m-p/571165#M212831</guid>
      <dc:creator>NareshGuntur</dc:creator>
      <dc:date>2014-04-29T05:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: change field values</title>
      <link>https://community.qlik.com/t5/QlikView/change-field-values/m-p/571166#M212832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In script you can give like this&lt;/P&gt;&lt;P&gt;B:&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;CUS_REF_NAME,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if(CUS_REF_NAME&amp;lt;&amp;gt;'' and CUS_REF_ID='' ,'Novalue',CUS_REF_ID) as CUS_REF_ID&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;from[]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it will help.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2014 05:35:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/change-field-values/m-p/571166#M212832</guid>
      <dc:creator />
      <dc:date>2014-04-29T05:35:27Z</dc:date>
    </item>
    <item>
      <title>Re: change field values</title>
      <link>https://community.qlik.com/t5/QlikView/change-field-values/m-p/571167#M212833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can't find it. &lt;/P&gt;&lt;P&gt;I have only option Omit Rows where Field is NULL. &lt;/P&gt;&lt;P&gt;but no option to change the value&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2014 05:40:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/change-field-values/m-p/571167#M212833</guid>
      <dc:creator />
      <dc:date>2014-04-29T05:40:15Z</dc:date>
    </item>
    <item>
      <title>Re: change field values</title>
      <link>https://community.qlik.com/t5/QlikView/change-field-values/m-p/571168#M212834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kindly find the attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mukram.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2014 05:44:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/change-field-values/m-p/571168#M212834</guid>
      <dc:creator>mdmukramali</dc:creator>
      <dc:date>2014-04-29T05:44:03Z</dc:date>
    </item>
    <item>
      <title>Re: change field values</title>
      <link>https://community.qlik.com/t5/QlikView/change-field-values/m-p/571169#M212835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry but I think I need to explain more about the relation between the table. &lt;/P&gt;&lt;P&gt;Table A &lt;/P&gt;&lt;P&gt;Field:&amp;nbsp;&amp;nbsp;&amp;nbsp; A_DB_ID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table B. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; A_DB_ID&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NAME_DB_ID&lt;/P&gt;&lt;P&gt;Table C&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NAME_DB_ID&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NAME.&lt;/P&gt;&lt;P&gt;so the relation is&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; select A.A_DB_ID, C_.NAME from A,&lt;/P&gt;&lt;P&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (select NAME,A_DB_ID from B,C where B.NAME_DB_ID = C.NAME_DB_ID) C_ &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; where A.A_DB_ID&amp;nbsp; = C_.A_DB_ID.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="aaa.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/58074_aaa.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2014 05:53:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/change-field-values/m-p/571169#M212835</guid>
      <dc:creator />
      <dc:date>2014-04-29T05:53:07Z</dc:date>
    </item>
    <item>
      <title>Re: change field values</title>
      <link>https://community.qlik.com/t5/QlikView/change-field-values/m-p/571170#M212836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am able to in Straight table, but I need to change the NULL values in the CHARTS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2014 05:59:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/change-field-values/m-p/571170#M212836</guid>
      <dc:creator />
      <dc:date>2014-04-29T05:59:33Z</dc:date>
    </item>
    <item>
      <title>Re: Re: change field values</title>
      <link>https://community.qlik.com/t5/QlikView/change-field-values/m-p/571171#M212837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kindly find the attached file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2014 06:06:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/change-field-values/m-p/571171#M212837</guid>
      <dc:creator>mdmukramali</dc:creator>
      <dc:date>2014-04-29T06:06:33Z</dc:date>
    </item>
    <item>
      <title>Re: change field values</title>
      <link>https://community.qlik.com/t5/QlikView/change-field-values/m-p/571172#M212838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Ayman,&lt;/P&gt;&lt;P&gt;If CUS_REF_ID don't have data in your Fact/Main/Transaction Table and if you want to load only those CUS_REF_ID having some data, you can use as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) First Load your Main or Fact or Transaction Table&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[MAIN TALE]:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CUST_REF_ID,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field2,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field3.....&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;From TableName;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Now Load your CUS_REF_ID Table&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CUSTOMER:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CUS_REF_ID,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;CUS_REF_NAME&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="line-height: 1.5em; font-size: 10pt;"&gt;From TableName&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; Where Exists (CUS_REF_ID)&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;This will restrict &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;CUS_REF_NAME&lt;/SPAN&gt; having no records in main table to load&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Hope this helps..&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2014 06:11:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/change-field-values/m-p/571172#M212838</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-04-29T06:11:53Z</dc:date>
    </item>
    <item>
      <title>Re: change field values</title>
      <link>https://community.qlik.com/t5/QlikView/change-field-values/m-p/571173#M212839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thankx Manish,&lt;/P&gt;&lt;P&gt;But I need these values. I just want to change the null value something like. &lt;/P&gt;&lt;P&gt;"Unregistered Customer"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2014 06:49:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/change-field-values/m-p/571173#M212839</guid>
      <dc:creator />
      <dc:date>2014-04-29T06:49:51Z</dc:date>
    </item>
    <item>
      <title>Re: change field values</title>
      <link>https://community.qlik.com/t5/QlikView/change-field-values/m-p/571174#M212840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;CUSTOMER:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;MAPPING LOAD&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="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;&amp;nbsp; CUS_REF_ID,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="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;&amp;nbsp; &lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;CUS_REF_NAME&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;From TableName&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;Where Exists (CUS_REF_ID)&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;[MAIN TALE]:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;LOAD&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="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;&amp;nbsp; &lt;STRONG style="color: #3d3d3d; font-family: inherit; font-style: inherit;"&gt;CUS_REF_ID&lt;/STRONG&gt;,&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="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;&amp;nbsp; ApplyMap('&lt;STRONG style="color: #3d3d3d; font-family: inherit; font-style: inherit;"&gt;CUSTOMER&lt;/STRONG&gt;',&lt;STRONG style="color: #3d3d3d; font-family: inherit; font-style: inherit;"&gt;CUS_REF_ID&lt;/STRONG&gt;, '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Unregistered Customer&lt;/SPAN&gt;') AS &lt;STRONG style="color: #3d3d3d; font-family: inherit; font-style: inherit;"&gt;CUS_REF_NAME&lt;/STRONG&gt;,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="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;&amp;nbsp; Field2,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="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;&amp;nbsp; Field3.....&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;From TableName;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Hope this helps you.&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Regards,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Jagan.&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2014 06:55:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/change-field-values/m-p/571174#M212840</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-04-29T06:55:34Z</dc:date>
    </item>
    <item>
      <title>Re: change field values</title>
      <link>https://community.qlik.com/t5/QlikView/change-field-values/m-p/571175#M212841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see the attched file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please write&amp;nbsp; "Unresgister Customer" in place of - in attched screen&lt;/P&gt;&lt;P&gt;i.e Chart properties-&amp;gt; presentation -&amp;gt;null smbol-&amp;gt; Unregister Customer&lt;/P&gt;&lt;P&gt;...........................................Missing Symbol----&amp;gt;Unregister Customer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2014 07:03:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/change-field-values/m-p/571175#M212841</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2014-04-29T07:03:12Z</dc:date>
    </item>
  </channel>
</rss>

