<?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: Load specific rows using expressions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-specific-rows-using-expressions/m-p/1261891#M397943</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like this in that case:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Match(LEVEL2, '16.29', '16.30', '16.31'), LEVEL2, LEVEL1) as LEVEL4&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 31 Jan 2017 02:55:04 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2017-01-31T02:55:04Z</dc:date>
    <item>
      <title>Load specific rows using expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Load-specific-rows-using-expressions/m-p/1261888#M397940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do I load specific rows using expressions in qlikview? For example, I have 2 columns in my excel which are LEVEL1 and LEVEL2. I want to load the rows as Level4 rows.&lt;/P&gt;&lt;P&gt;Currently im doing something likw the code below to get 16.29, 16.31 and 16.30 from LEVEL2 and the rest of LEVEL1 to be loaded as LEVEL4.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;IF&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;LEVEL2&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = '16.29', &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;LEVEL2&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;IF&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;LEVEL2&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = '16.31', &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;LEVEL2&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;IF&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;LEVEL2&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = '16.30'&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;), &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;LEVEL2&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;LEVEL1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;))) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;AS&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;LEVEL4&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Is there a simpler way to do this? I need a simpler way because if i want to load more LEVEL2 specific rows, it will get complicated. Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2017 02:29:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-specific-rows-using-expressions/m-p/1261888#M397940</guid>
      <dc:creator />
      <dc:date>2017-01-31T02:29:01Z</dc:date>
    </item>
    <item>
      <title>Re: Load specific rows using expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Load-specific-rows-using-expressions/m-p/1261889#M397941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Level3 length check is only when LEVEL2 = 16.30? or is it also for when LEVEL2 = 16.29 or 16.31?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2017 02:39:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-specific-rows-using-expressions/m-p/1261889#M397941</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-31T02:39:19Z</dc:date>
    </item>
    <item>
      <title>Re: Load specific rows using expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Load-specific-rows-using-expressions/m-p/1261890#M397942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Im sorry. I have made the adjustments. There is no LEVEL3.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2017 02:50:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-specific-rows-using-expressions/m-p/1261890#M397942</guid>
      <dc:creator />
      <dc:date>2017-01-31T02:50:09Z</dc:date>
    </item>
    <item>
      <title>Re: Load specific rows using expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Load-specific-rows-using-expressions/m-p/1261891#M397943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like this in that case:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Match(LEVEL2, '16.29', '16.30', '16.31'), LEVEL2, LEVEL1) as LEVEL4&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2017 02:55:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-specific-rows-using-expressions/m-p/1261891#M397943</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-31T02:55:04Z</dc:date>
    </item>
    <item>
      <title>Re: Load specific rows using expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Load-specific-rows-using-expressions/m-p/1261892#M397944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much sir!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2017 02:59:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-specific-rows-using-expressions/m-p/1261892#M397944</guid>
      <dc:creator />
      <dc:date>2017-01-31T02:59:36Z</dc:date>
    </item>
  </channel>
</rss>

