<?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: [Page] and [Pages] in expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Page-and-Pages-in-expression/m-p/460157#M487453</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, Gysbert. Any idea how to put the count into expression?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 26 Jan 2013 10:33:35 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-01-26T10:33:35Z</dc:date>
    <item>
      <title>[Page] and [Pages] in expression</title>
      <link>https://community.qlik.com/t5/QlikView/Page-and-Pages-in-expression/m-p/460155#M487451</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;into my report I need to insert information about page number and total number of pages. As the report is looped by dimension, the page and pages information needs to be put as an expression. Any idea what the expression should be like?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Przemek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Jan 2013 10:08:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Page-and-Pages-in-expression/m-p/460155#M487451</guid>
      <dc:creator />
      <dc:date>2013-01-26T10:08:10Z</dc:date>
    </item>
    <item>
      <title>Re: [Page] and [Pages] in expression</title>
      <link>https://community.qlik.com/t5/QlikView/Page-and-Pages-in-expression/m-p/460156#M487452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to reset the page count on every change of dimension value, then I think you're out of luck. If all you want is to add the page number and the total number of pages then you can use the standard buttons (first two on the left) on the Header/Footer tab of the Report Settings screen. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Jan 2013 10:27:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Page-and-Pages-in-expression/m-p/460156#M487452</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-01-26T10:27:01Z</dc:date>
    </item>
    <item>
      <title>Re: [Page] and [Pages] in expression</title>
      <link>https://community.qlik.com/t5/QlikView/Page-and-Pages-in-expression/m-p/460157#M487453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, Gysbert. Any idea how to put the count into expression?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Jan 2013 10:33:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Page-and-Pages-in-expression/m-p/460157#M487453</guid>
      <dc:creator />
      <dc:date>2013-01-26T10:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: [Page] and [Pages] in expression</title>
      <link>https://community.qlik.com/t5/QlikView/Page-and-Pages-in-expression/m-p/460158#M487454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;A _jive_internal="true" class="jiveTT-hover-user jive-username-link" href="https://community.qlik.com/people/przemek" id="jive-242921573231946291097" style="background-color: #ffffff; font-size: 12px; color: #007fc0; font-weight: bold; font-family: Arial; text-align: center;"&gt;Przemysław Wojda&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the attached image ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="40821" class="jive-image-thumbnail jive-image" onclick="" alt="sample.bmp" src="https://community.qlik.com/legacyfs/online/40821_sample.bmp" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;1) Create a new variable, in this example vPage&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;2) Assign the expression to this variable&lt;/P&gt;&lt;P&gt;3) Use the var on the repport settings dialog&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My goal was write the expression marked on green, the explantion of the expression is.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a) FieldValue(Idioma, 313) for the text 'Page' on the user language&lt;/P&gt;&lt;P&gt;b) chr(38) &amp;amp; chr(91) &amp;amp; 'Page' &amp;amp; chr(93) to add &amp;amp;[Page] function&lt;/P&gt;&lt;P&gt;c) FieldValue(Idioma, 314) for the text 'of' on the user language&lt;/P&gt;&lt;P&gt;d) chr(38) &amp;amp; chr(91) &amp;amp; 'Pages' &amp;amp; chr(93)&amp;nbsp; to add &amp;amp;[Pages] function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your goal if complete the vPage with your own expression. Good luck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 May 2013 14:12:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Page-and-Pages-in-expression/m-p/460158#M487454</guid>
      <dc:creator>Joaquin_Lazaro</dc:creator>
      <dc:date>2013-05-10T14:12:57Z</dc:date>
    </item>
  </channel>
</rss>

