<?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 Legend count values not coming properly while converting from chart straight table to Pie Chart. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Legend-count-values-not-coming-properly-while-converting-from/m-p/1775706#M717980</link>
    <description>&lt;P&gt;I am trying to convert chart straight table to Pie chart.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have used same dim/expressions for the pie chart.&lt;/P&gt;&lt;P&gt;But, the legend count values (1-10 days, 10-30 Days, &amp;gt; 30 days)&amp;nbsp; not coming which is same used in chart straight table.&lt;/P&gt;&lt;P&gt;below is the dim/expressions&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Dimensions&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;=If(vUserInput, if(IsNull(EMP_RELIEVE_DATE) AND [EMP_STATE]='$(vEmPlaces)', date(EMP_RESIGN_DATE),date(EMP_RELIEVE_DATE)), if(not IsNull(EMP_RELIEVE_DATE) AND EMP_RELIEVE_DATE &amp;lt;= floor(Today()) AND [EMP_STATE]='$(vEmPlaces)', EMP_RELIEVE_DATE))&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Exp1 : "Relieving_Date" (LABEL TEXT)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;=If(vUserInput, if(IsNull([EMP_RELIEVE_DATE]),Date(EMP_RESIGN_DATE+vUserInput),Date(EMP_RELIEVE_DATE)),if(not IsNull([EMP_RELIEVE_DATE]) AND EMP_RELIEVE_DATE &amp;lt;= floor(Today()) AND [EMP_STATE]='$(vEmPlaces)', EMP_RELIEVE_DATE))&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Exp2 : 1-10 Days&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;if([Relieving_Date]&amp;gt;=vCalDate10 And [Relieving_Date]&amp;lt;=vToday AND [Relieving_Date] &amp;lt;= Today() AND [EMP_STATE]='$(vEmPlaces)',1,0)&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Exp3: 10-30 Days&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;If([Relieving_Date]&amp;gt;=vCalDate30 And [Relieving_Date]&amp;lt;=vCalDate10 AND [Relieving_Date] &amp;lt;= Today() AND [EMP_STATE]='$(vEmPlaces)', 1,0)&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Exp3: &amp;gt;30 Days&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;If([Relieving_Date]&amp;lt;=vCalDate30 AND [Relieving_Date] &amp;lt;= Today() AND [EMP_STATE]='$(vEmPlaces)', 1,0)&lt;/P&gt;&lt;P&gt;How to retrieve the count values and show the legend in pie chart.&lt;/P&gt;</description>
    <pubDate>Fri, 15 Nov 2024 23:17:21 GMT</pubDate>
    <dc:creator>saivina2920</dc:creator>
    <dc:date>2024-11-15T23:17:21Z</dc:date>
    <item>
      <title>Legend count values not coming properly while converting from chart straight table to Pie Chart.</title>
      <link>https://community.qlik.com/t5/QlikView/Legend-count-values-not-coming-properly-while-converting-from/m-p/1775706#M717980</link>
      <description>&lt;P&gt;I am trying to convert chart straight table to Pie chart.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have used same dim/expressions for the pie chart.&lt;/P&gt;&lt;P&gt;But, the legend count values (1-10 days, 10-30 Days, &amp;gt; 30 days)&amp;nbsp; not coming which is same used in chart straight table.&lt;/P&gt;&lt;P&gt;below is the dim/expressions&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Dimensions&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;=If(vUserInput, if(IsNull(EMP_RELIEVE_DATE) AND [EMP_STATE]='$(vEmPlaces)', date(EMP_RESIGN_DATE),date(EMP_RELIEVE_DATE)), if(not IsNull(EMP_RELIEVE_DATE) AND EMP_RELIEVE_DATE &amp;lt;= floor(Today()) AND [EMP_STATE]='$(vEmPlaces)', EMP_RELIEVE_DATE))&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Exp1 : "Relieving_Date" (LABEL TEXT)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;=If(vUserInput, if(IsNull([EMP_RELIEVE_DATE]),Date(EMP_RESIGN_DATE+vUserInput),Date(EMP_RELIEVE_DATE)),if(not IsNull([EMP_RELIEVE_DATE]) AND EMP_RELIEVE_DATE &amp;lt;= floor(Today()) AND [EMP_STATE]='$(vEmPlaces)', EMP_RELIEVE_DATE))&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Exp2 : 1-10 Days&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;if([Relieving_Date]&amp;gt;=vCalDate10 And [Relieving_Date]&amp;lt;=vToday AND [Relieving_Date] &amp;lt;= Today() AND [EMP_STATE]='$(vEmPlaces)',1,0)&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Exp3: 10-30 Days&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;If([Relieving_Date]&amp;gt;=vCalDate30 And [Relieving_Date]&amp;lt;=vCalDate10 AND [Relieving_Date] &amp;lt;= Today() AND [EMP_STATE]='$(vEmPlaces)', 1,0)&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Exp3: &amp;gt;30 Days&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;If([Relieving_Date]&amp;lt;=vCalDate30 AND [Relieving_Date] &amp;lt;= Today() AND [EMP_STATE]='$(vEmPlaces)', 1,0)&lt;/P&gt;&lt;P&gt;How to retrieve the count values and show the legend in pie chart.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 23:17:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Legend-count-values-not-coming-properly-while-converting-from/m-p/1775706#M717980</guid>
      <dc:creator>saivina2920</dc:creator>
      <dc:date>2024-11-15T23:17:21Z</dc:date>
    </item>
    <item>
      <title>Re: Legend count values not coming properly while converting from chart straight table to Pie Chart.</title>
      <link>https://community.qlik.com/t5/QlikView/Legend-count-values-not-coming-properly-while-converting-from/m-p/1775816#M717981</link>
      <description>&lt;P&gt;can anyone give us the solution for this...?&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jan 2021 02:00:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Legend-count-values-not-coming-properly-while-converting-from/m-p/1775816#M717981</guid>
      <dc:creator>saivina2920</dc:creator>
      <dc:date>2021-01-20T02:00:40Z</dc:date>
    </item>
  </channel>
</rss>

