<?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 SV:question about alias in QV in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/question-about-alias-in-QV/m-p/214757#M68271</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I have found that if you rename a field in the load script the change is automagically carried out in expressions in the GUI-elements like charts, tables, list boxes etc.&lt;/P&gt;&lt;P&gt;It seems to work both if you use&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;rename field Dept to Department;&lt;/P&gt;&lt;P&gt;or if you actually change the load statement, replacing the field name from start so to say, for example&lt;/P&gt;&lt;P&gt;replacing&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;DTab:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt; ID, Dept&lt;BR /&gt; 1, Sales&lt;BR /&gt; 2, Production&lt;BR /&gt; 3, Marketing&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;with&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;DTab:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt; ID, Department&lt;BR /&gt; 1, Sales&lt;BR /&gt; 2, Production&lt;BR /&gt; 3, Marketing&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take a copy of your .qvw and replace Dept with Department, and see if all your expressions in GUI-elements that uses Dept is replaced by Department.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Apr 2011 07:47:44 GMT</pubDate>
    <dc:creator>gandalfgray</dc:creator>
    <dc:date>2011-04-14T07:47:44Z</dc:date>
    <item>
      <title>question about alias in QV</title>
      <link>https://community.qlik.com/t5/QlikView/question-about-alias-in-QV/m-p/214754#M68268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a mutibox in qvw file. And there is a field named [dept]. I select "fields displayed in mutibox" and type label as "department" in "settings in selected field". It works well. But when I click the field, the current select box show "dept: sales".&lt;/P&gt;&lt;P&gt;My question is how to show 'department:sales ' in current select box instead of change the field name when ETL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2011 02:42:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/question-about-alias-in-QV/m-p/214754#M68268</guid>
      <dc:creator />
      <dc:date>2011-04-14T02:42:13Z</dc:date>
    </item>
    <item>
      <title>question about alias in QV</title>
      <link>https://community.qlik.com/t5/QlikView/question-about-alias-in-QV/m-p/214755#M68269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;You will have to rename fields in the load script,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;Table:LOAD Dept AS Department,...&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Besides, you can later label the listbox (not the field) to display in its caption something different.&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2011 04:41:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/question-about-alias-in-QV/m-p/214755#M68269</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2011-04-14T04:41:03Z</dc:date>
    </item>
    <item>
      <title>question about alias in QV</title>
      <link>https://community.qlik.com/t5/QlikView/question-about-alias-in-QV/m-p/214756#M68270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I know I can rename this in load script.&lt;/P&gt;&lt;P&gt;But, I have almost hundreds of expression which include 'dept'. But the end user want to renamed as department. I don't want to rewrite all of expressions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2011 06:40:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/question-about-alias-in-QV/m-p/214756#M68270</guid>
      <dc:creator />
      <dc:date>2011-04-14T06:40:38Z</dc:date>
    </item>
    <item>
      <title>SV:question about alias in QV</title>
      <link>https://community.qlik.com/t5/QlikView/question-about-alias-in-QV/m-p/214757#M68271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I have found that if you rename a field in the load script the change is automagically carried out in expressions in the GUI-elements like charts, tables, list boxes etc.&lt;/P&gt;&lt;P&gt;It seems to work both if you use&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;rename field Dept to Department;&lt;/P&gt;&lt;P&gt;or if you actually change the load statement, replacing the field name from start so to say, for example&lt;/P&gt;&lt;P&gt;replacing&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;DTab:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt; ID, Dept&lt;BR /&gt; 1, Sales&lt;BR /&gt; 2, Production&lt;BR /&gt; 3, Marketing&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;with&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;DTab:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt; ID, Department&lt;BR /&gt; 1, Sales&lt;BR /&gt; 2, Production&lt;BR /&gt; 3, Marketing&lt;BR /&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take a copy of your .qvw and replace Dept with Department, and see if all your expressions in GUI-elements that uses Dept is replaced by Department.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2011 07:47:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/question-about-alias-in-QV/m-p/214757#M68271</guid>
      <dc:creator>gandalfgray</dc:creator>
      <dc:date>2011-04-14T07:47:44Z</dc:date>
    </item>
    <item>
      <title>question about alias in QV</title>
      <link>https://community.qlik.com/t5/QlikView/question-about-alias-in-QV/m-p/214758#M68272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Then there is an Expression Overview in the Settings menu where you can find and replace code in expressions (for example, the name of a field).&lt;/P&gt;&lt;P&gt;Make a backup file before using the Replace All option in that menu.&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2011 08:24:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/question-about-alias-in-QV/m-p/214758#M68272</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2011-04-14T08:24:47Z</dc:date>
    </item>
  </channel>
</rss>

