<?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: Removal of values in KPI/ Line chart/ Pie chart without limiting filter capablity in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Removal-of-values-in-KPI-Line-chart-Pie-chart-without-limiting/m-p/1334660#M29211</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gaston,&lt;/P&gt;&lt;P&gt;first of all change your pie chart expression from:&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;count&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;({$&amp;lt;basket={'1'}&amp;gt;} basket) + &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;({$&amp;lt;basket={'2'}&amp;gt;} basket)&amp;nbsp; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;+ &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;({$&amp;lt;basket={'3'}&amp;gt;} basket)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;to: &lt;/P&gt;&lt;P&gt;count({$&amp;lt;basket={'1','2','3'}&amp;gt;}basket) //it's more elegant&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then use if() with getfieldselections() formula to achieve your goal, so this is the formula for the kpi:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(isnull(GetFieldSelections(basket)),&lt;/P&gt;&lt;P&gt;'# of 1,2,3 basket' &amp;amp; chr(13)&amp;amp; chr(13)&amp;amp;count({&amp;lt;basket={'1','2','3'}&amp;gt;}basket),&lt;/P&gt;&lt;P&gt;'# of '&amp;amp;GetFieldSelections(basket)&amp;amp; 'basket' &amp;amp; chr(13)&amp;amp; chr(13)&amp;amp;count(basket))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 May 2017 06:16:40 GMT</pubDate>
    <dc:creator>micheledenardi</dc:creator>
    <dc:date>2017-05-25T06:16:40Z</dc:date>
    <item>
      <title>Removal of values in KPI/ Line chart/ Pie chart without limiting filter capablity</title>
      <link>https://community.qlik.com/t5/App-Development/Removal-of-values-in-KPI-Line-chart-Pie-chart-without-limiting/m-p/1334659#M29210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a table with a column named "basket" containing many repeated values of 1,2,3,4,5. (Egg baskets with a different number)&lt;/P&gt;&lt;P&gt;Each row represents one egg.&lt;/P&gt;&lt;P&gt;I want to have a dashboard ONLY concerning the dimension which values are 1,2 and 3. (I want to omitted 4 and 5 completely)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, i want to count the total number of eggs in baskets 1,2 and 3. I want to present this data as a KPI.&lt;/P&gt;&lt;P&gt;Measure: &lt;SPAN style="font-size: 13.3333px;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;({$&amp;lt;basket={'1'}&amp;gt;} basket) + &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;({$&amp;lt;basket={'2'}&amp;gt;} basket)&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;+ &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;({$&amp;lt;basket={'3'}&amp;gt;} basket) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Next, i want to create a pie chart to show the proportions of eggs among baskets 1,2 and 3.&lt;/P&gt;&lt;P&gt;Dimension: basket&lt;/P&gt;&lt;P&gt;Measure: count&lt;SPAN style="font-size: 13.3333px;"&gt;({$&amp;lt;basket={'1'}&amp;gt;} basket) + &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;({$&amp;lt;basket={'2'}&amp;gt;} basket)&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;+ &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;({$&amp;lt;basket={'3'}&amp;gt;} basket) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When the user clicks on a pie (say basket 1), i want the KPI created originally to change its value to counting the eggs in basket 1 rather than all three baskets. How do i go about this without loading a new table which omits basket 4 and 5. Am i going about this wrongly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gaston&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 16 Nov 2024 09:44:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Removal-of-values-in-KPI-Line-chart-Pie-chart-without-limiting/m-p/1334659#M29210</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T09:44:09Z</dc:date>
    </item>
    <item>
      <title>Re: Removal of values in KPI/ Line chart/ Pie chart without limiting filter capablity</title>
      <link>https://community.qlik.com/t5/App-Development/Removal-of-values-in-KPI-Line-chart-Pie-chart-without-limiting/m-p/1334660#M29211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gaston,&lt;/P&gt;&lt;P&gt;first of all change your pie chart expression from:&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;count&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;({$&amp;lt;basket={'1'}&amp;gt;} basket) + &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;({$&amp;lt;basket={'2'}&amp;gt;} basket)&amp;nbsp; &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;+ &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;({$&amp;lt;basket={'3'}&amp;gt;} basket)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;to: &lt;/P&gt;&lt;P&gt;count({$&amp;lt;basket={'1','2','3'}&amp;gt;}basket) //it's more elegant&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then use if() with getfieldselections() formula to achieve your goal, so this is the formula for the kpi:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(isnull(GetFieldSelections(basket)),&lt;/P&gt;&lt;P&gt;'# of 1,2,3 basket' &amp;amp; chr(13)&amp;amp; chr(13)&amp;amp;count({&amp;lt;basket={'1','2','3'}&amp;gt;}basket),&lt;/P&gt;&lt;P&gt;'# of '&amp;amp;GetFieldSelections(basket)&amp;amp; 'basket' &amp;amp; chr(13)&amp;amp; chr(13)&amp;amp;count(basket))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 May 2017 06:16:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Removal-of-values-in-KPI-Line-chart-Pie-chart-without-limiting/m-p/1334660#M29211</guid>
      <dc:creator>micheledenardi</dc:creator>
      <dc:date>2017-05-25T06:16:40Z</dc:date>
    </item>
    <item>
      <title>Re: Removal of values in KPI/ Line chart/ Pie chart without limiting filter capablity</title>
      <link>https://community.qlik.com/t5/App-Development/Removal-of-values-in-KPI-Line-chart-Pie-chart-without-limiting/m-p/1334661#M29212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michele, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you it worked! May i bother you by asking you the functions of '# and chr(13)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gaston&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 May 2017 08:06:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Removal-of-values-in-KPI-Line-chart-Pie-chart-without-limiting/m-p/1334661#M29212</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-25T08:06:35Z</dc:date>
    </item>
    <item>
      <title>Re: Removal of values in KPI/ Line chart/ Pie chart without limiting filter capablity</title>
      <link>https://community.qlik.com/t5/App-Development/Removal-of-values-in-KPI-Line-chart-Pie-chart-without-limiting/m-p/1334662#M29213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;chr(13) is the ascii code for carriage return.&lt;/P&gt;&lt;P&gt;# is the abbreviation of "number"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 May 2017 08:18:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Removal-of-values-in-KPI-Line-chart-Pie-chart-without-limiting/m-p/1334662#M29213</guid>
      <dc:creator>micheledenardi</dc:creator>
      <dc:date>2017-05-25T08:18:14Z</dc:date>
    </item>
  </channel>
</rss>

