<?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: MAKE SOME CODE/VALUES AS ONE GROUP in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/MAKE-SOME-CODE-VALUES-AS-ONE-GROUP/m-p/1394978#M459257</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can use a if clause.&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;&lt;/P&gt;&lt;P&gt;barcode,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;status_code,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(status_code = 'G3' or status_code = 'Z4','Group 1',if(status_code = 'KB' or status_code = 'KD','Group 2')) as Group&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from ........;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exit Script;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Oct 2017 11:01:58 GMT</pubDate>
    <dc:creator>Ralf_Heukäufer</dc:creator>
    <dc:date>2017-10-20T11:01:58Z</dc:date>
    <item>
      <title>MAKE SOME CODE/VALUES AS ONE GROUP</title>
      <link>https://community.qlik.com/t5/QlikView/MAKE-SOME-CODE-VALUES-AS-ONE-GROUP/m-p/1394976#M459255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have afiled that its name is status_code.&lt;/P&gt;&lt;P&gt;this filed contian alot of codes' for exsamle:KB,KE,KD,G3,G4,G7,X,Z4...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to make group/famlies of code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i need it becasue i have to count them in groups.&lt;/P&gt;&lt;P&gt;i also need to shw the barcodes that got status codes according to the groups/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the filed of the barcode calld Track_No&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;barcode&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;status_code&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;1234&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;G3&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;5678&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;KB&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;9102&lt;/TD&gt;&lt;TD&gt;kd&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;987&lt;/TD&gt;&lt;TD&gt;z4&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;G3, Z4 =group1&lt;/P&gt;&lt;P&gt;kb,kd=group2&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Oct 2017 07:47:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MAKE-SOME-CODE-VALUES-AS-ONE-GROUP/m-p/1394976#M459255</guid>
      <dc:creator>y_vandijk</dc:creator>
      <dc:date>2017-10-19T07:47:39Z</dc:date>
    </item>
    <item>
      <title>Re: MAKE SOME CODE/VALUES AS ONE GROUP</title>
      <link>https://community.qlik.com/t5/QlikView/MAKE-SOME-CODE-VALUES-AS-ONE-GROUP/m-p/1394977#M459256</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 style="margin-bottom: .0001pt;"&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Inline&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[&lt;BR /&gt; status_code, GRP&lt;BR /&gt; KB,GROUP 2&lt;BR /&gt; KE,GROUP 2&lt;BR /&gt; KD,GROUP 2&lt;BR /&gt; G3,GROUP 1&lt;BR /&gt; G4,GROUP 1&lt;BR /&gt; G7,GROUP 1&lt;BR /&gt; X,GROUP 1&lt;BR /&gt; Z4,GROUP 1&lt;BR /&gt; ]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;;&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; *, &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;ApplyMap&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;('COD',&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Upper&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;status_code&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;),'OTHER') &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;AS&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;MY_GROUP&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;;&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Inline&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[&lt;BR /&gt; barcode,status_code&lt;BR /&gt; 1234,G3&lt;BR /&gt; 5678,KB&lt;BR /&gt; 9102,kd&lt;BR /&gt; 987,z4&lt;BR /&gt; ]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9.0pt; font-family: 'Courier New';"&gt;EXIT&lt;/STRONG&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Script&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;;&lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Oct 2017 15:39:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MAKE-SOME-CODE-VALUES-AS-ONE-GROUP/m-p/1394977#M459256</guid>
      <dc:creator>el_aprendiz111</dc:creator>
      <dc:date>2017-10-19T15:39:54Z</dc:date>
    </item>
    <item>
      <title>Re: MAKE SOME CODE/VALUES AS ONE GROUP</title>
      <link>https://community.qlik.com/t5/QlikView/MAKE-SOME-CODE-VALUES-AS-ONE-GROUP/m-p/1394978#M459257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can use a if clause.&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;&lt;/P&gt;&lt;P&gt;barcode,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;status_code,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(status_code = 'G3' or status_code = 'Z4','Group 1',if(status_code = 'KB' or status_code = 'KD','Group 2')) as Group&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from ........;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exit Script;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Oct 2017 11:01:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MAKE-SOME-CODE-VALUES-AS-ONE-GROUP/m-p/1394978#M459257</guid>
      <dc:creator>Ralf_Heukäufer</dc:creator>
      <dc:date>2017-10-20T11:01:58Z</dc:date>
    </item>
  </channel>
</rss>

