<?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: All in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/All/m-p/1244125#M852700</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;try this, e.g.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; InvoiceName&lt;/P&gt;&lt;P&gt;FROM.......&lt;/P&gt;&lt;P&gt;WHRE Right(InvoiceName,2) &amp;lt;&amp;gt; 'LM' or &lt;SPAN style="font-size: 13.3333px;"&gt;InvoiceName&lt;/SPAN&gt; LIKE '*&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;KLWEDLM&lt;/SPAN&gt;'&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;German&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Mar 2017 13:59:33 GMT</pubDate>
    <dc:creator>german24</dc:creator>
    <dc:date>2017-03-07T13:59:33Z</dc:date>
    <item>
      <title>All</title>
      <link>https://community.qlik.com/t5/QlikView/All/m-p/1244123#M852698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to get get all data from source but want to skip few. For ex&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load all invoices data but not INVOICE name ending with 'LM'&amp;nbsp; and only one data ending with 'KLWEDLM'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Invoice name | ,~Number | Amount&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/All/m-p/1244123#M852698</guid>
      <dc:creator>raadwiptec</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: All</title>
      <link>https://community.qlik.com/t5/QlikView/All/m-p/1244124#M852699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD *&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM ....&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Where not WildMatch(&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;INVOICE, '*LM') or &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;INVOICE&lt;/SPAN&gt; = '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;KLWEDLM&lt;/SPAN&gt;';&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Mar 2017 13:48:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/All/m-p/1244124#M852699</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-07T13:48:50Z</dc:date>
    </item>
    <item>
      <title>Re: All</title>
      <link>https://community.qlik.com/t5/QlikView/All/m-p/1244125#M852700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;try this, e.g.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; InvoiceName&lt;/P&gt;&lt;P&gt;FROM.......&lt;/P&gt;&lt;P&gt;WHRE Right(InvoiceName,2) &amp;lt;&amp;gt; 'LM' or &lt;SPAN style="font-size: 13.3333px;"&gt;InvoiceName&lt;/SPAN&gt; LIKE '*&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;KLWEDLM&lt;/SPAN&gt;'&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;German&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Mar 2017 13:59:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/All/m-p/1244125#M852700</guid>
      <dc:creator>german24</dc:creator>
      <dc:date>2017-03-07T13:59:33Z</dc:date>
    </item>
    <item>
      <title>Re: All</title>
      <link>https://community.qlik.com/t5/QlikView/All/m-p/1244126#M852701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;Load all invoices data but not INVOICE name ending with 'LM'&amp;nbsp; and only &lt;STRONG style="color: #ff0000;"&gt;one data ending with 'KLWEDLM'&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;LOAD *&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;FROM ....&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Where not WildMatch(&lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;INVOICE, '*LM') or &lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;INVOICE&lt;/SPAN&gt; = '&lt;SPAN style="color: #ff0000; font-size: 14pt;"&gt;*&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;KLWEDLM&lt;/SPAN&gt;';&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Mar 2017 14:03:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/All/m-p/1244126#M852701</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-03-07T14:03:53Z</dc:date>
    </item>
    <item>
      <title>Re: All</title>
      <link>https://community.qlik.com/t5/QlikView/All/m-p/1244127#M852702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Load *&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Resident YourTable&lt;/P&gt;&lt;P&gt;Where not WildMatch(INVOICE, '*LM') or WildMatch(INVOICE,'*KLWEDLM');&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Mar 2017 08:41:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/All/m-p/1244127#M852702</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2017-03-08T08:41:00Z</dc:date>
    </item>
    <item>
      <title>Re: All</title>
      <link>https://community.qlik.com/t5/QlikView/All/m-p/1244128#M852703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;Load *&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;Resident YourTable&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;Where WildMatch(INVOICE, '*LM') or WildMatch(INVOICE,'*KLWEDLM');&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Mar 2017 09:48:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/All/m-p/1244128#M852703</guid>
      <dc:creator>muthukumar77</dc:creator>
      <dc:date>2017-03-08T09:48:22Z</dc:date>
    </item>
  </channel>
</rss>

