<?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: SQL script on record label for example 114 human error 113 machine error. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/SQL-script-on-record-label-for-example-114-human-error-113/m-p/765440#M666202</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;LOAD *,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Pick(WildMatch(200, 114, 113, '*'), 'reject human error', 'reject machine error', 'N/A') AS &lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;DESC_REJECT;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;SQL select * from record_reject_detail_plc;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Hope this helps you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Nov 2014 05:50:44 GMT</pubDate>
    <dc:creator>jagan</dc:creator>
    <dc:date>2014-11-18T05:50:44Z</dc:date>
    <item>
      <title>SQL script on record label for example 114 human error 113 machine error.</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-script-on-record-label-for-example-114-human-error-113/m-p/765434#M666196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I like to record reject code, 114 = Reject by human error 113= Reject by machine problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My SQL load script as below i get error msg :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;if(kode_reject=114,"reject human error")&lt;/P&gt;&lt;P&gt;if(kode_reject=113,"reject machine error") as DESC_REJECT;&lt;/P&gt;&lt;P&gt;select * from record_reject_detail_plc;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 05:24:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-script-on-record-label-for-example-114-human-error-113/m-p/765434#M666196</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2014-11-18T05:24:03Z</dc:date>
    </item>
    <item>
      <title>Re: SQL script on record label for example 114 human error 113 machine error.</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-script-on-record-label-for-example-114-human-error-113/m-p/765435#M666197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paul,&lt;/P&gt;&lt;P&gt;It would be better&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD *,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(kode_reject=114,'reject human error'),&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(kode_reject=113,'reject machine error')) as DESC_REJECT;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;select * from record_reject_detail_plc;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sergey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 05:28:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-script-on-record-label-for-example-114-human-error-113/m-p/765435#M666197</guid>
      <dc:creator>SergeyMak</dc:creator>
      <dc:date>2014-11-18T05:28:28Z</dc:date>
    </item>
    <item>
      <title>Re: SQL script on record label for example 114 human error 113 machine error.</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-script-on-record-label-for-example-114-human-error-113/m-p/765436#M666198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or you can use &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;LOAD *,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Pick(Match(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;kode_reject&lt;/SPAN&gt;, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;114, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;11&lt;/SPAN&gt;3&lt;/SPAN&gt;), '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;reject human error'&lt;/SPAN&gt;, '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;reject machine error&lt;/SPAN&gt;') AS &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;DESC_REJECT;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;select * from record_reject_detail_plc;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sergey&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I prefer this option&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 05:31:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-script-on-record-label-for-example-114-human-error-113/m-p/765436#M666198</guid>
      <dc:creator>SergeyMak</dc:creator>
      <dc:date>2014-11-18T05:31:12Z</dc:date>
    </item>
    <item>
      <title>Re: SQL script on record label for example 114 human error 113 machine error.</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-script-on-record-label-for-example-114-human-error-113/m-p/765437#M666199</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;Use this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;if(kode_reject=114,'reject human error',if(kode_reject=113,'reject machine error')) as DESC_REJECT;&lt;/P&gt;&lt;P&gt;select * from record_reject_detail_plc;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Navdeep Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 05:31:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-script-on-record-label-for-example-114-human-error-113/m-p/765437#M666199</guid>
      <dc:creator />
      <dc:date>2014-11-18T05:31:47Z</dc:date>
    </item>
    <item>
      <title>Re: SQL script on record label for example 114 human error 113 machine error.</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-script-on-record-label-for-example-114-human-error-113/m-p/765438#M666200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't forget to add&amp;nbsp; SQL before the select ......&amp;nbsp; SQL &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;select * from record_reject_detail_plc;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 05:35:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-script-on-record-label-for-example-114-human-error-113/m-p/765438#M666200</guid>
      <dc:creator>albertovarela</dc:creator>
      <dc:date>2014-11-18T05:35:16Z</dc:date>
    </item>
    <item>
      <title>Re: SQL script on record label for example 114 human error 113 machine error.</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-script-on-record-label-for-example-114-human-error-113/m-p/765439#M666201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are correct&lt;/P&gt;&lt;P&gt;So it will be&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD *,&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(kode_reject=114,'reject human error'),&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(kode_reject=113,'reject machine error')) as DESC_REJECT;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SQL select * from record_reject_detail_plc;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;or&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit;"&gt;LOAD *,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Pick(Match(&lt;SPAN style="font-style: inherit;"&gt;kode_reject&lt;/SPAN&gt;, &lt;SPAN style="font-style: inherit;"&gt;114, &lt;SPAN style="font-style: inherit;"&gt;11&lt;/SPAN&gt;3&lt;/SPAN&gt;), '&lt;SPAN style="font-style: inherit;"&gt;reject human error'&lt;/SPAN&gt;, '&lt;SPAN style="font-style: inherit;"&gt;reject machine error&lt;/SPAN&gt;') AS &lt;SPAN style="font-style: inherit;"&gt;DESC_REJECT;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit;"&gt;SQL select * from record_reject_detail_plc;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards,&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sergey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 05:41:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-script-on-record-label-for-example-114-human-error-113/m-p/765439#M666201</guid>
      <dc:creator>SergeyMak</dc:creator>
      <dc:date>2014-11-18T05:41:23Z</dc:date>
    </item>
    <item>
      <title>Re: SQL script on record label for example 114 human error 113 machine error.</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-script-on-record-label-for-example-114-human-error-113/m-p/765440#M666202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;LOAD *,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Pick(WildMatch(200, 114, 113, '*'), 'reject human error', 'reject machine error', 'N/A') AS &lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;DESC_REJECT;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;SQL select * from record_reject_detail_plc;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Hope this helps you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 05:50:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-script-on-record-label-for-example-114-human-error-113/m-p/765440#M666202</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-11-18T05:50:44Z</dc:date>
    </item>
    <item>
      <title>Re: SQL script on record label for example 114 human error 113 machine error.</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-script-on-record-label-for-example-114-human-error-113/m-p/765441#M666203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sergey&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank , it work fine now :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD *,&lt;/P&gt;&lt;P&gt;day(date_time)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as [day],&lt;/P&gt;&lt;P&gt;year(date_time)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as [Year],&lt;/P&gt;&lt;P&gt;Date(Monthstart([date_time]), 'YY MMM') as YearMonth,&lt;/P&gt;&lt;P&gt;if(kode_reject=50,'reject human error',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(kode_reject=5,'reject machine error')) as DESC_REJECT;&lt;/P&gt;&lt;P&gt;select * from record_reject_detail_plc;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 05:51:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-script-on-record-label-for-example-114-human-error-113/m-p/765441#M666203</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2014-11-18T05:51:46Z</dc:date>
    </item>
    <item>
      <title>Re: SQL script on record label for example 114 human error 113 machine error.</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-script-on-record-label-for-example-114-human-error-113/m-p/765442#M666204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jagan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you , i like the N.A portion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 05:54:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-script-on-record-label-for-example-114-human-error-113/m-p/765442#M666204</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2014-11-18T05:54:10Z</dc:date>
    </item>
    <item>
      <title>Re: SQL script on record label for example 114 human error 113 machine error.</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-script-on-record-label-for-example-114-human-error-113/m-p/765443#M666205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jagan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i try your code again , i notice there are some issue :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12.8000001907349px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12.8000001907349px; font-family: inherit;"&gt;LOAD *,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12.8000001907349px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Pick(WildMatch(200, 114, 113, '*'), 'reject human error', 'reject machine error', 'N/A') AS &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12.8000001907349px; font-family: inherit;"&gt;DESC_REJECT;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12.8000001907349px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12.8000001907349px; font-family: inherit;"&gt;SQL select * from record_reject_detail_plc;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12.8000001907349px; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12.8000001907349px; font-family: inherit;"&gt;why you does not include the Kode_reject name ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12.8000001907349px; font-family: inherit;"&gt;200 does not equal reject human error&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.6000003814697px;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12.8000001907349px; font-family: inherit;"&gt;114 does not equal reject machine error&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12.8000001907349px; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12.8000001907349px; font-family: inherit;"&gt;can you share with me how your code work ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12.8000001907349px; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12.8000001907349px; font-family: inherit;"&gt;Paul&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 06:12:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-script-on-record-label-for-example-114-human-error-113/m-p/765443#M666205</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2014-11-18T06:12:22Z</dc:date>
    </item>
    <item>
      <title>Re: SQL script on record label for example 114 human error 113 machine error.</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-script-on-record-label-for-example-114-human-error-113/m-p/765444#M666206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sergey&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just test found your working :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD *,&lt;/P&gt;&lt;P&gt;Pick(Match(kode_reject, 5, 39), 'reject human error', 'reject machine error') AS DESC_REJECT;&lt;/P&gt;&lt;P&gt;SQL select * from record_reject_detail_plc;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 06:15:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-script-on-record-label-for-example-114-human-error-113/m-p/765444#M666206</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2014-11-18T06:15:50Z</dc:date>
    </item>
    <item>
      <title>Re: SQL script on record label for example 114 human error 113 machine error.</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-script-on-record-label-for-example-114-human-error-113/m-p/765445#M666207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jagon&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the correct one should be :-&lt;/P&gt;&lt;P&gt;LOAD *,&lt;/P&gt;&lt;P&gt;Pick(Match(kode_reject, 5, 39), 'reject human error', 'reject machine error') AS DESC_REJECT;&lt;/P&gt;&lt;P&gt;SQL select * from record_reject_detail_plc;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 06:17:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-script-on-record-label-for-example-114-human-error-113/m-p/765445#M666207</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2014-11-18T06:17:55Z</dc:date>
    </item>
    <item>
      <title>Re: SQL script on record label for example 114 human error 113 machine error.</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-script-on-record-label-for-example-114-human-error-113/m-p/765446#M666208</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;Paul&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12.8000001907349px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12.8000001907349px; font-family: inherit;"&gt;LOAD *,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12.8000001907349px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;Pick(WildMatch(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;kode_reject&lt;/SPAN&gt;, 114, 113, '*'), 'reject human error', 'reject machine error', 'N/A') AS &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12.8000001907349px; font-family: inherit;"&gt;DESC_REJECT;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12.8000001907349px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12.8000001907349px; font-family: inherit;"&gt;SQL select * from record_reject_detail_plc;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12.8000001907349px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12.8000001907349px; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12.8000001907349px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12.8000001907349px; font-family: inherit;"&gt;For testing I put 200, you can replace 200 with your actual field name.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12.8000001907349px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12.8000001907349px; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12.8000001907349px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12.8000001907349px; font-family: inherit;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12.8000001907349px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12.8000001907349px; font-family: inherit;"&gt;jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 06:23:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-script-on-record-label-for-example-114-human-error-113/m-p/765446#M666208</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-11-18T06:23:05Z</dc:date>
    </item>
    <item>
      <title>Re: SQL script on record label for example 114 human error 113 machine error.</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-script-on-record-label-for-example-114-human-error-113/m-p/765447#M666209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you need N/A&lt;/P&gt;&lt;P&gt;just use the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD *,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Pick(WildMatch(kode_reject, 5, 39,'*'), 'reject human error', 'reject machine error','N/A') AS DESC_REJECT;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SQL select * from record_reject_detail_plc;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2014 06:23:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-script-on-record-label-for-example-114-human-error-113/m-p/765447#M666209</guid>
      <dc:creator>SergeyMak</dc:creator>
      <dc:date>2014-11-18T06:23:51Z</dc:date>
    </item>
  </channel>
</rss>

