<?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: Pie Chart- how to change given data name to another name? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Pie-Chart-how-to-change-given-data-name-to-another-name/m-p/89715#M509813</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jim,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can rename at back-end script or you can use pick and match combination at front-end using Inline table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;Yogendra W.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Oct 2018 05:14:34 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-10-10T05:14:34Z</dc:date>
    <item>
      <title>Pie Chart- how to change given data name to another name?</title>
      <link>https://community.qlik.com/t5/QlikView/Pie-Chart-how-to-change-given-data-name-to-another-name/m-p/89712#M509810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a pie chart and added sample data in it.&amp;nbsp; - as per attached qvw. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my scenario, the i have a category column, showing A and B data. But at the font end(visual), user would want to replace the data A name to another name, for exmaple: change A to Vegetable, B to Meat. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, how can i do that at the front end, in the pie chart properties?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="screenshot4.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/215542_screenshot4.jpg" style="max-width: 620px; height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2018 02:46:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pie-Chart-how-to-change-given-data-name-to-another-name/m-p/89712#M509810</guid>
      <dc:creator>jim_chan</dc:creator>
      <dc:date>2018-10-10T02:46:38Z</dc:date>
    </item>
    <item>
      <title>Re: Pie Chart- how to change given data name to another name?</title>
      <link>https://community.qlik.com/t5/QlikView/Pie-Chart-how-to-change-given-data-name-to-another-name/m-p/89713#M509811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Use "Pick&amp;nbsp; match " function or "If" condition&lt;/P&gt;&lt;P&gt;"=pick(Match(Category,'A','B'),'Vegetable','Meat')"&amp;nbsp; or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"if(Category='A','Vegetable',&lt;/P&gt;&lt;P&gt;if(Category='B','Meat'))"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2018 02:59:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pie-Chart-how-to-change-given-data-name-to-another-name/m-p/89713#M509811</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-10T02:59:47Z</dc:date>
    </item>
    <item>
      <title>Re: Pie Chart- how to change given data name to another name?</title>
      <link>https://community.qlik.com/t5/QlikView/Pie-Chart-how-to-change-given-data-name-to-another-name/m-p/89714#M509812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have fixed number of categories you can use input box objects that will allow user to define aliases for the categories.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="user_categories.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/215527_user_categories.png" style="height: 208px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;Also you'll have to add a variable for each value of the category field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2018 05:00:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pie-Chart-how-to-change-given-data-name-to-another-name/m-p/89714#M509812</guid>
      <dc:creator>Sergey_Shuklin</dc:creator>
      <dc:date>2018-10-10T05:00:45Z</dc:date>
    </item>
    <item>
      <title>Re: Pie Chart- how to change given data name to another name?</title>
      <link>https://community.qlik.com/t5/QlikView/Pie-Chart-how-to-change-given-data-name-to-another-name/m-p/89715#M509813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jim,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can rename at back-end script or you can use pick and match combination at front-end using Inline table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;Yogendra W.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2018 05:14:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pie-Chart-how-to-change-given-data-name-to-another-name/m-p/89715#M509813</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-10T05:14:34Z</dc:date>
    </item>
    <item>
      <title>Re: Pie Chart- how to change given data name to another name?</title>
      <link>https://community.qlik.com/t5/QlikView/Pie-Chart-how-to-change-given-data-name-to-another-name/m-p/89716#M509814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jim,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As @ yogendra said,if you have fixed number of dimension values,you can use pick &amp;amp; match function in dimension , like below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dim:&lt;/P&gt;&lt;P&gt;=pick(match(Year,'2016','2017','2018'),'Yellow','Red','Blue')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exp:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum(revenue)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2018 05:26:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pie-Chart-how-to-change-given-data-name-to-another-name/m-p/89716#M509814</guid>
      <dc:creator>chinnuchinni</dc:creator>
      <dc:date>2018-10-10T05:26:06Z</dc:date>
    </item>
    <item>
      <title>Re: Pie Chart- how to change given data name to another name?</title>
      <link>https://community.qlik.com/t5/QlikView/Pie-Chart-how-to-change-given-data-name-to-another-name/m-p/89717#M509815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yogendra, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to write at the back end script??? is it same as &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=pick(match(Year,'2016','2017','2018'),'Yellow','Red','Blue')&amp;nbsp; ??&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;rgds&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Jim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2018 06:34:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pie-Chart-how-to-change-given-data-name-to-another-name/m-p/89717#M509815</guid>
      <dc:creator>jim_chan</dc:creator>
      <dc:date>2018-10-10T06:34:50Z</dc:date>
    </item>
    <item>
      <title>Re: Pie Chart- how to change given data name to another name?</title>
      <link>https://community.qlik.com/t5/QlikView/Pie-Chart-how-to-change-given-data-name-to-another-name/m-p/89718#M509816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jim,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This script would work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Yogendra W.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2018 06:40:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pie-Chart-how-to-change-given-data-name-to-another-name/m-p/89718#M509816</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-10T06:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: Pie Chart- how to change given data name to another name?</title>
      <link>https://community.qlik.com/t5/QlikView/Pie-Chart-how-to-change-given-data-name-to-another-name/m-p/89719#M509817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD Year, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Project, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Employee, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Hours,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pick(match(Year,'2016','2017','2018'),'Yellow','Red','Blue') as Color&lt;/P&gt;&lt;P&gt;FROM XXXX ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dim:&lt;/P&gt;&lt;P&gt;Color &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exp:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum(REvenue)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2018 07:05:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pie-Chart-how-to-change-given-data-name-to-another-name/m-p/89719#M509817</guid>
      <dc:creator>chinnuchinni</dc:creator>
      <dc:date>2018-10-10T07:05:52Z</dc:date>
    </item>
    <item>
      <title>Re: Pie Chart- how to change given data name to another name?</title>
      <link>https://community.qlik.com/t5/QlikView/Pie-Chart-how-to-change-given-data-name-to-another-name/m-p/89720#M509818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sergey, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your effort , although this is not what the user is expecting.... However, is great to know it can be done such a way, at least i can provide an option for the users to choose. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Sergey, i will definitely share it with my users. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jim &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Oct 2018 07:14:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pie-Chart-how-to-change-given-data-name-to-another-name/m-p/89720#M509818</guid>
      <dc:creator>jim_chan</dc:creator>
      <dc:date>2018-10-10T07:14:09Z</dc:date>
    </item>
  </channel>
</rss>

