<?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: How to identify a record with an *? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-identify-a-record-with-an/m-p/687423#M249030</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that sounds really good and doable. I'd just rather try to do it "manually" in a separate step - in a RESIDENT LOAD. That way, my code will be easier to understand for others than if I do the transformation right in the primary LOAD.&lt;/P&gt;&lt;P&gt;Thanks a lot anyway!&lt;/P&gt;&lt;P&gt;I realized the chr(42) won't do, but I can use sth like &lt;STRONG&gt;Keepchar([field], '*')&lt;/STRONG&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Oct 2014 06:40:29 GMT</pubDate>
    <dc:creator>datanibbler</dc:creator>
    <dc:date>2014-10-09T06:40:29Z</dc:date>
    <item>
      <title>How to identify a record with an *?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-identify-a-record-with-an/m-p/687418#M249025</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;I need to look for records in an Excel_list containing the * - in those records, the providers just meant that the value of the field should be the same as in the record above, so there is just a *&lt;/P&gt;&lt;P&gt;&amp;lt;=&amp;gt; but the star is recognized by QlikView as a Wildcard, isn't it?&lt;/P&gt;&lt;P&gt;So how can I tell QlikView to look for records where there is the *?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataNibbler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 06:15:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-identify-a-record-with-an/m-p/687418#M249025</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2014-10-09T06:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to identify a record with an *?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-identify-a-record-with-an/m-p/687419#M249026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load * where Index(Txt,'*');&lt;/P&gt;&lt;P&gt;Load * Inline [&lt;/P&gt;&lt;P&gt;Txt&lt;/P&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;hello&lt;/P&gt;&lt;P&gt;* ];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 06:20:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-identify-a-record-with-an/m-p/687419#M249026</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2014-10-09T06:20:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to identify a record with an *?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-identify-a-record-with-an/m-p/687420#M249027</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;I've got an idea - chr(42) should print the * - that way I could avoid actually using it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 06:21:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-identify-a-record-with-an/m-p/687420#M249027</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2014-10-09T06:21:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to identify a record with an *?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-identify-a-record-with-an/m-p/687421#M249028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Load * where Index(Txt,'*') and Trim(Len(Txt))=1;&lt;/P&gt;&lt;P&gt;Load * Inline [&lt;/P&gt;&lt;P&gt;Txt&lt;/P&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;hello*&lt;/P&gt;&lt;P&gt;hello&lt;/P&gt;&lt;P&gt;* ];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EDIT:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load * where Trim(Txt) ='*';&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load * Inline [&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Txt&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;hi&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;*&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;hello*&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;hello&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;* ];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 06:22:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-identify-a-record-with-an/m-p/687421#M249028</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2014-10-09T06:22:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to identify a record with an *?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-identify-a-record-with-an/m-p/687422#M249029</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;I would you use the transformation wizard (from Table Files... option from the script editor). Click Enable Transformation, and select the Fill tab. Click Fill..., enter the target column (the one to be filled), in the cell condition enter 'contains' and * and choose fill type 'Above'. This will add the filter expression (bold) to the file qualifier like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, header is 1 lines, table is Sheet1, &lt;STRONG&gt;filters(Replace(1, top, StrCnd(contain, '*')))&lt;/STRONG&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will now autofill column 1 with the previous value when column 1 contains a *&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 06:33:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-identify-a-record-with-an/m-p/687422#M249029</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2014-10-09T06:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to identify a record with an *?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-identify-a-record-with-an/m-p/687423#M249030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that sounds really good and doable. I'd just rather try to do it "manually" in a separate step - in a RESIDENT LOAD. That way, my code will be easier to understand for others than if I do the transformation right in the primary LOAD.&lt;/P&gt;&lt;P&gt;Thanks a lot anyway!&lt;/P&gt;&lt;P&gt;I realized the chr(42) won't do, but I can use sth like &lt;STRONG&gt;Keepchar([field], '*')&lt;/STRONG&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Oct 2014 06:40:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-identify-a-record-with-an/m-p/687423#M249030</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2014-10-09T06:40:29Z</dc:date>
    </item>
  </channel>
</rss>

