<?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 How to rename column label? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-rename-column-label/m-p/201564#M59602</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mark,&lt;/P&gt;&lt;P&gt;Great suggestion!&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Apr 2010 03:12:22 GMT</pubDate>
    <dc:creator>rwunderlich</dc:creator>
    <dc:date>2010-04-06T03:12:22Z</dc:date>
    <item>
      <title>How to rename column label?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-rename-column-label/m-p/201562#M59600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Is it possible to rename column legend?&lt;/P&gt;&lt;P&gt;For example, in the bar chart attached, i would like to be able to rename the last column legend.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Apr 2010 15:24:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-rename-column-label/m-p/201562#M59600</guid>
      <dc:creator />
      <dc:date>2010-04-02T15:24:12Z</dc:date>
    </item>
    <item>
      <title>How to rename column label?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-rename-column-label/m-p/201563#M59601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure if this is what you want, but you can edit the dimension Product to make it a calculated dimension.&lt;/P&gt;&lt;P&gt;For instance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;=if(Product='Product6', 'Other name',Product)&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Of course you can use a variable or an expression that results in a string instead of 'Other name'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Apr 2010 18:57:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-rename-column-label/m-p/201563#M59601</guid>
      <dc:creator />
      <dc:date>2010-04-03T18:57:11Z</dc:date>
    </item>
    <item>
      <title>How to rename column label?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-rename-column-label/m-p/201564#M59602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mark,&lt;/P&gt;&lt;P&gt;Great suggestion!&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Apr 2010 03:12:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-rename-column-label/m-p/201564#M59602</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2010-04-06T03:12:22Z</dc:date>
    </item>
    <item>
      <title>How to rename column label?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-rename-column-label/m-p/201565#M59603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok. But I would like to apply this renaming to the last column, whatever its content is (not only for "Product6").&lt;/P&gt;&lt;P&gt;For instance, I already tried to use the "rowno()" function to identify the last column (within the same kind of calculated dimension you proposed) but that's not working (the row identification is certainly made after the column display).&lt;/P&gt;&lt;P&gt;The idea behind is that i would like to do some kind of "Others" column to aggregate the remaining total in the last column when the max visible number of rows is limited. I know there is a way with Aggr() function but the problem is that using Aggr() in calculated dimension prevent to sort values correctly in chart. And I need to keep the ability to sort values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Apr 2010 11:07:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-rename-column-label/m-p/201565#M59603</guid>
      <dc:creator />
      <dc:date>2010-04-06T11:07:38Z</dc:date>
    </item>
    <item>
      <title>How to rename column label?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-rename-column-label/m-p/201566#M59604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;you can use the following&lt;/P&gt;&lt;P&gt;=if(Product=fieldvalue('Product',fieldvaluecount('Product')),'namechange',Product)&lt;/P&gt;&lt;P&gt;as a calculated dimension in your chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Apr 2010 09:48:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-rename-column-label/m-p/201566#M59604</guid>
      <dc:creator />
      <dc:date>2010-04-07T09:48:38Z</dc:date>
    </item>
    <item>
      <title>How to rename column label?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-rename-column-label/m-p/201567#M59605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;That's interesting but I need to have the last column renamed. With columns sorted descending, this renames 'Product6' but not the last one which is 'Product4' here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Apr 2010 12:24:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-rename-column-label/m-p/201567#M59605</guid>
      <dc:creator />
      <dc:date>2010-04-07T12:24:57Z</dc:date>
    </item>
    <item>
      <title>How to rename column label?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-rename-column-label/m-p/201568#M59606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;what u can do first is find min(Sales) as minimumsales in your script and use the following&lt;/P&gt;&lt;P&gt;if(Sales=minimumsales , 'namechange',Product)&lt;/P&gt;&lt;P&gt;i think this should work fine now&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;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Apr 2010 13:56:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-rename-column-label/m-p/201568#M59606</guid>
      <dc:creator />
      <dc:date>2010-04-07T13:56:39Z</dc:date>
    </item>
    <item>
      <title>How to rename column label?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-rename-column-label/m-p/201569#M59607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;what u can do first is find min(Sales) as minimumsales in your script and use the following&lt;/P&gt;&lt;P&gt;if(Sales=minimumsales , 'namechange',Product) as a calculated dimension in your chart&lt;/P&gt;&lt;P&gt;i think this should work fine now&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Apr 2010 13:57:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-rename-column-label/m-p/201569#M59607</guid>
      <dc:creator />
      <dc:date>2010-04-07T13:57:50Z</dc:date>
    </item>
  </channel>
</rss>

