<?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: How do we get count in text label from chart straight table in qlikview in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-do-we-get-count-in-text-label-from-chart-straight-table-in/m-p/1775258#M717326</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/23246"&gt;@saivina2920&lt;/a&gt;&amp;nbsp;, you can put your expressions in text boxes, but you have to be sure if there is a aggregation needed.&lt;/P&gt;&lt;P&gt;For example, your expressions doesnt have a SUM or COUNT or any valid aggregation, so, if there is mote than one record/row involved in your selections, that expression isnt goinf to work.&lt;/P&gt;&lt;P&gt;just add a &lt;FONT color="#00FF00"&gt;&lt;STRONG&gt;sum&lt;/STRONG&gt; &lt;/FONT&gt;or&amp;nbsp; &lt;FONT color="#00FF00"&gt;&lt;STRONG&gt;count&lt;/STRONG&gt; &lt;/FONT&gt;for chechink that&lt;/P&gt;&lt;P&gt;=&lt;FONT color="#00FF00"&gt;&lt;STRONG&gt;sum/count(&lt;/STRONG&gt;I&lt;/FONT&gt;f(vUserInput, if(IsNull([EMP_RELIEVE_DATE]) AND [EMP_STATE]='$(vEmPlaces)', Date(EMP_RESIGN_DATE+vUserInput)), if(not IsNull([EMP_RELIEVE_DATE]) AND [EMP_STATE]='$(vEmPlaces)', EMP_RELIEVE_DATE))&lt;STRONG&gt;&lt;FONT color="#00FF00"&gt;)&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 18 Jan 2021 13:05:33 GMT</pubDate>
    <dc:creator>QFabian</dc:creator>
    <dc:date>2021-01-18T13:05:33Z</dc:date>
    <item>
      <title>How do we get count in text label from chart straight table in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-we-get-count-in-text-label-from-chart-straight-table-in/m-p/1775147#M717325</link>
      <description>&lt;P&gt;How do we get count in text label from chart straight table in qlikview.&lt;/P&gt;&lt;P&gt;I have the below dimensions and expression in my chart straight table and it contains the sum of total of every expressions.&lt;/P&gt;&lt;P&gt;the same sum of total expressions, i just want to display in my separate text object.&lt;/P&gt;&lt;P&gt;Is it possible to do this..?&lt;/P&gt;&lt;P&gt;Table Dimensions&lt;/P&gt;&lt;P&gt;=If(vUserInput, if(IsNull(EMP_RELIEVE_DATE) AND [EMP_STATE]='$(vEmPlaces)', EMP_RESIGN_DATE), if(not IsNull(EMP_RELIEVE_DATE) AND [EMP_STATE]='$(vEmPlaces)', EMP_RELIEVE_DATE))&lt;/P&gt;&lt;P&gt;Exp1 : "Relieving_Date"&lt;/P&gt;&lt;P&gt;=If(vUserInput, if(IsNull([EMP_RELIEVE_DATE]) AND [EMP_STATE]='$(vEmPlaces)', Date(EMP_RESIGN_DATE+vUserInput)), if(not IsNull([EMP_RELIEVE_DATE]) AND [EMP_STATE]='$(vEmPlaces)', EMP_RELIEVE_DATE))&lt;/P&gt;&lt;P&gt;Exp2 :&amp;nbsp;1-10days&lt;/P&gt;&lt;P&gt;if([Relieving_Date]&amp;gt;=vCalDate10 And [Relieving_Date]&amp;lt;=vToday AND [EMP_STATE]='$(vEmPlaces)',1,0)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 23:18:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-we-get-count-in-text-label-from-chart-straight-table-in/m-p/1775147#M717325</guid>
      <dc:creator>saivina2920</dc:creator>
      <dc:date>2024-11-15T23:18:30Z</dc:date>
    </item>
    <item>
      <title>Re: How do we get count in text label from chart straight table in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-we-get-count-in-text-label-from-chart-straight-table-in/m-p/1775258#M717326</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/23246"&gt;@saivina2920&lt;/a&gt;&amp;nbsp;, you can put your expressions in text boxes, but you have to be sure if there is a aggregation needed.&lt;/P&gt;&lt;P&gt;For example, your expressions doesnt have a SUM or COUNT or any valid aggregation, so, if there is mote than one record/row involved in your selections, that expression isnt goinf to work.&lt;/P&gt;&lt;P&gt;just add a &lt;FONT color="#00FF00"&gt;&lt;STRONG&gt;sum&lt;/STRONG&gt; &lt;/FONT&gt;or&amp;nbsp; &lt;FONT color="#00FF00"&gt;&lt;STRONG&gt;count&lt;/STRONG&gt; &lt;/FONT&gt;for chechink that&lt;/P&gt;&lt;P&gt;=&lt;FONT color="#00FF00"&gt;&lt;STRONG&gt;sum/count(&lt;/STRONG&gt;I&lt;/FONT&gt;f(vUserInput, if(IsNull([EMP_RELIEVE_DATE]) AND [EMP_STATE]='$(vEmPlaces)', Date(EMP_RESIGN_DATE+vUserInput)), if(not IsNull([EMP_RELIEVE_DATE]) AND [EMP_STATE]='$(vEmPlaces)', EMP_RELIEVE_DATE))&lt;STRONG&gt;&lt;FONT color="#00FF00"&gt;)&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2021 13:05:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-we-get-count-in-text-label-from-chart-straight-table-in/m-p/1775258#M717326</guid>
      <dc:creator>QFabian</dc:creator>
      <dc:date>2021-01-18T13:05:33Z</dc:date>
    </item>
  </channel>
</rss>

