<?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: Display real value not database value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Display-real-value-not-database-value/m-p/666555#M1061870</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Massimo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've put together the following based on your suggestion but get errors, as shown in the following screen prints (script as shown below):&amp;nbsp; Can you advise on whats wrong with what I've tried&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; font-size: 7.5pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: EN-GB; mso-fareast-language: EN-GB; mso-bidi-language: AR-SA;"&gt;StatusMap:&lt;BR /&gt;&lt;SPAN style="color: blue;"&gt;Mapping&lt;/SPAN&gt; &lt;STRONG style="color: blue;"&gt;LOAD&lt;/STRONG&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: maroon;"&gt;status&lt;/SPAN&gt;,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: maroon;"&gt;status_desc&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: blue;"&gt;Inline&lt;/SPAN&gt;&lt;SPAN style="color: maroon;"&gt;[&lt;BR /&gt;status,status_desc&lt;BR /&gt;R,Requested&lt;BR /&gt;Rev,Reviewed but On Hold&lt;BR /&gt;Rej,Rejected&lt;BR /&gt;A,Approved&lt;BR /&gt;AA,Assigned to Work Order&lt;BR /&gt;I,Issued and In Process&lt;BR /&gt;HP,Awaiting for SLFD-Finance Approval&lt;BR /&gt;HA,Stakeholder Meetings&lt;BR /&gt;HL,On Hold Labour Parts Access&lt;BR /&gt;S,Stopped&lt;BR /&gt;Can,Cancelled&lt;BR /&gt;Com,Completed&lt;BR /&gt;Clo,Closed&lt;BR /&gt;]&lt;/SPAN&gt;;&lt;BR /&gt;&lt;BR /&gt;WorkRequests:&lt;BR /&gt;&lt;STRONG style="color: blue;"&gt;load&lt;/STRONG&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: blue;"&gt;ApplyMap&lt;/SPAN&gt;('StatusMap',&lt;SPAN style="color: maroon;"&gt;status&lt;/SPAN&gt;, 'Unknown') &lt;SPAN style="color: blue;"&gt;as &lt;/SPAN&gt;&lt;SPAN style="color: maroon;"&gt;status_desc&lt;/SPAN&gt;;&lt;BR /&gt;&lt;STRONG style="color: blue;"&gt;SQL&lt;/STRONG&gt; SELECT "bl_id",&lt;BR /&gt;&amp;nbsp;&amp;nbsp; "date_requested",&lt;BR /&gt;&amp;nbsp;&amp;nbsp; "prob_type",&lt;BR /&gt;&amp;nbsp;&amp;nbsp; "site_id",&lt;BR /&gt;&amp;nbsp;&amp;nbsp; status,&lt;BR /&gt;&amp;nbsp;&amp;nbsp; "wr_id"&lt;BR /&gt;FROM "archibus_live".afm.wrhwr; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Qlikviewerror.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/68365_Qlikviewerror.jpg" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Qlikviewtables.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/68387_Qlikviewtables.jpg" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Oct 2014 11:59:43 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-10-07T11:59:43Z</dc:date>
    <item>
      <title>Display real value not database value</title>
      <link>https://community.qlik.com/t5/QlikView/Display-real-value-not-database-value/m-p/666551#M1061866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm pulling data from a table via an ODBC connection:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: blue; font-family: 'Courier New'; font-size: 7.5pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: EN-GB; mso-fareast-language: EN-GB; mso-bidi-language: AR-SA;"&gt;ODBC&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; font-size: 7.5pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: EN-GB; mso-fareast-language: EN-GB; mso-bidi-language: AR-SA;"&gt; &lt;STRONG style="color: blue;"&gt;CONNECT&lt;/STRONG&gt; &lt;SPAN style="color: blue;"&gt;TO&lt;/SPAN&gt; Archibus (&lt;SPAN style="color: blue;"&gt;XUserId&lt;/SPAN&gt; &lt;SPAN style="color: blue;"&gt;is&lt;/SPAN&gt; xxx, &lt;SPAN style="color: blue;"&gt;XPassword&lt;/SPAN&gt;&lt;SPAN style="color: blue;"&gt;is&lt;/SPAN&gt; xxx);&lt;BR /&gt;WorkRequests:&lt;BR /&gt;&lt;STRONG style="color: blue;"&gt;SQL&lt;/STRONG&gt; SELECT "bl_id",&lt;BR /&gt;&amp;nbsp;&amp;nbsp; "date_requested",&lt;BR /&gt;&amp;nbsp;&amp;nbsp; "prob_type",&lt;BR /&gt;&amp;nbsp;&amp;nbsp; "site_id",&lt;BR /&gt;&amp;nbsp;&amp;nbsp; status,&lt;BR /&gt;&amp;nbsp;&amp;nbsp; "wr_id"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN style="font-family: Courier New; font-size: 8pt;"&gt;FROM "archibus_live".afm.wrhwr; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="mso-fareast-language: EN-GB; mso-bidi-language: AR-SA; font-size: 10pt; mso-ansi-language: EN-GB; mso-fareast-theme-font: minor-latin; font-family: arial,helvetica,sans-serif; mso-fareast-font-family: Calibri;"&gt;The Status field holds a number of values which are based on an enumerated list in the source database,&amp;nbsp; and appears as follows in the Qlikview list box:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="mso-fareast-language: EN-GB; mso-bidi-language: AR-SA; font-size: 10pt; mso-ansi-language: EN-GB; mso-fareast-theme-font: minor-latin; font-family: arial,helvetica,sans-serif; mso-fareast-font-family: Calibri;"&gt;&lt;IMG alt="Qlikview.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/68328_Qlikview.jpg" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;What I want is to display, in the listbox, is the full descriptive value, not the shortened value from the enumerated list. For example:&lt;/P&gt;&lt;P&gt;AA should appear as "Assigned"&lt;/P&gt;&lt;P&gt;Can = Cancelled&lt;/P&gt;&lt;P&gt;Closed - Closed&lt;/P&gt;&lt;P&gt;HL = On Hold&lt;/P&gt;&lt;P&gt;I = Issued&lt;/P&gt;&lt;P&gt;S = Stopped&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whats the best way to make this change to how the data is displaying in Qlikview?&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="mso-fareast-language: EN-GB; mso-bidi-language: AR-SA; font-size: 10pt; mso-ansi-language: EN-GB; mso-fareast-theme-font: minor-latin; font-family: arial,helvetica,sans-serif; mso-fareast-font-family: Calibri;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="mso-fareast-language: EN-GB; mso-bidi-language: AR-SA; font-size: 10pt; mso-ansi-language: EN-GB; mso-fareast-theme-font: minor-latin; font-family: arial,helvetica,sans-serif; mso-fareast-font-family: Calibri;"&gt;Dan&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Oct 2014 15:00:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-real-value-not-database-value/m-p/666551#M1061866</guid>
      <dc:creator />
      <dc:date>2014-10-06T15:00:32Z</dc:date>
    </item>
    <item>
      <title>Re: Display real value not database value</title>
      <link>https://community.qlik.com/t5/QlikView/Display-real-value-not-database-value/m-p/666552#M1061867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dan,&lt;/P&gt;&lt;P&gt;in the script add an Inline table like&lt;/P&gt;&lt;P&gt;DescrStatus:&lt;/P&gt;&lt;P&gt;Load * Inline [&lt;/P&gt;&lt;P&gt;status,Descriptive_Value&lt;/P&gt;&lt;P&gt;AA,Assigned&lt;/P&gt;&lt;P&gt;Can,Cancelled&lt;/P&gt;&lt;P&gt;Closed,Closed&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;You can use wizard for Load Inline.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Antonio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Oct 2014 15:09:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-real-value-not-database-value/m-p/666552#M1061867</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2014-10-06T15:09:04Z</dc:date>
    </item>
    <item>
      <title>Re: Display real value not database value</title>
      <link>https://community.qlik.com/t5/QlikView/Display-real-value-not-database-value/m-p/666553#M1061868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Might be misunderstanding what you want but the Status field does contain what is in the database; If you want the full descriptive value you could either:&lt;/P&gt;&lt;P&gt;1. Bring it back via the SQL in a join if the lookup table exists&lt;/P&gt;&lt;P&gt;2. The field from the table that contains the value&lt;/P&gt;&lt;P&gt;3. Use an applymap function in your load script and map them, this would require bringing back the table that contains the descriptiive value by itself.&lt;/P&gt;&lt;P&gt;4. If the full descriptive value does not exist in the source database you could create an inline table that contains the description you want and applymap using that table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;edit: I see an example of an inline load was given above.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Oct 2014 15:09:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-real-value-not-database-value/m-p/666553#M1061868</guid>
      <dc:creator>jeremy_fourman</dc:creator>
      <dc:date>2014-10-06T15:09:49Z</dc:date>
    </item>
    <item>
      <title>Re: Display real value not database value</title>
      <link>https://community.qlik.com/t5/QlikView/Display-real-value-not-database-value/m-p/666554#M1061869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12.7272720336914px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif; font-size: 8pt;"&gt;&lt;STRONG&gt;MapStatus:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12.7272720336914px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-size: 8pt; font-family: arial, helvetica, sans-serif;"&gt;Mapping Load * Inline [&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 12.7272720336914px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-size: 8pt; font-family: arial, helvetica, sans-serif;"&gt;from,to&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 12.7272720336914px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-size: 8pt; font-family: arial, helvetica, sans-serif;"&gt;AA,Assigned&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 12.7272720336914px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-size: 8pt; font-family: arial, helvetica, sans-serif;"&gt;Can,Cancelled&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 12.7272720336914px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-size: 8pt; font-family: arial, helvetica, sans-serif;"&gt;Closed,Closed&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 12.7272720336914px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-size: 8pt; font-family: arial, helvetica, sans-serif;"&gt;...&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 12.7272720336914px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif; font-size: 8pt;"&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12.7272720336914px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif; font-size: 8pt;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: blue;"&gt;ODBC&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt; &lt;STRONG style="font-style: inherit; font-family: inherit; color: blue;"&gt;CONNECT&lt;/STRONG&gt; &lt;SPAN style="font-weight: inherit; font-style: inherit; color: blue;"&gt;TO&lt;/SPAN&gt; Archibus (&lt;SPAN style="font-weight: inherit; font-style: inherit; color: blue;"&gt;XUserId&lt;/SPAN&gt; &lt;SPAN style="font-weight: inherit; font-style: inherit; color: blue;"&gt;is&lt;/SPAN&gt; xxx, &lt;SPAN style="font-weight: inherit; font-style: inherit; color: blue;"&gt;XPassword&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: blue;"&gt;is&lt;/SPAN&gt; xxx);&lt;BR /&gt;WorkRequests:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12.7272720336914px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: arial, helvetica, sans-serif;"&gt;&lt;STRONG&gt;Load&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12.7272720336914px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-size: 8pt; font-style: inherit; font-family: arial, helvetica, sans-serif;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; *,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 12.7272720336914px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 8pt; font-family: arial, helvetica, sans-serif;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; applymap('&lt;SPAN style="color: #3d3d3d;"&gt;MapStatus&lt;/SPAN&gt;', status) as status_description;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-style: inherit; font-family: inherit; color: blue;"&gt;SQL&lt;/STRONG&gt; SELECT "bl_id",&lt;BR /&gt;&amp;nbsp; "date_requested",&lt;BR /&gt;&amp;nbsp; "prob_type",&lt;BR /&gt;&amp;nbsp; "site_id",&lt;BR /&gt;&amp;nbsp; status,&lt;BR /&gt;&amp;nbsp; "wr_id"&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12.7272720336914px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-size: 8pt; font-family: arial, helvetica, sans-serif; font-weight: inherit;"&gt;FROM "archibus_live".afm.wrhwr;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Oct 2014 17:47:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-real-value-not-database-value/m-p/666554#M1061869</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-10-06T17:47:46Z</dc:date>
    </item>
    <item>
      <title>Re: Display real value not database value</title>
      <link>https://community.qlik.com/t5/QlikView/Display-real-value-not-database-value/m-p/666555#M1061870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Massimo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've put together the following based on your suggestion but get errors, as shown in the following screen prints (script as shown below):&amp;nbsp; Can you advise on whats wrong with what I've tried&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; font-size: 7.5pt; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-ansi-language: EN-GB; mso-fareast-language: EN-GB; mso-bidi-language: AR-SA;"&gt;StatusMap:&lt;BR /&gt;&lt;SPAN style="color: blue;"&gt;Mapping&lt;/SPAN&gt; &lt;STRONG style="color: blue;"&gt;LOAD&lt;/STRONG&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: maroon;"&gt;status&lt;/SPAN&gt;,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: maroon;"&gt;status_desc&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: blue;"&gt;Inline&lt;/SPAN&gt;&lt;SPAN style="color: maroon;"&gt;[&lt;BR /&gt;status,status_desc&lt;BR /&gt;R,Requested&lt;BR /&gt;Rev,Reviewed but On Hold&lt;BR /&gt;Rej,Rejected&lt;BR /&gt;A,Approved&lt;BR /&gt;AA,Assigned to Work Order&lt;BR /&gt;I,Issued and In Process&lt;BR /&gt;HP,Awaiting for SLFD-Finance Approval&lt;BR /&gt;HA,Stakeholder Meetings&lt;BR /&gt;HL,On Hold Labour Parts Access&lt;BR /&gt;S,Stopped&lt;BR /&gt;Can,Cancelled&lt;BR /&gt;Com,Completed&lt;BR /&gt;Clo,Closed&lt;BR /&gt;]&lt;/SPAN&gt;;&lt;BR /&gt;&lt;BR /&gt;WorkRequests:&lt;BR /&gt;&lt;STRONG style="color: blue;"&gt;load&lt;/STRONG&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: blue;"&gt;ApplyMap&lt;/SPAN&gt;('StatusMap',&lt;SPAN style="color: maroon;"&gt;status&lt;/SPAN&gt;, 'Unknown') &lt;SPAN style="color: blue;"&gt;as &lt;/SPAN&gt;&lt;SPAN style="color: maroon;"&gt;status_desc&lt;/SPAN&gt;;&lt;BR /&gt;&lt;STRONG style="color: blue;"&gt;SQL&lt;/STRONG&gt; SELECT "bl_id",&lt;BR /&gt;&amp;nbsp;&amp;nbsp; "date_requested",&lt;BR /&gt;&amp;nbsp;&amp;nbsp; "prob_type",&lt;BR /&gt;&amp;nbsp;&amp;nbsp; "site_id",&lt;BR /&gt;&amp;nbsp;&amp;nbsp; status,&lt;BR /&gt;&amp;nbsp;&amp;nbsp; "wr_id"&lt;BR /&gt;FROM "archibus_live".afm.wrhwr; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Qlikviewerror.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/68365_Qlikviewerror.jpg" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Qlikviewtables.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/68387_Qlikviewtables.jpg" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2014 11:59:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-real-value-not-database-value/m-p/666555#M1061870</guid>
      <dc:creator />
      <dc:date>2014-10-07T11:59:43Z</dc:date>
    </item>
    <item>
      <title>Re: Display real value not database value</title>
      <link>https://community.qlik.com/t5/QlikView/Display-real-value-not-database-value/m-p/666556#M1061871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;add a space in&lt;/P&gt;&lt;P&gt;Inline[&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it should be&lt;/P&gt;&lt;P&gt;Inline [&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2014 12:26:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-real-value-not-database-value/m-p/666556#M1061871</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-10-07T12:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: Display real value not database value</title>
      <link>https://community.qlik.com/t5/QlikView/Display-real-value-not-database-value/m-p/666557#M1061872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Brilliant, thanks Massimo.&amp;nbsp; It works fine now and I've lots of other similar fields from the source database with the same prinicple that I can apply this solution too. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;spent all morning trying variations of the script to get it working, its always something minor like a commor, full stop of missed "space" that catches you out.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll mark your first reply as correct!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Oct 2014 12:35:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-real-value-not-database-value/m-p/666557#M1061872</guid>
      <dc:creator />
      <dc:date>2014-10-07T12:35:02Z</dc:date>
    </item>
  </channel>
</rss>

