<?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: Conditional Match not working properly in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Conditional-Match-not-working-properly/m-p/1562398#M742121</link>
    <description>The below query is working... How...?&lt;BR /&gt;Temp:&lt;BR /&gt;LOAD "EMPNO",&lt;BR /&gt;"EMPNAME",&lt;BR /&gt;"DEPARTMENT"&lt;BR /&gt;;&lt;BR /&gt;SQL SELECT *&lt;BR /&gt;FROM EMPSCHEMA."EMPLOYEELIST";&lt;BR /&gt;NoConcatenate&lt;BR /&gt;Test:&lt;BR /&gt;Load *&lt;BR /&gt;Resident Temp&lt;BR /&gt;Where EMPNO='EP100001';&lt;BR /&gt;&lt;BR /&gt;Drop table Temp;&lt;BR /&gt;&lt;BR /&gt;Can we simplified the query again in simple way...?</description>
    <pubDate>Thu, 28 Mar 2019 12:03:35 GMT</pubDate>
    <dc:creator>saivina2920</dc:creator>
    <dc:date>2019-03-28T12:03:35Z</dc:date>
    <item>
      <title>Conditional Match not working properly</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Match-not-working-properly/m-p/1562330#M742114</link>
      <description>&lt;P&gt;I'm using where condition with Match. But, this will not return anything. below is my query. It will return zero record found.&lt;/P&gt;&lt;P&gt;TABLE1:&lt;BR /&gt;LOAD "EMPNO",&lt;BR /&gt;"EMPNAME",&lt;BR /&gt;"DEPARTMENT"&lt;BR /&gt;Where Match("EMPNO",'EP100001');&lt;BR /&gt;SQL SELECT *&lt;BR /&gt;FROM EMPSCHEMA."EMPLOYEELIST";&lt;/P&gt;&lt;P&gt;What is the problem in the above query..?&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:01:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Match-not-working-properly/m-p/1562330#M742114</guid>
      <dc:creator>saivina2920</dc:creator>
      <dc:date>2024-11-16T04:01:33Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Match not working properly</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Match-not-working-properly/m-p/1562352#M742115</link>
      <description>try by removing " before and after EMPNO&lt;BR /&gt;If it still not work.&lt;BR /&gt;Please provide more info&lt;BR /&gt;&lt;BR /&gt;when you run without where condition then is it capturing record for EP100001? can you share screen shot of it.&lt;BR /&gt;Is it EMPNO contain space before or after EP100001 value?&lt;BR /&gt;try below suggestion instead of Where Match("EMPNO",'EP100001')&lt;BR /&gt;1:Where EMPNO='EP100001';&lt;BR /&gt;2: Where trim(UPPER(EMPNO))='EP100001';&lt;BR /&gt;3: Where wildmatch(EMPNO,'EP100001');&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Prashant Sangle&lt;BR /&gt;</description>
      <pubDate>Thu, 28 Mar 2019 10:20:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Match-not-working-properly/m-p/1562352#M742115</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2019-03-28T10:20:30Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Match not working properly</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Match-not-working-properly/m-p/1562374#M742116</link>
      <description>I used all the three below. but, still return 0 records. .&lt;BR /&gt;when i run without where condition, it showing all the records.&lt;BR /&gt;1:Where EMPNO='EP100001';&lt;BR /&gt;2: Where trim(UPPER(EMPNO))='EP100001';&lt;BR /&gt;3: Where wildmatch(EMPNO,'EP100001');&lt;BR /&gt;?????&lt;BR /&gt;</description>
      <pubDate>Thu, 28 Mar 2019 11:32:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Match-not-working-properly/m-p/1562374#M742116</guid>
      <dc:creator>saivina2920</dc:creator>
      <dc:date>2019-03-28T11:32:11Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Match not working properly</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Match-not-working-properly/m-p/1562380#M742117</link>
      <description>when you run without condition then check data is available for EP100001?&lt;BR /&gt;&lt;BR /&gt;try below&lt;BR /&gt;Temp:&lt;BR /&gt;LOAD "EMPNO",&lt;BR /&gt;"EMPNAME",&lt;BR /&gt;"DEPARTMENT"&lt;BR /&gt;;&lt;BR /&gt;SQL SELECT *&lt;BR /&gt;FROM EMPSCHEMA."EMPLOYEELIST";&lt;BR /&gt;NoConcatenate&lt;BR /&gt;Test:&lt;BR /&gt;Load *&lt;BR /&gt;Resident Temp&lt;BR /&gt;Where EMPNO='EP100001';&lt;BR /&gt;&lt;BR /&gt;Drop table Temp;&lt;BR /&gt;</description>
      <pubDate>Thu, 28 Mar 2019 11:37:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Match-not-working-properly/m-p/1562380#M742117</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2019-03-28T11:37:55Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Match not working properly</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Match-not-working-properly/m-p/1562381#M742118</link>
      <description>&lt;P&gt;Are you sure you have EP100001 within EMPNO?&lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2019 11:38:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Match-not-working-properly/m-p/1562381#M742118</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-03-28T11:38:19Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Match not working properly</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Match-not-working-properly/m-p/1562394#M742119</link>
      <description>yes...</description>
      <pubDate>Thu, 28 Mar 2019 11:55:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Match-not-working-properly/m-p/1562394#M742119</guid>
      <dc:creator>saivina2920</dc:creator>
      <dc:date>2019-03-28T11:55:41Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Match not working properly</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Match-not-working-properly/m-p/1562395#M742120</link>
      <description>&lt;P&gt;I guess that is what&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/42758"&gt;@PrashantSangle&lt;/a&gt;&amp;nbsp;hinted towards... can you load the complete data and share a screenshot for EMPNO in a list box so that we can see EP100001 in the data to see how it looks like.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2019 11:57:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Match-not-working-properly/m-p/1562395#M742120</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-03-28T11:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Match not working properly</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Match-not-working-properly/m-p/1562398#M742121</link>
      <description>The below query is working... How...?&lt;BR /&gt;Temp:&lt;BR /&gt;LOAD "EMPNO",&lt;BR /&gt;"EMPNAME",&lt;BR /&gt;"DEPARTMENT"&lt;BR /&gt;;&lt;BR /&gt;SQL SELECT *&lt;BR /&gt;FROM EMPSCHEMA."EMPLOYEELIST";&lt;BR /&gt;NoConcatenate&lt;BR /&gt;Test:&lt;BR /&gt;Load *&lt;BR /&gt;Resident Temp&lt;BR /&gt;Where EMPNO='EP100001';&lt;BR /&gt;&lt;BR /&gt;Drop table Temp;&lt;BR /&gt;&lt;BR /&gt;Can we simplified the query again in simple way...?</description>
      <pubDate>Thu, 28 Mar 2019 12:03:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Match-not-working-properly/m-p/1562398#M742121</guid>
      <dc:creator>saivina2920</dc:creator>
      <dc:date>2019-03-28T12:03:35Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Match not working properly</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Match-not-working-properly/m-p/1562401#M742122</link>
      <description>yes.&lt;BR /&gt;use where condition in sql statement;&lt;BR /&gt;&lt;BR /&gt;try below&lt;BR /&gt;TABLE1:&lt;BR /&gt;LOAD "EMPNO",&lt;BR /&gt;"EMPNAME",&lt;BR /&gt;"DEPARTMENT"&lt;BR /&gt;;&lt;BR /&gt;SQL SELECT *&lt;BR /&gt;FROM EMPSCHEMA."EMPLOYEELIST"&lt;BR /&gt;Where EMPNO='EP100001'&lt;BR /&gt;;&lt;BR /&gt;&lt;BR /&gt;If you want enter multiple no then use in()</description>
      <pubDate>Thu, 28 Mar 2019 12:08:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Match-not-working-properly/m-p/1562401#M742122</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2019-03-28T12:08:54Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Match not working properly</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Match-not-working-properly/m-p/1562417#M742123</link>
      <description>What happened if i pass multiple values in where condition...like ('EP100001','EP100010',..).&lt;BR /&gt;Will it work...?</description>
      <pubDate>Thu, 28 Mar 2019 12:28:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Match-not-working-properly/m-p/1562417#M742123</guid>
      <dc:creator>saivina2920</dc:creator>
      <dc:date>2019-03-28T12:28:11Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Match not working properly</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Match-not-working-properly/m-p/1562423#M742124</link>
      <description>yes try below syntax&lt;BR /&gt;&lt;BR /&gt;where EMPNO in ('EP10001','EP100010');&lt;BR /&gt;&lt;BR /&gt;But I am still not getting why where condition is not working in preceding load. which qliksense version are you using?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Prashant Sangle&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 28 Mar 2019 12:33:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Match-not-working-properly/m-p/1562423#M742124</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2019-03-28T12:33:06Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Match not working properly</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Match-not-working-properly/m-p/1562426#M742125</link>
      <description>Qlikview 11.0</description>
      <pubDate>Thu, 28 Mar 2019 12:34:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Match-not-working-properly/m-p/1562426#M742125</guid>
      <dc:creator>saivina2920</dc:creator>
      <dc:date>2019-03-28T12:34:59Z</dc:date>
    </item>
  </channel>
</rss>

