<?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 Updating Legend Names in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Updating-Legend-Names/m-p/1951768#M78451</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a filter in the expression for category type. Like Category "A" or Category "B".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;=[Category]='A' or [Category]='B'. In the legend it is showing as -1 and 0, how can I rename it to A and B&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tvisha_0-1657020207137.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/83349iD300228F3B6DEA97/image-size/medium?v=v2&amp;amp;px=400" role="button" title="tvisha_0-1657020207137.png" alt="tvisha_0-1657020207137.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Thank You,&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 05 Jul 2022 11:24:37 GMT</pubDate>
    <dc:creator>tvisha</dc:creator>
    <dc:date>2022-07-05T11:24:37Z</dc:date>
    <item>
      <title>Updating Legend Names</title>
      <link>https://community.qlik.com/t5/App-Development/Updating-Legend-Names/m-p/1951768#M78451</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a filter in the expression for category type. Like Category "A" or Category "B".&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;=[Category]='A' or [Category]='B'. In the legend it is showing as -1 and 0, how can I rename it to A and B&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tvisha_0-1657020207137.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/83349iD300228F3B6DEA97/image-size/medium?v=v2&amp;amp;px=400" role="button" title="tvisha_0-1657020207137.png" alt="tvisha_0-1657020207137.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Thank You,&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jul 2022 11:24:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Updating-Legend-Names/m-p/1951768#M78451</guid>
      <dc:creator>tvisha</dc:creator>
      <dc:date>2022-07-05T11:24:37Z</dc:date>
    </item>
    <item>
      <title>Re: Updating Legend Names</title>
      <link>https://community.qlik.com/t5/App-Development/Updating-Legend-Names/m-p/1951772#M78454</link>
      <description>&lt;P&gt;I'm not quite sure what you're doing in the chart, but I'm assuming the values are the numeric interpretation of "True" and "False" - values are either matching your condition (Category = A Category = B) or they don't (any other category). In this case, -1 is the values with category A or B and 0 is all other category values. It sounds like you should be using Category as your dimension (or you should have two expressions, one counting for each category).&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jul 2022 11:28:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Updating-Legend-Names/m-p/1951772#M78454</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2022-07-05T11:28:57Z</dc:date>
    </item>
    <item>
      <title>Re: Updating Legend Names</title>
      <link>https://community.qlik.com/t5/App-Development/Updating-Legend-Names/m-p/1951775#M78455</link>
      <description>&lt;P&gt;IT is like this,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="tvisha_0-1657020668780.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/83350i7DAF2DED47BB7FF8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="tvisha_0-1657020668780.png" alt="tvisha_0-1657020668780.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and in Category expression I just have this,&amp;nbsp;=[Case Category]='A' or [Case Category]='B'&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jul 2022 11:32:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Updating-Legend-Names/m-p/1951775#M78455</guid>
      <dc:creator>tvisha</dc:creator>
      <dc:date>2022-07-05T11:32:11Z</dc:date>
    </item>
    <item>
      <title>Re: Updating Legend Names</title>
      <link>https://community.qlik.com/t5/App-Development/Updating-Legend-Names/m-p/1951776#M78456</link>
      <description>&lt;P&gt;Then the chart is correctly showing you the split between cases where that condition is true, and ones where it is false.&lt;/P&gt;
&lt;P&gt;Perhaps you meant to use Category (as is, with no condition) as a dimension, and a measure of&lt;/P&gt;
&lt;P&gt;Count({&amp;lt; Category = {'A','B'} &amp;gt;} [Case Reference Number])&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jul 2022 11:35:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Updating-Legend-Names/m-p/1951776#M78456</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2022-07-05T11:35:05Z</dc:date>
    </item>
  </channel>
</rss>

