<?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 qvd file with filtered values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-qvd-file-with-filtered-values/m-p/1516366#M602149</link>
    <description>&lt;P&gt;May be like this&lt;/P&gt;&lt;PRE&gt;LOAD ...,
FROM ....
Where SubStringCount(FieldName, '-') = 2;&lt;/PRE&gt;</description>
    <pubDate>Tue, 04 Dec 2018 16:13:52 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2018-12-04T16:13:52Z</dc:date>
    <item>
      <title>Load qvd file with filtered values</title>
      <link>https://community.qlik.com/t5/QlikView/Load-qvd-file-with-filtered-values/m-p/1516340#M602148</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a data where i need to load a filtered values , the file has more than 1 million rows.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The file have values in this format&lt;/P&gt;&lt;P&gt;1234&lt;/P&gt;&lt;P&gt;12345&lt;/P&gt;&lt;P&gt;1234-123-12&lt;/P&gt;&lt;P&gt;12335-123-12&lt;/P&gt;&lt;P&gt;i want to import all values with this format 1234-123-12 and 12345-123-12&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do i do that?&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 05:03:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-qvd-file-with-filtered-values/m-p/1516340#M602148</guid>
      <dc:creator>shani</dc:creator>
      <dc:date>2024-11-16T05:03:43Z</dc:date>
    </item>
    <item>
      <title>Re: Load qvd file with filtered values</title>
      <link>https://community.qlik.com/t5/QlikView/Load-qvd-file-with-filtered-values/m-p/1516366#M602149</link>
      <description>&lt;P&gt;May be like this&lt;/P&gt;&lt;PRE&gt;LOAD ...,
FROM ....
Where SubStringCount(FieldName, '-') = 2;&lt;/PRE&gt;</description>
      <pubDate>Tue, 04 Dec 2018 16:13:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-qvd-file-with-filtered-values/m-p/1516366#M602149</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-12-04T16:13:52Z</dc:date>
    </item>
    <item>
      <title>Re: Load qvd file with filtered values</title>
      <link>https://community.qlik.com/t5/QlikView/Load-qvd-file-with-filtered-values/m-p/1516428#M602150</link>
      <description>&lt;PRE&gt;This looks for data with the format xxxxx-xxx-xx or xxxx-xxx-xx&lt;BR /&gt;If the number of characters doesn't matter then you can use  wildmatch(FieldName, '*-*-*') &amp;gt; 0&lt;/PRE&gt;&lt;PRE&gt;&lt;BR /&gt;&lt;BR /&gt;LOAD ..., &lt;BR /&gt;FROM .... &lt;BR /&gt;Where wildmatch(FieldName, '?????-???-??') &amp;gt; 0 or wildmatch(FieldName, '????-???-??') &amp;gt; 0;&lt;/PRE&gt;</description>
      <pubDate>Tue, 04 Dec 2018 18:07:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-qvd-file-with-filtered-values/m-p/1516428#M602150</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2018-12-04T18:07:01Z</dc:date>
    </item>
    <item>
      <title>Re: Load qvd file with filtered values</title>
      <link>https://community.qlik.com/t5/QlikView/Load-qvd-file-with-filtered-values/m-p/1516503#M602151</link>
      <description>&lt;P&gt;this statement fixed the issue&lt;/P&gt;&lt;PRE&gt;where wildmatch(fieldname, '*-*-*') &amp;gt; 0;&lt;/PRE&gt;&lt;P&gt;Thanks alot for help.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Dec 2018 21:56:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-qvd-file-with-filtered-values/m-p/1516503#M602151</guid>
      <dc:creator>shani</dc:creator>
      <dc:date>2018-12-04T21:56:42Z</dc:date>
    </item>
  </channel>
</rss>

