<?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: Variable creation in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Variable-creation/m-p/380920#M1166239</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That form of NoOfRows is only usable during script. If you want to display it in the front end, use Stefan's script to create a variable, and then display the variable value. Put&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=vNumRows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in a text box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Aug 2012 08:09:00 GMT</pubDate>
    <dc:creator>jonathandienst</dc:creator>
    <dc:date>2012-08-27T08:09:00Z</dc:date>
    <item>
      <title>Variable creation</title>
      <link>https://community.qlik.com/t5/QlikView/Variable-creation/m-p/380917#M1166236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I wrote script to create the tables and the relationship, but i cannot figure out how to create a variable and assign to it the number of rows of a specific table.&lt;/P&gt;&lt;P&gt;I need this when creating a percentage graph.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Aug 2012 11:02:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable-creation/m-p/380917#M1166236</guid>
      <dc:creator />
      <dc:date>2012-08-26T11:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: Variable creation</title>
      <link>https://community.qlik.com/t5/QlikView/Variable-creation/m-p/380918#M1166237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you looking for something like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;TABLE:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD * INLINE [&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Test&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;A&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;B&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;B&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;C&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;C&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;C&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;];&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;LET vNumRows = NoOfRows( 'TABLE' );&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Aug 2012 11:43:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable-creation/m-p/380918#M1166237</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-08-26T11:43:54Z</dc:date>
    </item>
    <item>
      <title>Re: Variable creation</title>
      <link>https://community.qlik.com/t5/QlikView/Variable-creation/m-p/380919#M1166238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok i did all this and created vNumRows in settings =&amp;gt; variable overview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but when i want to show this in a text object, it appears as NoOfRows( 'TABLE' )&amp;nbsp; not a number&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can i fix this???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx&amp;nbsp; for the reply &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/grin.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2012 07:36:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable-creation/m-p/380919#M1166238</guid>
      <dc:creator />
      <dc:date>2012-08-27T07:36:01Z</dc:date>
    </item>
    <item>
      <title>Re: Variable creation</title>
      <link>https://community.qlik.com/t5/QlikView/Variable-creation/m-p/380920#M1166239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That form of NoOfRows is only usable during script. If you want to display it in the front end, use Stefan's script to create a variable, and then display the variable value. Put&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=vNumRows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in a text box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Aug 2012 08:09:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Variable-creation/m-p/380920#M1166239</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2012-08-27T08:09:00Z</dc:date>
    </item>
  </channel>
</rss>

