<?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: Add a row no field to a straight table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Add-a-row-no-field-to-a-straight-table/m-p/1456248#M435246</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your listbox-field is directly associated to the real fieldnames you could just use this field, maybe by extending the load for it, for example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SelectDimensions:&lt;/P&gt;&lt;P&gt;load * inline [&lt;/P&gt;&lt;P&gt;YourDimensionListbox, RealFieldnames&lt;/P&gt;&lt;P&gt;Country, CountryName&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Dec 2017 16:08:33 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2017-12-28T16:08:33Z</dc:date>
    <item>
      <title>Add a row no field to a straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Add-a-row-no-field-to-a-straight-table/m-p/1456241#M435239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a straight table in my qlikview app. I want to warn the users before exporting the table as it can contain a lot of records. Dimensions in this table is not fixed and the users can select the fields to appear in this table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ideally, I want to display the no of records in the table caption. From what I read, I think this is not possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As a workaround, I would like to add a field that has the row numbers. Is this possible? I tried Rank() and RowNo() functions with no luck. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2017 13:54:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-a-row-no-field-to-a-straight-table/m-p/1456241#M435239</guid>
      <dc:creator>mayuranp</dc:creator>
      <dc:date>2017-12-28T13:54:47Z</dc:date>
    </item>
    <item>
      <title>Re: Add a row no field to a straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Add-a-row-no-field-to-a-straight-table/m-p/1456242#M435240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;try&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;rowno(total)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2017 13:56:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-a-row-no-field-to-a-straight-table/m-p/1456242#M435240</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2017-12-28T13:56:19Z</dc:date>
    </item>
    <item>
      <title>Re: Add a row no field to a straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Add-a-row-no-field-to-a-straight-table/m-p/1456243#M435241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have seen this in many places in qlik community and it is returning always 1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2017 14:01:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-a-row-no-field-to-a-straight-table/m-p/1456243#M435241</guid>
      <dc:creator>mayuranp</dc:creator>
      <dc:date>2017-12-28T14:01:22Z</dc:date>
    </item>
    <item>
      <title>Re: Add a row no field to a straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Add-a-row-no-field-to-a-straight-table/m-p/1456244#M435242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;my bad .. i understood you wanted it in rows can you try &lt;STRONG&gt;count (distinct dim1,dim2...)&lt;/STRONG&gt; add your dimension here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Pradosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2017 14:37:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-a-row-no-field-to-a-straight-table/m-p/1456244#M435242</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2017-12-28T14:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: Add a row no field to a straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Add-a-row-no-field-to-a-straight-table/m-p/1456245#M435243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dimensions in the table can vary as per user selection.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2017 14:40:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-a-row-no-field-to-a-straight-table/m-p/1456245#M435243</guid>
      <dc:creator>mayuranp</dc:creator>
      <dc:date>2017-12-28T14:40:13Z</dc:date>
    </item>
    <item>
      <title>Re: Add a row no field to a straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Add-a-row-no-field-to-a-straight-table/m-p/1456246#M435244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You mean the user has a listbox from which multiple dimensions could be chosen? Then you could use something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count(distinct $(=concat('[' &amp;amp; YourDimensionListbox &amp;amp; ']', '&amp;amp;')))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2017 15:33:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-a-row-no-field-to-a-straight-table/m-p/1456246#M435244</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2017-12-28T15:33:25Z</dc:date>
    </item>
    <item>
      <title>Re: Add a row no field to a straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Add-a-row-no-field-to-a-straight-table/m-p/1456247#M435245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a list box with fields where the user can choose the dimensions to appear in the straight table. However, the list box does not have the full field names.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example: Real Field Name is CountryName and the list box has a value 'Country' for the user to select to display CountryName field in the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I cannot come up with a better solution I need to display the field names as they are in the list box and use this approach to display the no of records in the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some field names are long and do not want to display as they are.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2017 15:43:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-a-row-no-field-to-a-straight-table/m-p/1456247#M435245</guid>
      <dc:creator>mayuranp</dc:creator>
      <dc:date>2017-12-28T15:43:06Z</dc:date>
    </item>
    <item>
      <title>Re: Add a row no field to a straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Add-a-row-no-field-to-a-straight-table/m-p/1456248#M435246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your listbox-field is directly associated to the real fieldnames you could just use this field, maybe by extending the load for it, for example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SelectDimensions:&lt;/P&gt;&lt;P&gt;load * inline [&lt;/P&gt;&lt;P&gt;YourDimensionListbox, RealFieldnames&lt;/P&gt;&lt;P&gt;Country, CountryName&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2017 16:08:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-a-row-no-field-to-a-straight-table/m-p/1456248#M435246</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2017-12-28T16:08:33Z</dc:date>
    </item>
    <item>
      <title>Re: Add a row no field to a straight table</title>
      <link>https://community.qlik.com/t5/QlikView/Add-a-row-no-field-to-a-straight-table/m-p/1456249#M435247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is working nicely. I hope it is not an expensive function in Qlikview.&lt;/P&gt;&lt;P&gt;Thanks &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2017 16:10:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-a-row-no-field-to-a-straight-table/m-p/1456249#M435247</guid>
      <dc:creator>mayuranp</dc:creator>
      <dc:date>2017-12-28T16:10:36Z</dc:date>
    </item>
  </channel>
</rss>

