<?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: Text Object showing detail values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Text-Object-showing-detail-values/m-p/1399900#M817621</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What do you want to see? Avg of the values in your table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;=Num(&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit; color: #ff0000;"&gt;Avg(Aggr(&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Count({&amp;lt;nps_value = {'Detractors'},Value_Experience = {'V'}&amp;gt;}nps_value)/(Count(nps_value))&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit; color: #ff0000;"&gt;,Dim1, Dim2, Dim3))&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;,'#.#0%')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Aug 2017 14:03:49 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2017-08-29T14:03:49Z</dc:date>
    <item>
      <title>Text Object showing detail values</title>
      <link>https://community.qlik.com/t5/QlikView/Text-Object-showing-detail-values/m-p/1399896#M817617</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;In text object showing detail values, need to show sum up values.&lt;/P&gt;&lt;P&gt;in pivot table its showing as expected values but not in text object showing detail values.&lt;/P&gt;&lt;P&gt;if i select filter its showing correct value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression in text object: =Num(Count({&amp;lt;nps_value = {'Detractors'},Value_Experience = {'V'}&amp;gt;}nps_value)/(Count(nps_value)),'#.#0%')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can any one please suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Rajesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-Object-showing-detail-values/m-p/1399896#M817617</guid>
      <dc:creator>Rajesh</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Text Object showing detail values</title>
      <link>https://community.qlik.com/t5/QlikView/Text-Object-showing-detail-values/m-p/1399897#M817618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you describe (screenshots are welcome) what is your desired output?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Aug 2017 12:23:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-Object-showing-detail-values/m-p/1399897#M817618</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2017-08-29T12:23:39Z</dc:date>
    </item>
    <item>
      <title>Re: Text Object showing detail values</title>
      <link>https://community.qlik.com/t5/QlikView/Text-Object-showing-detail-values/m-p/1399898#M817619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What all are you dimensions in the pivot table? Assuming it is Dim1, Dim2, Dim3... you can try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Num(&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000;"&gt;Sum(Aggr(&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count({&amp;lt;nps_value = {'Detractors'},Value_Experience = {'V'}&amp;gt;}nps_value)/(Count(nps_value))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000;"&gt;,Dim1, Dim2, Dim3))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;,'#.#0%')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Aug 2017 12:49:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-Object-showing-detail-values/m-p/1399898#M817619</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-08-29T12:49:54Z</dc:date>
    </item>
    <item>
      <title>Re: Text Object showing detail values</title>
      <link>https://community.qlik.com/t5/QlikView/Text-Object-showing-detail-values/m-p/1399899#M817620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with u r expression its showing 100% in text box.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Aug 2017 13:50:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-Object-showing-detail-values/m-p/1399899#M817620</guid>
      <dc:creator>Rajesh</dc:creator>
      <dc:date>2017-08-29T13:50:51Z</dc:date>
    </item>
    <item>
      <title>Re: Text Object showing detail values</title>
      <link>https://community.qlik.com/t5/QlikView/Text-Object-showing-detail-values/m-p/1399900#M817621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What do you want to see? Avg of the values in your table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;=Num(&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit; color: #ff0000;"&gt;Avg(Aggr(&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Count({&amp;lt;nps_value = {'Detractors'},Value_Experience = {'V'}&amp;gt;}nps_value)/(Count(nps_value))&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit; color: #ff0000;"&gt;,Dim1, Dim2, Dim3))&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;,'#.#0%')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Aug 2017 14:03:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-Object-showing-detail-values/m-p/1399900#M817621</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-08-29T14:03:49Z</dc:date>
    </item>
    <item>
      <title>Re: Text Object showing detail values</title>
      <link>https://community.qlik.com/t5/QlikView/Text-Object-showing-detail-values/m-p/1399901#M817622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much Sunny&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its working as expected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was also used&amp;nbsp; Aggr function earlier but there a syntax error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rajesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Aug 2017 14:09:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-Object-showing-detail-values/m-p/1399901#M817622</guid>
      <dc:creator>Rajesh</dc:creator>
      <dc:date>2017-08-29T14:09:58Z</dc:date>
    </item>
    <item>
      <title>Re: Text Object showing detail values</title>
      <link>https://community.qlik.com/t5/QlikView/Text-Object-showing-detail-values/m-p/1399902#M817623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please close the thread down by marking correct and helpful responses.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-14806"&gt;Qlik Community Tip: Marking Replies as Correct or Helpful&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Aug 2017 14:11:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-Object-showing-detail-values/m-p/1399902#M817623</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-08-29T14:11:03Z</dc:date>
    </item>
  </channel>
</rss>

