<?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 name in QV chart with formula in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Change-Field-name-in-QV-chart-with-formula/m-p/129095#M19496</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Exactly, each dimension has a prefix and I must remove it to get only part of the label&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Aug 2018 06:07:54 GMT</pubDate>
    <dc:creator>diegomen</dc:creator>
    <dc:date>2018-08-29T06:07:54Z</dc:date>
    <item>
      <title>Change Field name in QV chart with formula</title>
      <link>https://community.qlik.com/t5/QlikView/Change-Field-name-in-QV-chart-with-formula/m-p/129090#M19491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hallo, &lt;/P&gt;&lt;P&gt;in my projects I use a standard naming with prefix, for example T_YEAR, T_WEEK, etc. to distiguish misure, time fields, description fields, etc.&lt;/P&gt;&lt;P&gt;Now for some charts I must remove this prefix but I wouldn't rewrite the label for all fields so I'm finding a formula to make it. &lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/212009_Capture.PNG" style="height: 413px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;It seems simple but I have a problem&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture2.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/212010_Capture2.JPG" style="height: 134px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;=MID('&lt;STRONG style=": ; color: #ff0000; font-size: 14pt;"&gt;C_AZIENDA&lt;/STRONG&gt;',INDEX('&lt;STRONG style=": ; color: #ff0000; font-size: 14pt;"&gt;C_AZIENDA&lt;/STRONG&gt;','_',1)+1,100)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;I do not have to write "C_AZIENDA" but I have to indicate "THE FIELD" because the formula, which should remain the same in all the fields, should satisfy the reference of the name of that field.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;Is it possible?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;Thank you,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;Diego.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Aug 2018 14:39:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-Field-name-in-QV-chart-with-formula/m-p/129090#M19491</guid>
      <dc:creator>diegomen</dc:creator>
      <dc:date>2018-08-28T14:39:30Z</dc:date>
    </item>
    <item>
      <title>Re: Change Field name in QV chart with formula</title>
      <link>https://community.qlik.com/t5/QlikView/Change-Field-name-in-QV-chart-with-formula/m-p/129091#M19492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You mean the values in the field C_AZIENDA or the Actual field itself? May be use subfield function like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= SubField('&lt;SPAN style="font-size: 13.3333px;"&gt;C_AZIENDA&lt;/SPAN&gt;', '_',2)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Aug 2018 15:23:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-Field-name-in-QV-chart-with-formula/m-p/129091#M19492</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-08-28T15:23:11Z</dc:date>
    </item>
    <item>
      <title>Re: Change Field name in QV chart with formula</title>
      <link>https://community.qlik.com/t5/QlikView/Change-Field-name-in-QV-chart-with-formula/m-p/129092#M19493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;I mean the field label, not the content and I try to find a reference for this.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;For example, [$ Fields] allows you to extract the list of fields but I need the reference of the field I am editing.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;Thank you,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;Diego.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Aug 2018 15:32:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-Field-name-in-QV-chart-with-formula/m-p/129092#M19493</guid>
      <dc:creator>diegomen</dc:creator>
      <dc:date>2018-08-28T15:32:29Z</dc:date>
    </item>
    <item>
      <title>Re: Change Field name in QV chart with formula</title>
      <link>https://community.qlik.com/t5/QlikView/Change-Field-name-in-QV-chart-with-formula/m-p/129093#M19494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So it means individually in each dimension label you have to give the field name right? Or did misunderstood your requirement? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Aug 2018 16:39:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-Field-name-in-QV-chart-with-formula/m-p/129093#M19494</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-08-28T16:39:04Z</dc:date>
    </item>
    <item>
      <title>Re: Change Field name in QV chart with formula</title>
      <link>https://community.qlik.com/t5/QlikView/Change-Field-name-in-QV-chart-with-formula/m-p/129094#M19495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortueatly, there is no way I know of indirectly reference the current Field, like "this" or "self".&amp;nbsp; The function GetObjectField() would get you close, but that function returns null when used in Label expression. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Aug 2018 16:51:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-Field-name-in-QV-chart-with-formula/m-p/129094#M19495</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2018-08-28T16:51:03Z</dc:date>
    </item>
    <item>
      <title>Re: Change Field name in QV chart with formula</title>
      <link>https://community.qlik.com/t5/QlikView/Change-Field-name-in-QV-chart-with-formula/m-p/129095#M19496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Exactly, each dimension has a prefix and I must remove it to get only part of the label&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2018 06:07:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-Field-name-in-QV-chart-with-formula/m-p/129095#M19496</guid>
      <dc:creator>diegomen</dc:creator>
      <dc:date>2018-08-29T06:07:54Z</dc:date>
    </item>
    <item>
      <title>Re: Change Field name in QV chart with formula</title>
      <link>https://community.qlik.com/t5/QlikView/Change-Field-name-in-QV-chart-with-formula/m-p/129096#M19497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So you have to use Subfield function for each dimension label as a one time change. That is the only way. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2018 15:27:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-Field-name-in-QV-chart-with-formula/m-p/129096#M19497</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-08-29T15:27:46Z</dc:date>
    </item>
  </channel>
</rss>

