<?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: help need in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/help-need/m-p/475574#M1129524</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks friends&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Dec 2013 05:47:05 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-12-12T05:47:05Z</dc:date>
    <item>
      <title>help need</title>
      <link>https://community.qlik.com/t5/QlikView/help-need/m-p/475571#M1129521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi friends, i want to select 7 numbers among 8 number code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ex: 08786543 so i want to select only 0878654 to compare to another table column values because it s code in 7digits. please help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD BASE_PRICE as original_price, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; CATALOG_NO as Item&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;D&gt;&lt;/D&gt;&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here CATALOG_NO is in 8 digit code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD [Item Number] AS Item&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;D&gt;&lt;/D&gt;&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here&amp;nbsp; [Item Number] is in 7 digit code&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Dec 2013 05:30:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-need/m-p/475571#M1129521</guid>
      <dc:creator />
      <dc:date>2013-12-12T05:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: help need</title>
      <link>https://community.qlik.com/t5/QlikView/help-need/m-p/475572#M1129522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If it's the first 7 characters use this:&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 BASE_PRICE as original_price,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp; left(CATALOG_NO,7) as Item&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;D&gt;&lt;/D&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(qvd);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Dec 2013 05:39:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-need/m-p/475572#M1129522</guid>
      <dc:creator>albertovarela</dc:creator>
      <dc:date>2013-12-12T05:39:30Z</dc:date>
    </item>
    <item>
      <title>Re: help need</title>
      <link>https://community.qlik.com/t5/QlikView/help-need/m-p/475573#M1129523</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;Might be smething like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD BASE_PRICE as original_price, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Left(CATALOG_NO,7) as Item&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;D&gt;&lt;/D&gt;&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;And the second remais the same:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;LOAD [Item Number] AS Item&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;D&gt;&lt;/D&gt;&lt;/P&gt;&lt;P&gt;(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But this is good when you want first 7 digit always.&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Dec 2013 05:43:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-need/m-p/475573#M1129523</guid>
      <dc:creator />
      <dc:date>2013-12-12T05:43:34Z</dc:date>
    </item>
    <item>
      <title>Re: help need</title>
      <link>https://community.qlik.com/t5/QlikView/help-need/m-p/475574#M1129524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks friends&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Dec 2013 05:47:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-need/m-p/475574#M1129524</guid>
      <dc:creator />
      <dc:date>2013-12-12T05:47:05Z</dc:date>
    </item>
    <item>
      <title>Re: help need</title>
      <link>https://community.qlik.com/t5/QlikView/help-need/m-p/475575#M1129525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If you have got the solution, can you please close the thread by marking correct/helpful answer so it is easier for everyone to identify the solution. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Dec 2013 05:51:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/help-need/m-p/475575#M1129525</guid>
      <dc:creator />
      <dc:date>2013-12-12T05:51:28Z</dc:date>
    </item>
  </channel>
</rss>

