<?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: requirement in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/requirement/m-p/1152874#M902809</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If( Len(Trim(FIELD)) , ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is just a method to check if FIELD is not NULL or empty or only contain spaces.&lt;/P&gt;&lt;P&gt;There are other methods to only check for NULL, like &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If( IsNull(FIELD), ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Jun 2016 17:30:14 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2016-06-30T17:30:14Z</dc:date>
    <item>
      <title>requirement</title>
      <link>https://community.qlik.com/t5/QlikView/requirement/m-p/1152869#M902799</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;I have a requirement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;table:&lt;/P&gt;&lt;P&gt;Load* Inline&lt;/P&gt;&lt;P&gt;[Region Sales&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;S, 200&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;N, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;E, 400&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;W, &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the requirement is&lt;/P&gt;&lt;P&gt;In Null values, should be replaced by previous sales.&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;(Sales for N 200 and for W 400)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do we achieve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bob Tech&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/requirement/m-p/1152869#M902799</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: requirement</title>
      <link>https://community.qlik.com/t5/QlikView/requirement/m-p/1152870#M902800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;table:&lt;/P&gt;&lt;P&gt;Load Region,&lt;STRONG&gt; If(Len(Trim(Sales)),Sales,Previous(Sales)) as Sales&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt; Inline&lt;/P&gt;&lt;P&gt;[Region, Sales&lt;/P&gt;&lt;P&gt;S, 200&lt;/P&gt;&lt;P&gt;N,&lt;/P&gt;&lt;P&gt;E, 400&lt;/P&gt;&lt;P&gt;W, &lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jun 2016 17:15:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/requirement/m-p/1152870#M902800</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-06-30T17:15:37Z</dc:date>
    </item>
    <item>
      <title>Re: requirement</title>
      <link>https://community.qlik.com/t5/QlikView/requirement/m-p/1152871#M902802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/129721_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And the data model is:&lt;/P&gt;&lt;P&gt; &lt;IMG alt="Capture.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/129728_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jun 2016 17:16:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/requirement/m-p/1152871#M902802</guid>
      <dc:creator>sinanozdemir</dc:creator>
      <dc:date>2016-06-30T17:16:49Z</dc:date>
    </item>
    <item>
      <title>Re: requirement</title>
      <link>https://community.qlik.com/t5/QlikView/requirement/m-p/1152872#M902805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Attached&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jun 2016 17:23:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/requirement/m-p/1152872#M902805</guid>
      <dc:creator>satishkurra</dc:creator>
      <dc:date>2016-06-30T17:23:48Z</dc:date>
    </item>
    <item>
      <title>Re: requirement</title>
      <link>https://community.qlik.com/t5/QlikView/requirement/m-p/1152873#M902808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your quik reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes that is exactly what I need.. and if you don't mine could you elaborate your expression as am new to qvw.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;what exactly does &lt;STRONG&gt;len(trim(sales)?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I know know Len('qlikview') it returns 8.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jun 2016 17:27:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/requirement/m-p/1152873#M902808</guid>
      <dc:creator />
      <dc:date>2016-06-30T17:27:45Z</dc:date>
    </item>
    <item>
      <title>Re: requirement</title>
      <link>https://community.qlik.com/t5/QlikView/requirement/m-p/1152874#M902809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If( Len(Trim(FIELD)) , ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is just a method to check if FIELD is not NULL or empty or only contain spaces.&lt;/P&gt;&lt;P&gt;There are other methods to only check for NULL, like &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If( IsNull(FIELD), ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jun 2016 17:30:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/requirement/m-p/1152874#M902809</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-06-30T17:30:14Z</dc:date>
    </item>
  </channel>
</rss>

