<?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 Using Like Function in load Script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Using-Like-Function-in-load-Script/m-p/287482#M1201702</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Use one of the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;FundDataIsland:load [Fund Name] as FundIsland// FUND NAME IS NAME OF PREVIOUSLY LOADED DATAResident FundName // FundName is name of previous table where data was loadedwhere &lt;STRONG&gt;LEFT([Fund Name], 1) = 'A'&lt;/STRONG&gt;;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;FundDataIsland: load [Fund Name] as FundIsland// FUND NAME IS NAME OF PREVIOUSLY LOADED DATAResident FundName // FundName is name of previous table where data was loadedwhere &lt;STRONG&gt;WildMatch([Fund Name], 'A*')&lt;/STRONG&gt;;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;That should work.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Nov 2010 17:51:26 GMT</pubDate>
    <dc:creator>Miguel_Angel_Baeyens</dc:creator>
    <dc:date>2010-11-11T17:51:26Z</dc:date>
    <item>
      <title>Using Like Function in load Script</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Like-Function-in-load-Script/m-p/287481#M1201701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have loaded some data into QlikView but i am now trying to create a data island. i want to load previoulsy loaded data but this time only when it begins with A. To do this i have used the like function but QlikView doesn't seem to recognise it - has anyone any suggestions on what i can use - maybe something like begins with&lt;/P&gt;&lt;P&gt;What i currently have in my script is below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;I&gt;FundDataIsland: &lt;B&gt;load&lt;/B&gt;&lt;/I&gt; [Fund Name] &lt;B&gt;as&lt;/B&gt; FundIsland&lt;/P&gt;&lt;P&gt;// FUND NAME IS NAME OF PREVIOUSLY LOADED DATA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;Resident FundName&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// FundName is name of previous table where data was loaded&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;B&gt;where&lt;/B&gt; [Fund Name] like '%A%';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// THIS IS WHERE I AM TRYING TO TELL IT TO ONLY LOAD FUNDS WHERE THE NAME BEGINS WITH A&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Nov 2010 17:45:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Like-Function-in-load-Script/m-p/287481#M1201701</guid>
      <dc:creator />
      <dc:date>2010-11-11T17:45:10Z</dc:date>
    </item>
    <item>
      <title>Using Like Function in load Script</title>
      <link>https://community.qlik.com/t5/QlikView/Using-Like-Function-in-load-Script/m-p/287482#M1201702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Use one of the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;FundDataIsland:load [Fund Name] as FundIsland// FUND NAME IS NAME OF PREVIOUSLY LOADED DATAResident FundName // FundName is name of previous table where data was loadedwhere &lt;STRONG&gt;LEFT([Fund Name], 1) = 'A'&lt;/STRONG&gt;;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;FundDataIsland: load [Fund Name] as FundIsland// FUND NAME IS NAME OF PREVIOUSLY LOADED DATAResident FundName // FundName is name of previous table where data was loadedwhere &lt;STRONG&gt;WildMatch([Fund Name], 'A*')&lt;/STRONG&gt;;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;That should work.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Nov 2010 17:51:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-Like-Function-in-load-Script/m-p/287482#M1201702</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2010-11-11T17:51:26Z</dc:date>
    </item>
  </channel>
</rss>

