<?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: How to use Where Clause at script leve in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-use-Where-Clause-at-script-leve/m-p/1542115#M439521</link>
    <description>&lt;P&gt;Try below. Please check the field name and value once.&lt;/P&gt;&lt;PRE&gt;where [Employee Type] = 'Employee';

or

Where Match( [Employee Type] ,'Employee');&lt;/PRE&gt;</description>
    <pubDate>Mon, 11 Feb 2019 06:48:20 GMT</pubDate>
    <dc:creator>pradosh_thakur</dc:creator>
    <dc:date>2019-02-11T06:48:20Z</dc:date>
    <item>
      <title>How to use Where Clause at script leve</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-Where-Clause-at-script-leve/m-p/1542113#M439519</link>
      <description>&lt;P&gt;In Organization report, under column Employee Type I want to select only rows where row value is 'Employee' and&amp;nbsp;it should be done at script level. Could you help me with Where condition?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Feb 2019 06:33:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-Where-Clause-at-script-leve/m-p/1542113#M439519</guid>
      <dc:creator>GauravSS04</dc:creator>
      <dc:date>2019-02-11T06:33:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Where Clause at script leve</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-Where-Clause-at-script-leve/m-p/1542115#M439521</link>
      <description>&lt;P&gt;Try below. Please check the field name and value once.&lt;/P&gt;&lt;PRE&gt;where [Employee Type] = 'Employee';

or

Where Match( [Employee Type] ,'Employee');&lt;/PRE&gt;</description>
      <pubDate>Mon, 11 Feb 2019 06:48:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-Where-Clause-at-script-leve/m-p/1542115#M439521</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2019-02-11T06:48:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Where Clause at script leve</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-Where-Clause-at-script-leve/m-p/1542230#M439527</link>
      <description>&lt;P&gt;Thanks for sharing me with the solution....but this would be useful in case I&amp;nbsp;am using in SQL and in Qlik it will throw an error by not mentioning the source after Match expression. I can use this even by using resident load and then joining with old table. However, I was looking for Where clause to be used in [Employee Group1] field and not use Resident load option...&lt;/P&gt;&lt;P&gt;[Leave Reason] AS [J.Leave Reason],&lt;BR /&gt;[Length of Service] AS [J.Length of Service],&lt;BR /&gt;[Email ID] AS [J.Email ID],&lt;BR /&gt;[Scope of Role] AS [J.Scope of Role],&lt;BR /&gt;Nationality AS [J.Nationality],&lt;BR /&gt;[Employee Group1]&lt;/P&gt;&lt;P&gt;FROM&lt;BR /&gt;[C:\Users\Desktop\Misc\xxxxxxx.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;</description>
      <pubDate>Mon, 11 Feb 2019 10:41:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-Where-Clause-at-script-leve/m-p/1542230#M439527</guid>
      <dc:creator>GauravSS04</dc:creator>
      <dc:date>2019-02-11T10:41:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Where Clause at script leve</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-Where-Clause-at-script-leve/m-p/1542233#M439528</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;[Leave Reason] AS [J.Leave Reason],
[Length of Service] AS [J.Length of Service],
[Email ID] AS [J.Email ID],
[Scope of Role] AS [J.Scope of Role],
Nationality AS [J.Nationality],
[Employee Group1]

FROM
[C:\Users\Desktop\Misc\xxxxxxx.xlsx]
(ooxml, embedded labels, table is Sheet1)

&lt;STRONG&gt;where [Employee Group1] ='Employee'&lt;/STRONG&gt;&amp;nbsp;;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;the above gives you an error? I dont think so. You can use it in the source table itself.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Feb 2019 10:45:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-Where-Clause-at-script-leve/m-p/1542233#M439528</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2019-02-11T10:45:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to use Where Clause at script leve</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-Where-Clause-at-script-leve/m-p/1542241#M439529</link>
      <description>Hello Pradosh, its working now.&lt;BR /&gt;Thanks for correcting me....i couldn't relate the earlier solution. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;</description>
      <pubDate>Mon, 11 Feb 2019 10:53:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-Where-Clause-at-script-leve/m-p/1542241#M439529</guid>
      <dc:creator>GauravSS04</dc:creator>
      <dc:date>2019-02-11T10:53:29Z</dc:date>
    </item>
  </channel>
</rss>

