<?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: Qlik Sense - hide columns from smart search SQL in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-hide-columns-from-smart-search-SQL/m-p/1307932#M27877</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;this hides the column from the smart search, Great thank you &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; ...but&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but does not hide any column with data within&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I went on to exclude Manager&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Search Exclude [*Manager*];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but when I completed a smart search for "Manager"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it found a column that contained the word Manager&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DepartmentRepresentative (this is the column name it brought back)&lt;/P&gt;&lt;P&gt;Joe Bloggs,Wales,Manager&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there a way to stop smart search searching for the word Manager within the columns too?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Mar 2017 08:28:06 GMT</pubDate>
    <dc:creator>joeybird</dc:creator>
    <dc:date>2017-03-30T08:28:06Z</dc:date>
    <item>
      <title>Qlik Sense - hide columns from smart search SQL</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-hide-columns-from-smart-search-SQL/m-p/1307930#M27875</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 have been using SQL in my load script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wish to exclude some columns so they don't appear in the smart search&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense/3.0/Subsystems/Hub/Content/Scripting/ScriptRegularStatements/Search.htm?_ga=1.207395283.1370959938.1463755102" title="https://help.qlik.com/en-US/sense/3.0/Subsystems/Hub/Content/Scripting/ScriptRegularStatements/Search.htm?_ga=1.207395283.1370959938.1463755102"&gt;https://help.qlik.com/en-US/sense/3.0/Subsystems/Hub/Content/Scripting/ScriptRegularStatements/Search.htm?_ga=1.20739528…&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't seem to have much luck with this.. I have tried&lt;/P&gt;&lt;P&gt;CustomerID AS&amp;nbsp; [*CustomerID],&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with no joy. Where am I going wrong please?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Mar 2017 07:55:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-hide-columns-from-smart-search-SQL/m-p/1307930#M27875</guid>
      <dc:creator>joeybird</dc:creator>
      <dc:date>2017-03-30T07:55:23Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense - hide columns from smart search SQL</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-hide-columns-from-smart-search-SQL/m-p/1307931#M27876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you try &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0f0f0f; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; font-size: 12px;"&gt;Search Exclude [*&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;CustomerID&lt;/SPAN&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;at the end of your script??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Mar 2017 07:58:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-hide-columns-from-smart-search-SQL/m-p/1307931#M27876</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-30T07:58:31Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense - hide columns from smart search SQL</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-hide-columns-from-smart-search-SQL/m-p/1307932#M27877</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;this hides the column from the smart search, Great thank you &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; ...but&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but does not hide any column with data within&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I went on to exclude Manager&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Search Exclude [*Manager*];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but when I completed a smart search for "Manager"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it found a column that contained the word Manager&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DepartmentRepresentative (this is the column name it brought back)&lt;/P&gt;&lt;P&gt;Joe Bloggs,Wales,Manager&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there a way to stop smart search searching for the word Manager within the columns too?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Mar 2017 08:28:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-hide-columns-from-smart-search-SQL/m-p/1307932#M27877</guid>
      <dc:creator>joeybird</dc:creator>
      <dc:date>2017-03-30T08:28:06Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense - hide columns from smart search SQL</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-hide-columns-from-smart-search-SQL/m-p/1307933#M27878</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;found a way&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Search Exclude [*DepartmentRepresentativer];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just have to make sure I exclude all the columns that contain the word "Manager"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you x&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Mar 2017 08:38:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-hide-columns-from-smart-search-SQL/m-p/1307933#M27878</guid>
      <dc:creator>joeybird</dc:creator>
      <dc:date>2017-03-30T08:38:12Z</dc:date>
    </item>
  </channel>
</rss>

