<?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: Replace dimension name in Bar chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Replace-dimension-name-in-Bar-chart/m-p/1529891#M508295</link>
    <description>&lt;P&gt;Replace 'Market' with the name of the field that contains the values you want to replace.&lt;/P&gt;</description>
    <pubDate>Mon, 14 Jan 2019 09:47:30 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2019-01-14T09:47:30Z</dc:date>
    <item>
      <title>Replace dimension name in Bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-dimension-name-in-Bar-chart/m-p/1529828#M508288</link>
      <description>&lt;P&gt;Hi, i have the following charts and need to change the dimension name "Not applicable" to "HUB" and "Papua New Guinea" to "PNG". Can someone show me how to go about this?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dimension used in this is "Market".&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.jpg" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/3677i5E9A725FC6F655CC/image-size/large?v=v2&amp;amp;px=999" role="button" title="1.jpg" alt="1.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jan 2019 07:45:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-dimension-name-in-Bar-chart/m-p/1529828#M508288</guid>
      <dc:creator>NurulAin</dc:creator>
      <dc:date>2019-01-14T07:45:32Z</dc:date>
    </item>
    <item>
      <title>Re: Replace dimension name in Bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-dimension-name-in-Bar-chart/m-p/1529862#M508289</link>
      <description>You can use a calculated dimension in which you replace the values with other values using an if statement. But a better solution is to replace the values in the load script. Or create an extra field in the load script where you replace the values.</description>
      <pubDate>Mon, 14 Jan 2019 09:02:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-dimension-name-in-Bar-chart/m-p/1529862#M508289</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2019-01-14T09:02:58Z</dc:date>
    </item>
    <item>
      <title>Re: Replace dimension name in Bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-dimension-name-in-Bar-chart/m-p/1529863#M508290</link>
      <description>&lt;P&gt;Hi Gysbert, could you share with me how to do the if statement or what to type in the script?&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jan 2019 09:04:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-dimension-name-in-Bar-chart/m-p/1529863#M508290</guid>
      <dc:creator>NurulAin</dc:creator>
      <dc:date>2019-01-14T09:04:50Z</dc:date>
    </item>
    <item>
      <title>Re: Replace dimension name in Bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-dimension-name-in-Bar-chart/m-p/1529865#M508291</link>
      <description>&lt;P&gt;LOAD&lt;BR /&gt;If(Market = 'Not Applicable', 'HUB', If(Market = 'Papua New Guinea', 'PNG',Market)) as Market,&lt;BR /&gt;...other fields...&lt;BR /&gt;FROM ...source....&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jan 2019 10:08:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-dimension-name-in-Bar-chart/m-p/1529865#M508291</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2019-01-14T10:08:28Z</dc:date>
    </item>
    <item>
      <title>Re: Replace dimension name in Bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-dimension-name-in-Bar-chart/m-p/1529885#M508292</link>
      <description>&lt;P&gt;I tried to follow this script, but when i reload there is an error message as in the picture. what did i do wrong?&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;If(Market = 'Not Applicable', 'HUB', If(Market = 'Papua New Guinea', 'PNG')) as Market&lt;/P&gt;&lt;P&gt;From [C:\Users\nain\Digicel Caribbean Ltd\Performance Transformation Pacific - Documents\03 Reports\05 Tracker WAVE\00 Archive - Latest Data\Latest data - Wave - 20190113 (17h39m).xlsx];&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="script error.jpg" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/3683i68D7F6BB88C3FB57/image-size/large?v=v2&amp;amp;px=999" role="button" title="script error.jpg" alt="script error.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jan 2019 09:41:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-dimension-name-in-Bar-chart/m-p/1529885#M508292</guid>
      <dc:creator>NurulAin</dc:creator>
      <dc:date>2019-01-14T09:41:11Z</dc:date>
    </item>
    <item>
      <title>Re: Replace dimension name in Bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-dimension-name-in-Bar-chart/m-p/1529887#M508293</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/18624"&gt;@Gysbert_Wassenaar&lt;/a&gt;&lt;/P&gt;&lt;P&gt;Can you please write it as calculated dimension also because i want to know how to write in &lt;SPAN&gt;calculated dimension in this type condition&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you in advance&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;B V S Sudhakar&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jan 2019 09:43:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-dimension-name-in-Bar-chart/m-p/1529887#M508293</guid>
      <dc:creator>bvssudhakar</dc:creator>
      <dc:date>2019-01-14T09:43:27Z</dc:date>
    </item>
    <item>
      <title>Re: Replace dimension name in Bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-dimension-name-in-Bar-chart/m-p/1529889#M508294</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/59895"&gt;@NurulAin&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please share your Script&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jan 2019 09:45:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-dimension-name-in-Bar-chart/m-p/1529889#M508294</guid>
      <dc:creator>bvssudhakar</dc:creator>
      <dc:date>2019-01-14T09:45:01Z</dc:date>
    </item>
    <item>
      <title>Re: Replace dimension name in Bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-dimension-name-in-Bar-chart/m-p/1529891#M508295</link>
      <description>&lt;P&gt;Replace 'Market' with the name of the field that contains the values you want to replace.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jan 2019 09:47:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-dimension-name-in-Bar-chart/m-p/1529891#M508295</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2019-01-14T09:47:30Z</dc:date>
    </item>
    <item>
      <title>Re: Replace dimension name in Bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-dimension-name-in-Bar-chart/m-p/1529892#M508296</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/59895"&gt;@NurulAin&lt;/a&gt;&lt;/P&gt;&lt;P&gt;Sorry not script, Share your Excel file&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jan 2019 09:47:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-dimension-name-in-Bar-chart/m-p/1529892#M508296</guid>
      <dc:creator>bvssudhakar</dc:creator>
      <dc:date>2019-01-14T09:47:52Z</dc:date>
    </item>
    <item>
      <title>Re: Replace dimension name in Bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-dimension-name-in-Bar-chart/m-p/1529903#M508297</link>
      <description>&lt;P&gt;=If(Market = 'Not Applicable', 'HUB', If(Market = 'Papua New Guinea', 'PNG',Market))&lt;BR /&gt;And again use the real field name if it's not named Market.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jan 2019 10:08:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-dimension-name-in-Bar-chart/m-p/1529903#M508297</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2019-01-14T10:08:07Z</dc:date>
    </item>
    <item>
      <title>Re: Replace dimension name in Bar chart</title>
      <link>https://community.qlik.com/t5/QlikView/Replace-dimension-name-in-Bar-chart/m-p/1529913#M508298</link>
      <description>&lt;P&gt;Sure, the excel file as attached. so many tabs there - i am using data from Initiatives tab. The Market field is in Column J.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jan 2019 10:24:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Replace-dimension-name-in-Bar-chart/m-p/1529913#M508298</guid>
      <dc:creator>NurulAin</dc:creator>
      <dc:date>2019-01-14T10:24:41Z</dc:date>
    </item>
  </channel>
</rss>

