<?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: Loading data that contains certain text in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Loading-data-that-contains-certain-text/m-p/1683242#M727837</link>
    <description>&lt;P&gt;That has worked a&amp;nbsp;treat, thank you so much.&lt;/P&gt;</description>
    <pubDate>Tue, 10 Mar 2020 11:55:10 GMT</pubDate>
    <dc:creator>PipCymruUK</dc:creator>
    <dc:date>2020-03-10T11:55:10Z</dc:date>
    <item>
      <title>Loading data that contains certain text</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-data-that-contains-certain-text/m-p/1683222#M727833</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am a total newbie, so please be gentle with me.&lt;/P&gt;&lt;P&gt;I have the following script to load data from a database.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;SQL SELECT&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp; "scheduled_date",&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp; "scheduled_date_year",&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp; "work_item_type_name"&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;FROM "ConMonLive_Reporting".dbo."t_work_item_summary"&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do I only load data where "work_item_type_name" contains the word "Time"&amp;nbsp; please?&lt;/P&gt;&lt;P&gt;I have tried Wildmatch bet get an error.&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-data-that-contains-certain-text/m-p/1683222#M727833</guid>
      <dc:creator>PipCymruUK</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Loading data that contains certain text</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-data-that-contains-certain-text/m-p/1683229#M727834</link>
      <description>&lt;P&gt;WildMatch() is a QlikView function, not a SQL function&lt;/P&gt;&lt;P&gt;so you can use for example :&lt;/P&gt;&lt;LI-CODE lang="python"&gt;load scheduled_date,
scheduled_date_year,
work_item_type_name
Where WildMatch(Upper(work_item_type_name),'*TIME*');

SQL SELECT

   "scheduled_date",

   "scheduled_date_year",

   "work_item_type_name"

FROM "ConMonLive_Reporting".dbo."t_work_item_summary"&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 10 Mar 2020 11:27:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-data-that-contains-certain-text/m-p/1683229#M727834</guid>
      <dc:creator>Taoufiq_Zarra</dc:creator>
      <dc:date>2020-03-10T11:27:58Z</dc:date>
    </item>
    <item>
      <title>Re: Loading data that contains certain text</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-data-that-contains-certain-text/m-p/1683235#M727835</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That has worked but has increased by reload time significantly, are you aware if their is an equivalent SQL function that does the same job?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 10 Mar 2020 11:45:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-data-that-contains-certain-text/m-p/1683235#M727835</guid>
      <dc:creator>PipCymruUK</dc:creator>
      <dc:date>2020-03-10T11:45:28Z</dc:date>
    </item>
    <item>
      <title>Re: Loading data that contains certain text</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-data-that-contains-certain-text/m-p/1683238#M727836</link>
      <description>&lt;P&gt;I don't know if this will help you, but you can usein SQL&lt;/P&gt;&lt;P&gt;WHERE "work_item_type_name" LIKE '%Time%'&lt;/P&gt;</description>
      <pubDate>Tue, 10 Mar 2020 11:50:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-data-that-contains-certain-text/m-p/1683238#M727836</guid>
      <dc:creator>Taoufiq_Zarra</dc:creator>
      <dc:date>2020-03-10T11:50:35Z</dc:date>
    </item>
    <item>
      <title>Re: Loading data that contains certain text</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-data-that-contains-certain-text/m-p/1683242#M727837</link>
      <description>&lt;P&gt;That has worked a&amp;nbsp;treat, thank you so much.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Mar 2020 11:55:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-data-that-contains-certain-text/m-p/1683242#M727837</guid>
      <dc:creator>PipCymruUK</dc:creator>
      <dc:date>2020-03-10T11:55:10Z</dc:date>
    </item>
  </channel>
</rss>

