<?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 request in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/request/m-p/777509#M536558</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi &lt;/P&gt;&lt;P&gt;i want to execute this request in qlik:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select count(field_1) where field2='var1'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Nov 2014 10:11:37 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-11-19T10:11:37Z</dc:date>
    <item>
      <title>request</title>
      <link>https://community.qlik.com/t5/QlikView/request/m-p/777509#M536558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi &lt;/P&gt;&lt;P&gt;i want to execute this request in qlik:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select count(field_1) where field2='var1'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 10:11:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/request/m-p/777509#M536558</guid>
      <dc:creator />
      <dc:date>2014-11-19T10:11:37Z</dc:date>
    </item>
    <item>
      <title>Re: request</title>
      <link>https://community.qlik.com/t5/QlikView/request/m-p/777510#M536559</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;Please try &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count({$&amp;lt;Field_2={'var1'}&amp;gt;}Field_1)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 10:17:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/request/m-p/777510#M536559</guid>
      <dc:creator>ashwanin</dc:creator>
      <dc:date>2014-11-19T10:17:48Z</dc:date>
    </item>
    <item>
      <title>Re: request</title>
      <link>https://community.qlik.com/t5/QlikView/request/m-p/777511#M536560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Try this if you want to do it in the script:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;Load&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;field_1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Count_Field1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;where&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;field2&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;='var1'&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;group&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;by&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;field2&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 10:21:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/request/m-p/777511#M536560</guid>
      <dc:creator />
      <dc:date>2014-11-19T10:21:47Z</dc:date>
    </item>
    <item>
      <title>Re: request</title>
      <link>https://community.qlik.com/t5/QlikView/request/m-p/777512#M536561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi youssef&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can use the&lt;/P&gt;&lt;P&gt;count({$&amp;lt;field2={'var1'}&amp;gt;}Field_1) --if you use the static value.&lt;/P&gt;&lt;P&gt;if its a varaible then you should try&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.63636302948px;"&gt;count({&amp;lt;field2={$(var1)}&amp;gt;}Field_1) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.63636302948px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.63636302948px;"&gt;with regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.63636302948px;"&gt;Harshita Gaur&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 10:25:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/request/m-p/777512#M536561</guid>
      <dc:creator />
      <dc:date>2014-11-19T10:25:10Z</dc:date>
    </item>
  </channel>
</rss>

