<?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: script in query to script Qlik in Management &amp; Governance</title>
    <link>https://community.qlik.com/t5/Management-Governance/script-in-query-to-script-Qlik/m-p/113909#M1804</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What kind of script is your query currently running? Is this script evaluating also the regular expression style pattern?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Sep 2018 08:11:25 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2018-09-27T08:11:25Z</dc:date>
    <item>
      <title>script in query to script Qlik</title>
      <link>https://community.qlik.com/t5/Management-Governance/script-in-query-to-script-Qlik/m-p/113908#M1803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Hello ,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have this in a query and i need to put it in script Qlik : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Words like '%:[^0-9+]%-'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to write it with scripting Qlik &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;TABLE class="display nowrap" style="font-family: verdana; background-color: #e9e9e9;"&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2018 07:59:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/script-in-query-to-script-Qlik/m-p/113908#M1803</guid>
      <dc:creator>zied_ahmed1</dc:creator>
      <dc:date>2018-09-27T07:59:21Z</dc:date>
    </item>
    <item>
      <title>Re: script in query to script Qlik</title>
      <link>https://community.qlik.com/t5/Management-Governance/script-in-query-to-script-Qlik/m-p/113909#M1804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What kind of script is your query currently running? Is this script evaluating also the regular expression style pattern?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2018 08:11:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/script-in-query-to-script-Qlik/m-p/113909#M1804</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2018-09-27T08:11:25Z</dc:date>
    </item>
    <item>
      <title>Re: script in query to script Qlik</title>
      <link>https://community.qlik.com/t5/Management-Governance/script-in-query-to-script-Qlik/m-p/113910#M1805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I understand your question i load a simple query from MS SQL &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2018 08:14:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/script-in-query-to-script-Qlik/m-p/113910#M1805</guid>
      <dc:creator>zied_ahmed1</dc:creator>
      <dc:date>2018-09-27T08:14:27Z</dc:date>
    </item>
    <item>
      <title>Re: script in query to script Qlik</title>
      <link>https://community.qlik.com/t5/Management-Governance/script-in-query-to-script-Qlik/m-p/113911#M1806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Purgechar(Words,'0123456789+')&amp;nbsp; like '*:?*-'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2018 08:25:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/script-in-query-to-script-Qlik/m-p/113911#M1806</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2018-09-27T08:25:49Z</dc:date>
    </item>
    <item>
      <title>Re: script in query to script Qlik</title>
      <link>https://community.qlik.com/t5/Management-Governance/script-in-query-to-script-Qlik/m-p/113912#M1807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, I think my previous answer is not correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try with the regular expression connector:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/connectors/Subsystems/Web_Connectors_help/Content/Connectors_QWC/Data-Source-Connectors/RegEx-Connector.htm" title="https://help.qlik.com/en-US/connectors/Subsystems/Web_Connectors_help/Content/Connectors_QWC/Data-Source-Connectors/RegEx-Connector.htm"&gt;https://help.qlik.com/en-US/connectors/Subsystems/Web_Connectors_help/Content/Connectors_QWC/Data-Source-Connectors/RegE…&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2018 08:34:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/script-in-query-to-script-Qlik/m-p/113912#M1807</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2018-09-27T08:34:32Z</dc:date>
    </item>
    <item>
      <title>Re: script in query to script Qlik</title>
      <link>https://community.qlik.com/t5/Management-Governance/script-in-query-to-script-Qlik/m-p/113913#M1808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Or using a MAP to facilitate the exclusion character filter:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;MAP:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;MAPPING LOAD In, ':1' as Out INLINE [&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;In&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;:0&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;:1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;:2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;:3&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;:4&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;:5&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;:6&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;:7&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;:8&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;:9&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;:+&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;LOAD *,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; &lt;STRONG&gt;not MapSubstring('MAP',Words) like '*:1*-' and Words like '*:?*-'&lt;/STRONG&gt; as test&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;INLINE [&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Words&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Hi2384-&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;12:1a-&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;12:a1-&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;:a1-&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;:a-&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;:a&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2018 08:48:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/script-in-query-to-script-Qlik/m-p/113913#M1808</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2018-09-27T08:48:46Z</dc:date>
    </item>
    <item>
      <title>Re: script in query to script Qlik</title>
      <link>https://community.qlik.com/t5/Management-Governance/script-in-query-to-script-Qlik/m-p/113914#M1809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for answer ,&lt;/P&gt;&lt;P&gt;The problem there is not just Words there is some other fields so i need something like in MS SQL to do it &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2018 08:52:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/script-in-query-to-script-Qlik/m-p/113914#M1809</guid>
      <dc:creator>zied_ahmed1</dc:creator>
      <dc:date>2018-09-27T08:52:10Z</dc:date>
    </item>
  </channel>
</rss>

