<?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: SYSTEM FUNCTION in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/SYSTEM-FUNCTION/m-p/1182172#M382966</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;You can use this macro.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sub Test&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set cs = ActiveDocument.GetSheetObject("CS01")&lt;/P&gt;&lt;P&gt;msgbox(cs.GetNoOfRows)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;End Sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Sep 2016 07:59:36 GMT</pubDate>
    <dc:creator>kaushiknsolanki</dc:creator>
    <dc:date>2016-09-13T07:59:36Z</dc:date>
    <item>
      <title>SYSTEM FUNCTION</title>
      <link>https://community.qlik.com/t5/QlikView/SYSTEM-FUNCTION/m-p/1182168#M382962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need a function that return me how many fields are selected in the current selection now&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is it possible?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2016 07:47:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SYSTEM-FUNCTION/m-p/1182168#M382962</guid>
      <dc:creator>adiarnon</dc:creator>
      <dc:date>2016-09-13T07:47:54Z</dc:date>
    </item>
    <item>
      <title>Re: SYSTEM FUNCTION</title>
      <link>https://community.qlik.com/t5/QlikView/SYSTEM-FUNCTION/m-p/1182169#M382963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you looking for this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=getcurrentselections ( chr(13)&amp;amp;chr(10) , ' = ' ) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2016 07:51:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SYSTEM-FUNCTION/m-p/1182169#M382963</guid>
      <dc:creator>trdandamudi</dc:creator>
      <dc:date>2016-09-13T07:51:32Z</dc:date>
    </item>
    <item>
      <title>Re: SYSTEM FUNCTION</title>
      <link>https://community.qlik.com/t5/QlikView/SYSTEM-FUNCTION/m-p/1182170#M382964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;AFAIK there is no such system function. However, you can achieve that using some expression as I suggested here : &lt;A href="https://community.qlik.com/message/1118884"&gt;Count of Current Selections&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2016 07:52:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SYSTEM-FUNCTION/m-p/1182170#M382964</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2016-09-13T07:52:41Z</dc:date>
    </item>
    <item>
      <title>Re: SYSTEM FUNCTION</title>
      <link>https://community.qlik.com/t5/QlikView/SYSTEM-FUNCTION/m-p/1182171#M382965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;with this Expression (based on Thirumalas solution) you get the number fo selected fields&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;substringcount&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;getcurrentselections&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; ( &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;chr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(13)&amp;amp;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;chr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(10) , ' = ' ) ,'=') &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2016 07:54:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SYSTEM-FUNCTION/m-p/1182171#M382965</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-13T07:54:09Z</dc:date>
    </item>
    <item>
      <title>Re: SYSTEM FUNCTION</title>
      <link>https://community.qlik.com/t5/QlikView/SYSTEM-FUNCTION/m-p/1182172#M382966</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;You can use this macro.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sub Test&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set cs = ActiveDocument.GetSheetObject("CS01")&lt;/P&gt;&lt;P&gt;msgbox(cs.GetNoOfRows)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;End Sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2016 07:59:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SYSTEM-FUNCTION/m-p/1182172#M382966</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2016-09-13T07:59:36Z</dc:date>
    </item>
  </channel>
</rss>

