<?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 left function in set analyisis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/left-function-in-set-analyisis/m-p/156700#M502131</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your answers. I´ll see what I can find in that section.&lt;/P&gt;&lt;P&gt;Really appreciated&lt;/P&gt;&lt;P&gt;Fiber-qlik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Oct 2010 12:34:27 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-10-25T12:34:27Z</dc:date>
    <item>
      <title>left function in set analyisis</title>
      <link>https://community.qlik.com/t5/QlikView/left-function-in-set-analyisis/m-p/156696#M502127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good morning everybody,&lt;/P&gt;&lt;P&gt;yesterday a top 10 member explain me how to create a conditional SUM using set analysis expresion. But today another problem comes to my mind when I wrote this code in text object properties - general tab:&lt;/P&gt;&lt;P&gt;Right sentence:&lt;/P&gt;&lt;P&gt;=SUM({$&amp;lt;ACCOUNT={6400000000}, COMPANY={3003}, YEAR={"$(=ONLY(YEAR))"}, NOM_ABR={"$(=ONLY(NOM_ABR))"}&amp;gt;}IMPORT):&lt;/P&gt;&lt;P&gt;Wrong sentece:&lt;/P&gt;&lt;P&gt;=SUM({$&amp;lt;Left(ACCOUNT,2)={64}, COMPANY={3003}, YEAR={"$(=ONLY(YEAR))"}, NOM_ABR={"$(=ONLY(NOM_ABR))"}&amp;gt;}IMPORT)&lt;/P&gt;&lt;P&gt;In first case, data result is ok but I´m only choosing one account data. It was first step I want to write to validate my sentence, but when I expand it with LEFT function to take a range I really want, something is wrong and it doesn´t work.&lt;/P&gt;&lt;P&gt;Anyone can tell me what´s wrong?&lt;/P&gt;&lt;P&gt;Thanks a lot, Fiber-qlik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Oct 2010 08:22:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/left-function-in-set-analyisis/m-p/156696#M502127</guid>
      <dc:creator />
      <dc:date>2010-10-25T08:22:52Z</dc:date>
    </item>
    <item>
      <title>left function in set analyisis</title>
      <link>https://community.qlik.com/t5/QlikView/left-function-in-set-analyisis/m-p/156697#M502128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;That's correct, in the left part only fieldnames are allowed. But you may use this to work around (untested):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;=SUM({$&amp;lt;ACCOUNT=&lt;B&gt;{"=LEFT(ACCOUNT, 2) = 64"}&lt;/B&gt;, COMPANY={3003}, YEAR={"$(=ONLY(YEAR))"}, NOM_ABR={"$(=ONLY(NOM_ABR))"}&amp;gt;}IMPORT)&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Hope that helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Oct 2010 08:32:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/left-function-in-set-analyisis/m-p/156697#M502128</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2010-10-25T08:32:52Z</dc:date>
    </item>
    <item>
      <title>left function in set analyisis</title>
      <link>https://community.qlik.com/t5/QlikView/left-function-in-set-analyisis/m-p/156698#M502129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perfect! It works, but I must pay attention to this language. It´s quite different to excel and access formulas. Any suggestion to improve faster my beginner knowledge? (apart from practice)&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;P&gt;Fiber-qlik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Oct 2010 09:13:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/left-function-in-set-analyisis/m-p/156698#M502129</guid>
      <dc:creator />
      <dc:date>2010-10-25T09:13:00Z</dc:date>
    </item>
    <item>
      <title>left function in set analyisis</title>
      <link>https://community.qlik.com/t5/QlikView/left-function-in-set-analyisis/m-p/156699#M502130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;There are very good sample codes in this forum and in the "Share QlikViews" section where you can finde some other people's code and solutions to problems that may be very similar to yours. Just a query on Google for&lt;/P&gt;&lt;P&gt;set analysis site:qlik.com&lt;/P&gt;&lt;P&gt;will return a lot of posts, wikis and qvw files with those examples.&lt;/P&gt;&lt;P&gt;Apart from asking in this same forum, of course.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Oct 2010 11:53:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/left-function-in-set-analyisis/m-p/156699#M502130</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2010-10-25T11:53:11Z</dc:date>
    </item>
    <item>
      <title>left function in set analyisis</title>
      <link>https://community.qlik.com/t5/QlikView/left-function-in-set-analyisis/m-p/156700#M502131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your answers. I´ll see what I can find in that section.&lt;/P&gt;&lt;P&gt;Really appreciated&lt;/P&gt;&lt;P&gt;Fiber-qlik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Oct 2010 12:34:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/left-function-in-set-analyisis/m-p/156700#M502131</guid>
      <dc:creator />
      <dc:date>2010-10-25T12:34:27Z</dc:date>
    </item>
  </channel>
</rss>

