<?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: Addition of a row and count in caption in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Addition-of-a-row-and-count-in-caption/m-p/1240042#M865908</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sunny,'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I find out the column and I added it in the caption set analysis now the problem solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thnx for all the help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 17 Dec 2016 04:50:40 GMT</pubDate>
    <dc:creator>sudhir0538</dc:creator>
    <dc:date>2016-12-17T04:50:40Z</dc:date>
    <item>
      <title>Addition of a row and count in caption</title>
      <link>https://community.qlik.com/t5/QlikView/Addition-of-a-row-and-count-in-caption/m-p/1240035#M865901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a straight table with 3 dimensions and a calculated expression. I want to add another column in the beginning where it'll give me the row number which will generated dynamically.&lt;/P&gt;&lt;P&gt;And based on that column I want to show the count in caption.&lt;/P&gt;&lt;P&gt;(if i write count for the expression the number in caption and t&lt;SPAN style="font-size: 13.3333px;"&gt;he no of records in the table are different) so I want to count the no of rows in table to show it in the caption.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am unable to solve it on my own. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/confused.png" /&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/confused.png" /&gt; Please help to resolve this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sudhir.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sample table is this&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Customer Name&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Customer Address&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;P&gt;&lt;STRONG&gt;Status&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;A&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;X&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;P&gt;1&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;B&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Y&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;C&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Z&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;D&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;W&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;E&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;U&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;F&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;V&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;requirement is to add another column &lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;S.No(dynamic calculated field for no of rows)&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;4&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;6&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&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/Addition-of-a-row-and-count-in-caption/m-p/1240035#M865901</guid>
      <dc:creator>sudhir0538</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Addition of a row and count in caption</title>
      <link>https://community.qlik.com/t5/QlikView/Addition-of-a-row-and-count-in-caption/m-p/1240036#M865902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be create an expression RowNo(TOTAL) and then drag it to be the very first column?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Dec 2016 12:17:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Addition-of-a-row-and-count-in-caption/m-p/1240036#M865902</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-12-10T12:17:18Z</dc:date>
    </item>
    <item>
      <title>Re: Addition of a row and count in caption</title>
      <link>https://community.qlik.com/t5/QlikView/Addition-of-a-row-and-count-in-caption/m-p/1240037#M865903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the proposed solution is working fine for the column.&amp;nbsp; Thnx&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/cool.png" /&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I show the sum of rows same in caption??&lt;/P&gt;&lt;P&gt;i tried count but not worked&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/confused.png" /&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Dec 2016 12:41:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Addition-of-a-row-and-count-in-caption/m-p/1240037#M865903</guid>
      <dc:creator>sudhir0538</dc:creator>
      <dc:date>2016-12-10T12:41:23Z</dc:date>
    </item>
    <item>
      <title>Re: Addition of a row and count in caption</title>
      <link>https://community.qlik.com/t5/QlikView/Addition-of-a-row-and-count-in-caption/m-p/1240038#M865904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share what your dimensions and expressions look like?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Dec 2016 12:43:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Addition-of-a-row-and-count-in-caption/m-p/1240038#M865904</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-12-10T12:43:46Z</dc:date>
    </item>
    <item>
      <title>Re: Addition of a row and count in caption</title>
      <link>https://community.qlik.com/t5/QlikView/Addition-of-a-row-and-count-in-caption/m-p/1240039#M865905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or Assuming Customer Name to be the only dimension, you can try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count(DISTINCT [Customer Name])&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Dec 2016 12:44:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Addition-of-a-row-and-count-in-caption/m-p/1240039#M865905</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-12-10T12:44:24Z</dc:date>
    </item>
    <item>
      <title>Re: Addition of a row and count in caption</title>
      <link>https://community.qlik.com/t5/QlikView/Addition-of-a-row-and-count-in-caption/m-p/1240040#M865906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I have 4 dimensions (no calculated ones) and a expression. Where in the expression I'm showing the days different field with some set analysis condition.&lt;/P&gt;&lt;P&gt;I think one of the non dimension field have some distinct values,and I fed up with checking each and every field because there are lot of fields in the table. Sample will looks like this&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Community Count.JPG" class="jive-image image-1" height="27" src="/legacyfs/online/146605_Community Count.JPG" style="height: 26.9758px; width: 669px;" width="669" /&gt;&lt;/P&gt;&lt;P&gt;Here I wrote the count in Caption luckily it showing 0 and there's no records today. But sometimes the captioned count is mismatched with he no of records display in the straight table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please do the needful to resolve the issue.&lt;/P&gt;&lt;P&gt;Thnx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2016 11:44:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Addition-of-a-row-and-count-in-caption/m-p/1240040#M865906</guid>
      <dc:creator>sudhir0538</dc:creator>
      <dc:date>2016-12-14T11:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: Addition of a row and count in caption</title>
      <link>https://community.qlik.com/t5/QlikView/Addition-of-a-row-and-count-in-caption/m-p/1240041#M865907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would need to see more than just what you are telling me. Do you have a sample you can share? or put down all your dimension and expressions for me here so that I can get a feel for what you have. Also make sure to mention any other things (such as dimension limits) restricting the chart.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2016 11:51:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Addition-of-a-row-and-count-in-caption/m-p/1240041#M865907</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-12-14T11:51:59Z</dc:date>
    </item>
    <item>
      <title>Re: Addition of a row and count in caption</title>
      <link>https://community.qlik.com/t5/QlikView/Addition-of-a-row-and-count-in-caption/m-p/1240042#M865908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sunny,'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I find out the column and I added it in the caption set analysis now the problem solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thnx for all the help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Dec 2016 04:50:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Addition-of-a-row-and-count-in-caption/m-p/1240042#M865908</guid>
      <dc:creator>sudhir0538</dc:creator>
      <dc:date>2016-12-17T04:50:40Z</dc:date>
    </item>
  </channel>
</rss>

